From 88fedee3a65b543bb52a5e79a6c43cf69652993f Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 22 Apr 2018 04:44:55 -0400 Subject: [PATCH] *Version bump to 0.7.0.9 --- README.txt | 7 +++++++ lib/Rocket/Async/CSS.php | 2 +- rocket-async-css.php | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 9c450a5..a9b7511 100644 --- a/README.txt +++ b/README.txt @@ -56,6 +56,13 @@ This section describes how to install the plugin and get it working. == Changelog == +### 0.7.0.9 ### + +* Bug: Various bug fixes in responsive image module including better handling of quotes +* Bug: Fix essential grid state defaulting to true +* Compatibility: Disable lazy loading completely for all revolution slider images +* Compatibility: Fix quotes in responsive image module due to bug in a3 lazy load + ### 0.7.0.8 ### * Bug: Don't use PHP_INT_MAX on rocket_buffer diff --git a/lib/Rocket/Async/CSS.php b/lib/Rocket/Async/CSS.php index ae8ce57..ddc5e3d 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.7.0.8'; + const VERSION = '0.7.0.9'; /** * Transient Prefix diff --git a/rocket-async-css.php b/rocket-async-css.php index fb69226..2748c7f 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.7.0.8 + * Version: 0.7.0.9 * Author: Derrick Hammer * Author URI: http://www.derrickhammer.com * License: GPL-2.0+