From 4f6c4e28b276b0380419eac605efce008ee69859 Mon Sep 17 00:00:00 2001 From: Murray Date: Fri, 16 Dec 2022 14:26:04 +0800 Subject: [PATCH] Update changelog and version --- CHANGELOG.md | 3 +++ VERSION | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eafd678..c1ec1ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ Changes that may have an impact on backwards compatibility (i.e. they may break - Use --core-path param for all installs to ensure the correct core path is used in config.inc.php. - Download the latest versions of packages more reliably. (thanks @hugopeek) (#327) - Backup and restore commands can now handle compressed gzip files. (thanks @rchouinard) (#378) +- Fix fatal type error in ClearCacheCommand. (thanks @jgullege19) (#414) +- Trigger MODX into setup mode during build. (thanks @matdave) (#406) +- Fix package:install not working for MODX 3.x (#415) ## 0.12.0 - 2015-12-17 - Add `exclude_tvs` option to the `content` data type to allow excluding certain TVs diff --git a/VERSION b/VERSION index 9aa4529..d3f322d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0-alpha3 +2.0.0-alpha4