From 458b78b687494af3e7db264f2f989d7444ffc111 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Thu, 17 Aug 2017 19:41:54 -0400 Subject: [PATCH] *Version bump to 0.6.0 --- README.txt | 16 ++++++++++++++++ lib/Rocket/Async/CSS.php | 2 +- rocket-async-css.php | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index eb25855..44ff0a4 100644 --- a/README.txt +++ b/README.txt @@ -56,6 +56,22 @@ This section describes how to install the plugin and get it working. == Changelog == +### 0.6.0 ### + +This is a ***MAJOR*** release and over 50% of the code is rewritten. While it has been extensively tested, there may still be bugs! Please test in a development site before deploying! Due to the amount of work, only a summary of this version will be detailed below. + +* ***Major*** rewrite using new composer based framework. +* Process any remote or local import +* Download any remote file referenced to the minify folder. This fixes google fonts too being remotely requested! +* Reduce files generated by minify +* Add integration with Juipter Theme +* Add integration with LaterSlider +* Add integration with Meta Slider +* Add integration with Revolution Slider +* Add integration with WP Critical CSS +* Add responsive images and lazy load support. This fixes almost ANY image that was not created with srcset that its your media. If a wordpress image size does not match though, Simple Image Sizes plugin is recommended. +* Many other changes + ### 0.5.5 ### * Rename instance function wrapper to not conflict with wp-rocket async css diff --git a/lib/Rocket/Async/CSS.php b/lib/Rocket/Async/CSS.php index 82a035e..3c9c6ae 100644 --- a/lib/Rocket/Async/CSS.php +++ b/lib/Rocket/Async/CSS.php @@ -17,7 +17,7 @@ class CSS extends PluginAbstract { /** * Plugin version */ - const VERSION = '0.5.5'; + const VERSION = '0.6.0'; /** * Transient Prefix diff --git a/rocket-async-css.php b/rocket-async-css.php index 65b05fc..aa8ba2a 100644 --- a/rocket-async-css.php +++ b/rocket-async-css.php @@ -16,7 +16,7 @@ * Plugin Name: WP Rocket ASYNC CSS * Plugin URI: https://github.com/pcfreak30/rocket-async-css * Description: WordPress plugin to combine all CSS load async including inline scripts. Extends WP-Rocket - * Version: 0.5.5 + * Version: 0.6.0 * Author: Derrick Hammer * Author URI: http://www.derrickhammer.com * License: GPL-2.0+