Update project files

This commit is contained in:
cytopia 2022-01-30 14:28:50 +01:00
parent bbc6a661ed
commit d57e72bc75
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 18 additions and 2 deletions

View File

@ -13,8 +13,8 @@ error_reporting(-1);
putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
$DEVILBOX_VERSION = 'v1.10.0';
$DEVILBOX_DATE = '2022-01-28';
$DEVILBOX_VERSION = 'v1.10.1';
$DEVILBOX_DATE = '2022-01-30';
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
//

View File

@ -6,6 +6,22 @@ Make sure to have a look at [UPDATING.md](https://github.com/cytopia/devilbox/bl
## Unreleased
## Release v1.10.1 (2022-01-30)
#### Fixed
- Fixed evaluation of `MASS_VHOST_SSL_GEN` env var [#830](https://github.com/cytopia/devilbox/issues/830)
#### Added
- Added feature to delete emails from within control center [#754](https://github.com/cytopia/devilbox/issues/754)
#### Changed
- Updated Nginx Stable [#35](https://github.com/devilbox/docker-nginx-stable/pull/35)
- Updated Nginx Mainline [#37](https://github.com/devilbox/docker-nginx-mainline/pull/38)
- Updated Apache 2.2 [#32](https://github.com/devilbox/docker-apache-2.2/pull/32)
- Updated Apache 2.4 [#34](https://github.com/devilbox/docker-apache-2.4/pull/34)
## Release v1.10.0 (2022-01-28)
#### Fixed