mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-18 10:46:23 +00:00
Update Changelog
This commit is contained in:
parent
616fed6326
commit
6e27f83b4d
@ -13,8 +13,8 @@ error_reporting(-1);
|
||||
putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
|
||||
|
||||
|
||||
$DEVILBOX_VERSION = 'v1.3.0';
|
||||
$DEVILBOX_DATE = '2019-12-29';
|
||||
$DEVILBOX_VERSION = 'v1.4.0';
|
||||
$DEVILBOX_DATE = '2020-01-01';
|
||||
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
|
||||
|
||||
//
|
||||
|
11
CHANGELOG.md
11
CHANGELOG.md
@ -7,6 +7,17 @@ major versions.
|
||||
## Unreleased
|
||||
|
||||
|
||||
## Release v1.4.0 (2020-01-01)
|
||||
|
||||
#### Fixed
|
||||
- [#618](https://github.com/cytopia/devilbox/issues/618) Update Compose version to 2.3
|
||||
- [#614](https://github.com/cytopia/devilbox/issues/614) Update to latest mhsendmail binary with `-o` flag
|
||||
- [#265](https://github.com/cytopia/devilbox/issues/265) Fix http to https redirect for projects
|
||||
|
||||
#### Changed
|
||||
- [#642](https://github.com/cytopia/devilbox/issues/642) Be able to disable email catch-all and still run postfix
|
||||
|
||||
|
||||
## Release v1.3.0 (2019-12-29)
|
||||
|
||||
#### Fixed
|
||||
|
Loading…
Reference in New Issue
Block a user