From 98d174fcf9caa1ddad4927daf334dfeeb693465f Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 3 May 2017 06:38:50 -0400 Subject: [PATCH] *Version bump to 0.5.3 --- README.txt | 8 +++++++- includes/class-rocket-async-css.php | 2 +- rocket-async-css.php | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index d384fba..5ad8c56 100644 --- a/README.txt +++ b/README.txt @@ -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 diff --git a/includes/class-rocket-async-css.php b/includes/class-rocket-async-css.php index 2515a7e..f6a0971 100644 --- a/includes/class-rocket-async-css.php +++ b/includes/class-rocket-async-css.php @@ -32,7 +32,7 @@ class Rocket_Async_Css { /** * Plugin version */ - const VERSION = '0.5.2'; + const VERSION = '0.5.3'; /** * Plugin version diff --git a/rocket-async-css.php b/rocket-async-css.php index 1ea0565..051926f 100644 --- a/rocket-async-css.php +++ b/rocket-async-css.php @@ -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+