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,7 +56,13 @@ This section describes how to install the plugin and get it working.
5656
5757== Changelog ==
5858
59- ### 0.5.1 ###
59+ ### 0.5.3 ###
60+
61+ * Improve UTF-8 character handling in the-preloader integration
62+ * Simulate a window resize after preloader div is gone as well as before in the-preloader integration
63+ * Remove stray wp_cache_flush
64+
65+ ### 0.5.2 ###
6066
6167* Improve UTF-8 character handling
6268
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.2 ' ;
35+ const VERSION = '0.5.3 ' ;
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.2
19+ * Version: 0.5.3
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