From 327bd96d1603f7d70f3e5ba92677d43b51d92bae Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Wed, 13 May 2020 13:57:44 +0200 Subject: [PATCH] Prepare for release v3.12.0 --- CHANGELOG.md | 7 ++++--- README.md | 13 +++++++------ config/wo.conf | 10 +++++----- install | 2 +- 4 files changed, 17 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad95fbc..699747d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### v3.9.x - [Unreleased] -### v3.12.0 - 2020-05-11 +### v3.12.0 - 2020-05-13 #### Added @@ -16,7 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Link to GitHub changelog after WordOps upgrade - Automated PHPMyAdmin and Adminer latest release download and install - Enable Let's Encrypt SSL on sites with http auth (PR [#254](https://github.com/WordOps/WordOps/pull/254)) -- Ubuntu 20.04 LTS Support (testing) +- Ubuntu 20.04 LTS Support (experimental) - New Nginx 1.18.0 package built with OpenSSL 1.1.1g - Default PHP version can be set in /etc/wo/wo.conf @@ -34,7 +34,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Installation on raspberry pi 4 - Fail2ban configuration when Nginx is not installed - Wo-kernel systemd service start failure -- Fix missing letsencrypt settings in wo.conf +- missing letsencrypt settings in wo.conf +- MariaDB issue with innodb_buffer_pool_instances ### v3.11.4 - 2020-01-17 diff --git a/README.md b/README.md index a76b43c..d3adc99 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ #### Also compatible +- Ubuntu 20.04 LTS (Focal) (experimental) - Ubuntu 16.04 LTS (Xenial) - Debian 9 (Stretch) - Debian 10 (Buster) @@ -82,8 +83,8 @@ Detailed Getting Started guide with additional installation methods can be found ### Standard WordPress sites ```bash -wo site create example.com --wp # install wordpress without any page caching -wo site create example.com --wp --php73 # install wordpress with PHP 7.3 without any page caching +wo site create example.com --wp # install wordpress with PHP 7.3 without any page caching +wo site create example.com --wp --php72 # install wordpress with PHP 7.2 without any page caching wo site create example.com --wp --php74 # install wordpress with PHP 7.4 without any page caching wo site create example.com --wpfc # install wordpress + nginx fastcgi_cache wo site create example.com --wpredis # install wordpress + nginx redis_cache @@ -118,11 +119,11 @@ wo site create example.com --wpsubdomain --wpce # install wpmu-subdomain + C ```bash wo site create example.com --html # create example.com for static/html sites -wo site create example.com --php # create example.com with php support -wo site create example.com --php73 # create example.com with php 7.3 support +wo site create example.com --php # create example.com with php 7.3 support +wo site create example.com --php72 # create example.com with php 7.2 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 & mysql support -wo site create example.com --mysql --php73 # create example.com with php 7.3 & mysql support +wo site create example.com --mysql # create example.com with php 7.3 & mysql support +wo site create example.com --mysql --php72 # create example.com with php 7.2 & mysql support wo site create example.com --mysql --php74 # create example.com with php 7.4 & mysql support wo site create example.com --proxy=127.0.0.1:3000 # create example.com with nginx as reverse-proxy ``` diff --git a/config/wo.conf b/config/wo.conf index bad2f5a..2a9fa94 100644 --- a/config/wo.conf +++ b/config/wo.conf @@ -76,6 +76,11 @@ email = keylength = "ec-384" +[php] + +### Default PHP version +version = 7.3 + [update] ### If enabled, load a plugin named `update` either from the Python module @@ -88,8 +93,3 @@ enable_plugin = true ### `wo.cli.plugins.example` or from the file path ### `/var/lib/wo/plugins/example.py` enable_plugin = true - -[php] - -### Default PHP version -version = 7.3 diff --git a/install b/install index 6ca8f6e..58216f2 100755 --- a/install +++ b/install @@ -9,7 +9,7 @@ # ------------------------------------------------------------------------- # wget -qO wo wops.cc && sudo -E bash wo # ------------------------------------------------------------------------- -# Version 3.12.0 - 2020-05-12 +# Version 3.12.0 - 2020-05-13 # ------------------------------------------------------------------------- # CONTENTS