File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments