diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b3e2df..b0cee9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,29 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Releases -### v3.18.0 - [Unreleased] +### v3.19.0 - [Unreleased] + +### v3.18.0 - 2023-08-28 + +#### Added + +- Alias site support with `wo site create site.tld --alias othersite.tld` +- MariaDB version choice in `/etc/wo/wo.conf` (before install or before `wo stack migrate` usage) + +#### Changed + +- Improve php versions management to support next php releases +- Refactor WordOps code to make it simpler and easier to edit +- Update ProFTPd umask to avoid permission issues +- Deploy ssl.conf from a mustache template to allow customization +- Do not cache requests with Authorization header set [PR #548](https://github.com/WordOps/WordOps/pull/548) @nylen + +#### Fixed + +- Netdata install and upgrade +- `wo site create site.tld --proxy` not working with `-le` +- `wo stack migrate --mariadb` version detection +- Ability to set default php version in `/etc/wo/wo.conf` not working as expected ### v3.17.0 - 2023-08-04 diff --git a/install b/install index 85f8e55..1beb3ab 100755 --- a/install +++ b/install @@ -9,7 +9,7 @@ # ------------------------------------------------------------------------- # wget -qO wo wops.cc && sudo -E bash wo # ------------------------------------------------------------------------- -# Version 3.17.0 - 2023-08-04 +# Version 3.18.0 - 2023-08-28 # ------------------------------------------------------------------------- # CONTENTS