From 1e53714acbc4bc772d08683bc04cf606efa1d956 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 7 Mar 2019 16:14:30 +0100 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 16 +++++++++++----- README.md | 4 +++- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da007a7..046eef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -### v3.9.3 - [Unreleased] +### v3.9.5 - [Unreleased] + +#### Changed + +- + +### v3.9.3 - 2019-03-07 #### Changed @@ -27,13 +33,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), #### Fixed -- Nginx variable $webp_suffix on fresh install -- wo update command -- Fix php services management +- Nginx variable $webp_suffix on fresh install ([#21](https://github.com/WordOps/WordOps/issues/21)) +- wo update command ([#7](https://github.com/WordOps/WordOps/issues/7)) +- Fix php services management ([#12](https://github.com/WordOps/WordOps/issues/12)) - Fix WP-CLI install -### v3.9.2 - November 30, 2018 +### v3.9.2 - 2018-11-30 #### Changed diff --git a/README.md b/README.md index 436d1d8..169c074 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ build MIT Commits +GitHub release

@@ -39,7 +40,7 @@ ### Operating System - Ubuntu : 16.04 LTS (Xenial) - 18.04 LTS (Bionic) -- Debian : 8 (Jessie) - 9 (Stretch) +- Debian : 8 (Jessie) - 9 (Stretch) -> **Not fully supported yet** ### Ports requirements @@ -71,6 +72,7 @@ We will not overwrite previous php versions Nginx upstreams to avoid issues duri ```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 --wpsc # install wordpress with wp-super-cache plugin wo site create example.com --wpfc # install wordpress + nginx fastcgi_cache wo site create example.com --wpredis # install wordpress + nginx redis_cache