Update Changelog

This commit is contained in:
VirtuBox
2019-03-07 16:14:30 +01:00
parent c995a70537
commit 1e53714acb
2 changed files with 14 additions and 6 deletions

View File

@@ -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/), 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 #### Changed
@@ -27,13 +33,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
#### Fixed #### Fixed
- Nginx variable $webp_suffix on fresh install - Nginx variable $webp_suffix on fresh install ([#21](https://github.com/WordOps/WordOps/issues/21))
- wo update command - wo update command ([#7](https://github.com/WordOps/WordOps/issues/7))
- Fix php services management - Fix php services management ([#12](https://github.com/WordOps/WordOps/issues/12))
- Fix WP-CLI install - Fix WP-CLI install
### v3.9.2 - November 30, 2018 ### v3.9.2 - 2018-11-30
#### Changed #### Changed

View File

@@ -9,6 +9,7 @@
<a href="https://travis-ci.org/WordOps/WordOps"><img src="https://travis-ci.org/WordOps/WordOps.svg?branch=master" alt="build"></a> <a href="https://travis-ci.org/WordOps/WordOps"><img src="https://travis-ci.org/WordOps/WordOps.svg?branch=master" alt="build"></a>
<img src="https://img.shields.io/github/license/wordops/wordops.svg" alt="MIT"> <img src="https://img.shields.io/github/license/wordops/wordops.svg" alt="MIT">
<img src="https://img.shields.io/github/last-commit/wordops/wordops.svg" alt="Commits"> <img src="https://img.shields.io/github/last-commit/wordops/wordops.svg" alt="Commits">
<img alt="GitHub release" src="https://img.shields.io/github/release-pre/wordops/wordops.svg">
</p> </p>
@@ -39,7 +40,7 @@
### Operating System ### Operating System
- Ubuntu : 16.04 LTS (Xenial) - 18.04 LTS (Bionic) - 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 ### Ports requirements
@@ -71,6 +72,7 @@ We will not overwrite previous php versions Nginx upstreams to avoid issues duri
```bash ```bash
wo site create example.com --wp # install wordpress without any page caching 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 --wpsc # install wordpress with wp-super-cache plugin
wo site create example.com --wpfc # install wordpress + nginx fastcgi_cache wo site create example.com --wpfc # install wordpress + nginx fastcgi_cache
wo site create example.com --wpredis # install wordpress + nginx redis_cache wo site create example.com --wpredis # install wordpress + nginx redis_cache