From f8216ef7f16eaa24c15d2768e7fe9c687ae35781 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Fri, 26 Jan 2018 06:37:29 -0500 Subject: [PATCH] *Version bump to 0.6.0 --- README.txt | 25 +++++++++++++++++++++++++ lib/Rocket/Async/CSS.php | 2 +- rocket-async-css.php | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 44ff0a4..4e53e86 100644 --- a/README.txt +++ b/README.txt @@ -56,6 +56,31 @@ This section describes how to install the plugin and get it working. == Changelog == +### 0.7.0 ### + +This is considered a ***MAJOR*** release due to the amount of effort that has been invested since the last release in 2017 + +* BUGS!: Too many bug fixes to give out in detail. It would be ideal to review git commits in this case + +* Integration: Add AvadaTheme integration to work around css bug +* Integration: Add Google Web Fonts integration +* Integration: Add integration with Flatsome theme +* Integration: Add integration with wonder plugin carousel +* Integration: Add integration with max mega menu +* Integration: Add integration with divi builder +* Integration: Add integration with divi booster +* Integration: Add compatibility with The 7 theme +* Feature: Add rocket_async_css_do_blocking filter to force the CSS to output in normal blocking mode for odd edge case exceptions +* Enhancement: Add a footer JS to signal that js is fully loaded +* Enhancement: Add rocket_async_css_do_minify filter for css item to skip minify if it is problematic +* Enhancement: Run lazyload on every individual image and not the whole document to prevent altering javascript or other markup that doesn't need to be touched +* Enhancement: Refactor responsive images integration to look up based on GUID and not do a post meta query for performance +* Enhancement: Add filter, rocket_async_css_lazy_load_responsive_image, to determine if responsive image should be lazy loaded +* Compatibility: Add workaround technique for processing inline javascript that has html +* Compatibility: Don't lazyload images in revolution slider +* Compatibility: Add woocommerce integration to fix cache issues +* Compatibility: Fix compatibility with wp-rocket causing fatal errors + ### 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. diff --git a/lib/Rocket/Async/CSS.php b/lib/Rocket/Async/CSS.php index 9041a85..2530708 100644 --- a/lib/Rocket/Async/CSS.php +++ b/lib/Rocket/Async/CSS.php @@ -18,7 +18,7 @@ class CSS extends Plugin { /** * Plugin version */ - const VERSION = '0.6.0'; + const VERSION = '0.7.0'; /** * Transient Prefix diff --git a/rocket-async-css.php b/rocket-async-css.php index b562f11..45a56d4 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.6.0 + * Version: 0.7.0 * Author: Derrick Hammer * Author URI: http://www.derrickhammer.com * License: GPL-2.0+