From 23ac8cde1a59318d4f97676817e735264882b287 Mon Sep 17 00:00:00 2001 From: cytopia Date: Tue, 21 May 2019 08:53:43 +0200 Subject: [PATCH] Bump version and update Changelog --- .devilbox/www/config.php | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.devilbox/www/config.php b/.devilbox/www/config.php index 0f5cf1bc..cd7b74c2 100644 --- a/.devilbox/www/config.php +++ b/.devilbox/www/config.php @@ -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'; // diff --git a/CHANGELOG.md b/CHANGELOG.md index bb6fe396..486a778c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)