From 5a49a3ee98cf3be6f8c973269da8044acefcdfd5 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sat, 17 Jun 2017 11:04:44 -0400 Subject: [PATCH] *Version bump to 0.5.4 --- README.txt | 4 ++++ includes/class-rocket-async-css.php | 2 +- rocket-async-css.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 5ad8c56..d57c8a4 100644 --- a/README.txt +++ b/README.txt @@ -56,6 +56,10 @@ This section describes how to install the plugin and get it working. == Changelog == +### 0.5.4 ### + +* Disable cache busting in wp-rocket + ### 0.5.3 ### * Improve UTF-8 character handling in the-preloader integration diff --git a/includes/class-rocket-async-css.php b/includes/class-rocket-async-css.php index 1eef47c..e0ea3be 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.3'; + const VERSION = '0.5.4'; /** * Plugin version diff --git a/rocket-async-css.php b/rocket-async-css.php index 051926f..89cb372 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.3 + * Version: 0.5.4 * Author: Derrick Hammer * Author URI: http://www.derrickhammer.com * License: GPL-2.0+