Bump version and update Changelog

This commit is contained in:
cytopia 2019-05-21 08:53:43 +02:00
parent c04750aa15
commit 23ac8cde1a
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 8 additions and 1 deletions

View File

@ -14,7 +14,7 @@ putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
$DEVILBOX_VERSION = 'v1.0.1';
$DEVILBOX_DATE = '2019-04-27';
$DEVILBOX_DATE = '2019-05-21';
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
//

View File

@ -11,13 +11,20 @@ major versions.
- Fixed various typos in documentation
- Fix CI tests: They still expected a mounted mail directory instead of a Docker volume
- Fix mods for PHP 8.0
- Make npm binaries available in $PATH
- Remove orphaned mentions of HOST_PATH_MYSQL_DATADIR
- Allow symlinks in autostart scripts
#### Added
- Documentation: Setup ProcessWire
- Tool: Angular CLI
- Tool: Laravel Lumen
- Tool: [prestissimo](https://github.com/hirak/prestissimo)
- Tool: [yq](https://github.com/mikefarah/yq)
- Module: OAuth
#### Removed
- Enchant module for PHP 7.4 and PHP 8.0 (build breaks)
## Bugfix Release v1.0.1 (2019-03-24)