Skip to content

Commit

Permalink
*Version bump to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed May 3, 2017
1 parent d34716a commit 98d174f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,13 @@ This section describes how to install the plugin and get it working.

== Changelog ==

### 0.5.1 ###
### 0.5.3 ###

* Improve UTF-8 character handling in the-preloader integration
* Simulate a window resize after preloader div is gone as well as before in the-preloader integration
* Remove stray wp_cache_flush

### 0.5.2 ###

* Improve UTF-8 character handling

Expand Down
2 changes: 1 addition & 1 deletion includes/class-rocket-async-css.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Rocket_Async_Css {
/**
* Plugin version
*/
const VERSION = '0.5.2';
const VERSION = '0.5.3';

/**
* Plugin version
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.5.2
* Version: 0.5.3
* Author: Derrick Hammer
* Author URI: http://www.derrickhammer.com
* License: GPL-2.0+
Expand Down

0 comments on commit 98d174f

Please sign in to comment.