diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ac6633..841c6d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 37c2209..835aa0a 100644 --- a/README.md +++ b/README.md @@ -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