Skip to content

Commit 98d174f

Browse files
committed
*Version bump to 0.5.3
1 parent d34716a commit 98d174f

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

README.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

includes/class-rocket-async-css.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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.5.2
19+
* Version: 0.5.3
2020
* Author: Derrick Hammer
2121
* Author URI: http://www.derrickhammer.com
2222
* License: GPL-2.0+

0 commit comments

Comments
 (0)