Skip to content

Commit 88fedee

Browse files
committed
*Version bump to 0.7.0.9
1 parent d76ff5a commit 88fedee

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ This section describes how to install the plugin and get it working.
5656

5757
== Changelog ==
5858

59+
### 0.7.0.9 ###
60+
61+
* Bug: Various bug fixes in responsive image module including better handling of quotes
62+
* Bug: Fix essential grid state defaulting to true
63+
* Compatibility: Disable lazy loading completely for all revolution slider images
64+
* Compatibility: Fix quotes in responsive image module due to bug in a3 lazy load
65+
5966
### 0.7.0.8 ###
6067

6168
* Bug: Don't use PHP_INT_MAX on rocket_buffer

lib/Rocket/Async/CSS.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class CSS extends Plugin {
1818
/**
1919
* Plugin version
2020
*/
21-
const VERSION = '0.7.0.8';
21+
const VERSION = '0.7.0.9';
2222

2323
/**
2424
* Transient Prefix

rocket-async-css.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin Name: WP Rocket ASYNC CSS
1717
* Plugin URI: https://github.com/pcfreak30/rocket-async-css
1818
* Description: WordPress plugin to combine all CSS load async including inline scripts. Extends WP-Rocket
19-
* Version: 0.7.0.8
19+
* Version: 0.7.0.9
2020
* Author: Derrick Hammer
2121
* Author URI: http://www.derrickhammer.com
2222
* License: GPL-2.0+

0 commit comments

Comments
 (0)