Update Changelog and install

This commit is contained in:
VirtuBox
2022-12-22 23:17:00 +01:00
parent 7e1a1bbf9c
commit 3ea6c86256
3 changed files with 21 additions and 4 deletions

View File

@@ -6,7 +6,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## Releases ## Releases
### v3.16.0 - [Unreleased] ### v3.17.0 - [Unreleased]
### v3.16.0 - 2022-12-22
#### Added
- Add PHP 8.2 support ([PR #482](https://github.com/WordOps/WordOps/pull/483)) @janiosarmento
- Prompt user before WordOps update with `wo update`
#### Changed
- Default PHP version bumped to 8.1
#### Fixed
- psutil dependency upgrade
- Fix wrong else statements in stack_services.py ([PR #475](https://github.com/WordOps/WordOps/pull/475)) @stodorovic
### v3.15.4 - 2022-10-25 ### v3.15.4 - 2022-10-25

View File

@@ -79,12 +79,12 @@ keylength = "ec-384"
[php] [php]
### Default PHP version ### Default PHP version
version = 8.0 version = 8.1
[mariadb] [mariadb]
### Default MariaDB release ### Default MariaDB release
release = 10.5 release = 10.6
[update] [update]

View File

@@ -9,7 +9,7 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# wget -qO wo wops.cc && sudo -E bash wo # wget -qO wo wops.cc && sudo -E bash wo
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# Version 3.16.0 - 2022-11-14 # Version 3.16.0 - 2022-12-22
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# CONTENTS # CONTENTS