Prepare for release v3.14.0

This commit is contained in:
VirtuBox
2022-01-26 13:14:13 +01:00
parent 9523ce05aa
commit 9732383cb8
3 changed files with 24 additions and 10 deletions

View File

@@ -6,11 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## Releases
### v3.14.0 - [Unreleased]
### v3.15.0 - [Unreleased]
### v3.14.0 - 2022-01-26
#### Added
- PHP 8.0 and 8.1 support
- PHP 8.0 and 8.1 support ([PR #413](https://github.com/WordOps/WordOps/pull/413))
- Support arm64 architecture ([PR #392](https://github.com/WordOps/WordOps/pull/392))
#### Changed
- Update WP-CLI to v2.6.0 with PHP 8.0/8.1 support
- Update adminer to v4.8.1
- Update Redis repository ([PR #377](https://github.com/WordOps/WordOps/pull/377))
#### Fixed
- WordOps install script issues
- acme.sh issues with zero-ssl CA
#### v3.13.2 - 2020-10-27