Update travis and changelog
This commit is contained in:
@@ -47,6 +47,7 @@ script:
|
|||||||
- sudo wp --allow-root --info
|
- sudo wp --allow-root --info
|
||||||
- sudo wo info
|
- sudo wo info
|
||||||
- sudo cat /etc/nginx/nginx.conf
|
- sudo cat /etc/nginx/nginx.conf
|
||||||
|
- sudo tree -L 2 /etc/nginx
|
||||||
- sudo cat /etc/mysql/my.cnf
|
- sudo cat /etc/mysql/my.cnf
|
||||||
- sudo wo stack upgrade --nginx --no-prompt
|
- sudo wo stack upgrade --nginx --no-prompt
|
||||||
- sudo wo stack upgrade --php --no-prompt
|
- sudo wo stack upgrade --php --no-prompt
|
||||||
|
|||||||
10
CHANGELOG.md
10
CHANGELOG.md
@@ -8,6 +8,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
|
|
||||||
### v3.9.x - [Unreleased]
|
### v3.9.x - [Unreleased]
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Do not force Nginx upgrade if a custom Nginx package compiled with nginx-ee is detected
|
||||||
|
- Gzip enabled again by default with configuration in /etc/nginx/conf.d/gzip.conf
|
||||||
|
- Brotli configuration moved in /etc/nginx/conf.d/brotli.conf (easier to disable in case of issues)
|
||||||
|
- Moving package configuration in a new plugin stack_pref.py
|
||||||
|
|
||||||
### v3.9.7.2 - 2019-08-12
|
### v3.9.7.2 - 2019-08-12
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
@@ -21,9 +28,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
- Gzip enabled again by default with configuration in /etc/nginx/conf.d/gzip.conf
|
|
||||||
- Brotli configuration moved in /etc/nginx/conf.d/brotli.conf (easier to disable in case of issues)
|
|
||||||
- Moving package configuration in a new plugin stack_pref.py
|
|
||||||
- Set WordOps backend password length from 16 to 24
|
- Set WordOps backend password length from 16 to 24
|
||||||
- Upgrade framework cement to 2.6.0
|
- Upgrade framework cement to 2.6.0
|
||||||
- Upgrade PyMySQL to 0.9.3
|
- Upgrade PyMySQL to 0.9.3
|
||||||
|
|||||||
Reference in New Issue
Block a user