2019-03-02 20:12:06 +01:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
|
|
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/),
|
|
|
|
|
|
2019-03-07 16:14:30 +01:00
|
|
|
### v3.9.5 - [Unreleased]
|
|
|
|
|
|
2019-03-10 20:28:27 +01:00
|
|
|
#### Added
|
|
|
|
|
|
|
|
|
|
- Nginx module_vts
|
|
|
|
|
- Nginx dynamic_tls_records
|
|
|
|
|
|
2019-03-07 16:14:30 +01:00
|
|
|
#### Changed
|
|
|
|
|
|
2019-03-10 18:45:32 +01:00
|
|
|
- Update WP-CLI version to 2.1.0
|
|
|
|
|
- Update Adminer to 4.6.2
|
2019-03-10 20:28:27 +01:00
|
|
|
- Update Nginx-build to 1.14.2
|
|
|
|
|
- Refactored nginx.conf
|
2019-03-07 16:14:30 +01:00
|
|
|
|
2019-03-08 00:37:36 +01:00
|
|
|
#### Fixed
|
|
|
|
|
|
|
|
|
|
- Fix Nginx ssl_ciphers
|
|
|
|
|
|
2019-03-07 16:14:30 +01:00
|
|
|
### v3.9.3 - 2019-03-07
|
2019-03-02 20:12:06 +01:00
|
|
|
|
|
|
|
|
#### Changed
|
|
|
|
|
|
2019-03-07 14:49:27 +01:00
|
|
|
- Updated Nginx fastcgi_cache templates
|
|
|
|
|
- Updated Nginx redis_cache templates
|
|
|
|
|
- Updated Nginx wp-super-cache templates
|
|
|
|
|
- Updated Nginx configuration for WordPress 5.0
|
2019-03-02 20:12:06 +01:00
|
|
|
- remove --experimental args
|
2019-03-05 13:19:47 +01:00
|
|
|
- MariaDB version bumped to 10.3
|
2019-03-07 14:49:27 +01:00
|
|
|
- Refactored Changelog
|
|
|
|
|
- Updated WO manual
|
|
|
|
|
- Updated WO bash_completion
|
|
|
|
|
- Refactored README.md
|
2019-03-02 20:12:06 +01:00
|
|
|
|
|
|
|
|
#### Added
|
|
|
|
|
|
2019-03-05 13:41:14 +01:00
|
|
|
- Add WebP image support with Nginx mapping
|
2019-03-02 20:12:06 +01:00
|
|
|
- Add PHP 7.3 support
|
2019-03-07 14:49:27 +01:00
|
|
|
- WordPress $skip_cache variable mapping
|
2019-03-02 20:12:06 +01:00
|
|
|
|
|
|
|
|
#### Fixed
|
|
|
|
|
|
2019-03-07 16:14:30 +01:00
|
|
|
- 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))
|
2019-03-07 14:49:27 +01:00
|
|
|
- Fix WP-CLI install
|
|
|
|
|
|
2019-03-02 20:12:06 +01:00
|
|
|
|
2019-03-07 16:14:30 +01:00
|
|
|
### v3.9.2 - 2018-11-30
|
2019-03-02 20:12:06 +01:00
|
|
|
|
|
|
|
|
#### Changed
|
|
|
|
|
|
2019-03-05 13:41:14 +01:00
|
|
|
- Re-branded the fork to WordOps
|
2019-03-02 20:12:06 +01:00
|
|
|
- Codebase cleanup
|
|
|
|
|
- Set PHP 7.2 as the default
|
|
|
|
|
- Included support for newer OS releases
|
|
|
|
|
- Reworked the HTTPS configuration
|
|
|
|
|
- Added more automated testing with Redis
|
|
|
|
|
- Replaced Postfix with smtp-cli
|
|
|
|
|
- Dropped mail services
|
|
|
|
|
- Dropped w3tc support
|