mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-31 08:25:23 +00:00
Updated project files
This commit is contained in:
parent
94bf3c9dcf
commit
38b96b7a08
@ -13,8 +13,8 @@ error_reporting(-1);
|
|||||||
putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
|
putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
|
||||||
|
|
||||||
|
|
||||||
$DEVILBOX_VERSION = 'v1.10.1';
|
$DEVILBOX_VERSION = 'v1.10.2';
|
||||||
$DEVILBOX_DATE = '2022-01-30';
|
$DEVILBOX_DATE = '2022-02-02';
|
||||||
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
|
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
|
||||||
|
|
||||||
//
|
//
|
||||||
|
15
CHANGELOG.md
15
CHANGELOG.md
@ -6,8 +6,21 @@ Make sure to have a look at [UPDATING.md](https://github.com/cytopia/devilbox/bl
|
|||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
|
||||||
## Release v1.10.1 (2022-01-30)
|
## Release v1.10.2 (2022-02-02)
|
||||||
|
|
||||||
|
#### Fixed
|
||||||
|
- Fixed `nvm` PATH priority [#846](https://github.com/cytopia/devilbox/issues/846)
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
- Added extension `sqlsrv` to php 8.1
|
||||||
|
- Added extension `pdo_sqlsrv` to php 8.1
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
- Changed postfix hostname to `localhost` instead of GitHub runners long name
|
||||||
|
- Updated PHP-FPM images [#224](https://github.com/devilbox/docker-php-fpm/pull/224)
|
||||||
|
|
||||||
|
|
||||||
|
## Release v1.10.1 (2022-01-30)
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
- Fixed evaluation of `MASS_VHOST_SSL_GEN` env var [#830](https://github.com/cytopia/devilbox/issues/830)
|
- Fixed evaluation of `MASS_VHOST_SSL_GEN` env var [#830](https://github.com/cytopia/devilbox/issues/830)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user