File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,6 +56,11 @@ This section describes how to install the plugin and get it working.
5656
5757== Changelog ==
5858
59+ ### 0.5.5 ###
60+
61+ * Rename instance function wrapper to not conflict with wp-rocket async css
62+ * Ensure local files are not url encoded
63+
5964### 0.5.4 ###
6065
6166* Disable cache busting in wp-rocket
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class Rocket_Async_Css {
3232 /**
3333 * Plugin version
3434 */
35- const VERSION = '0.5.4 ' ;
35+ const VERSION = '0.5.5 ' ;
3636
3737 /**
3838 * Plugin version
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.5.4
19+ * Version: 0.5.5
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