Prepare for release v3.15.0

This commit is contained in:
VirtuBox
2022-09-09 14:20:20 +02:00
parent e9b29820d5
commit 0a8ca06b8e
3 changed files with 17 additions and 6 deletions

View File

@@ -8,16 +8,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### v3.15.1 - [Unreleased]
### v3.15.0 - 2022-05-26
### v3.15.0 - 2022-09-09
#### Added
- Ubuntu 22.04 LTS Support
#### Changed
- New Nginx package based on latest Nginx stable release 1.20.2
- New Nginx package based on latest Nginx stable release 1.22.2
- Better Referrer-Policy ([PR #434](https://github.com/WordOps/WordOps/pull/434))
- MariaDB default version is now 10.6
#### Fixed
- `wo log reset --all` ([PR #438](https://github.com/WordOps/WordOps/pull/438))
- Outdated Nginx directives
- Netdata stack upgrade([PR #439](https://github.com/WordOps/WordOps/pull/439))
### v3.14.2 - 2022-04-29

View File

@@ -58,16 +58,20 @@
#### Recommended
- Ubuntu 22.04 LTS (Jammy)
- Ubuntu 20.04 LTS (Focal)
- Ubuntu 18.04 LTS (Bionic)
#### Also compatible
- Debian 9 (Stretch)
- Debian 10 (Buster)
- Raspbian 9 (Stretch)
- Raspbian 10 (Buster)
#### For testing purpose only
- Debian 11 (Bullseye)
- Raspbian 11 (Bullseye)
## Getting Started
```bash
@@ -121,7 +125,7 @@ wo site create example.com --html # create example.com for static/html sites
wo site create example.com --php # create example.com with php 8.0 support
wo site create example.com --php80 # create example.com with php 8.0 support
wo site create example.com --php74 # create example.com with php 7.4 support
wo site create example.com --mysql # create example.com with php 7.3 & mysql support
wo site create example.com --mysql # create example.com with php 8.0 & mysql support
wo site create example.com --mysql --php81 # create example.com with php 8.1 & mysql support
wo site create example.com --mysql --php73 # create example.com with php 7.3 & mysql support
wo site create example.com --proxy=127.0.0.1:3000 # create example.com with nginx as reverse-proxy

View File

@@ -9,7 +9,7 @@
# -------------------------------------------------------------------------
# wget -qO wo wops.cc && sudo -E bash wo
# -------------------------------------------------------------------------
# Version 3.15.0 - 2022-05-26
# Version 3.15.0 - 2022-09-09
# -------------------------------------------------------------------------
# CONTENTS