Skip to content

Commit

Permalink
*Version bump to 0.7.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Apr 22, 2018
1 parent d76ff5a commit 88fedee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/Rocket/Async/CSS.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class CSS extends Plugin {
/**
* Plugin version
*/
const VERSION = '0.7.0.8';
const VERSION = '0.7.0.9';

/**
* Transient Prefix
Expand Down
2 changes: 1 addition & 1 deletion rocket-async-css.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down

0 comments on commit 88fedee

Please sign in to comment.