[skip travis] update README.md

This commit is contained in:
VirtuBox
2019-03-05 13:41:14 +01:00
parent 4f8c618269
commit 698d982fc2
2 changed files with 6 additions and 4 deletions

View File

@@ -8,14 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
#### Changed
- Updating nginx fastcgi_cache template
- Updating Nginx fastcgi_cache template
- Updating Nginx configuration for WordPress 5.0
- remove --experimental args
- MariaDB version bumped to 10.3
#### Added
- Add webp image support with nginx mapping
- Add WebP image support with Nginx mapping
- Add PHP 7.3 support
#### Fixed
@@ -27,7 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
#### Changed
- Rebranded the fork to WordOps
- Re-branded the fork to WordOps
- Codebase cleanup
- Set PHP 7.2 as the default
- Included support for newer OS releases

View File

@@ -60,7 +60,9 @@ WordOps made some fundamental changes:
- We've deprecated the mail stack. Less is more. As an alternative, take a look at [iRedMail](https://www.iredmail.org/) or [Caesonia](https://github.com/vedetta-com/caesonia). And an alternative for Roundcube is [Rainloop](https://www.rainloop.net/).
- Support for w3tc is dropped as a security precaution.
- We are currently migrating the PHP 5.x series to PHP 7.2 and PHP 7.3. We'll offer an easy to use migration script once we are confident enough to unleash this daemon. For now, new sites get installed with PHP 7.2 as the default.
- PHP 5.6 has been replaced by PHP 7.2 and PHP 7.0 will be replaced by PHP 7.3.
We will not overwrite previous php versions Nginx upstreams to avoid issues during the migration from EEv3. A step by step guide will be published soon to explain how to fully migrate from EasyEngine v3 to WordOps
## Usage