Update Changelog
This commit is contained in:
16
CHANGELOG.md
16
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
|
||||
|
||||
|
||||
@@ -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>
|
||||
<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 alt="GitHub release" src="https://img.shields.io/github/release-pre/wordops/wordops.svg">
|
||||
|
||||
</p>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user