From f1fc929879796c7dc5646b62146ab68c865519cc Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 21 Feb 2017 16:37:38 -0500 Subject: [PATCH] *Version bump to 0.4.15 --- 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 fc3d42a..22bc9a2 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.4.15 ### + +* Add compatibility hack for older libxml + ### 0.4.14 ### * Add compatibility with avada theme and revslider to act the same as the revslider shortcode hack diff --git a/includes/class-rocket-async-css.php b/includes/class-rocket-async-css.php index 48c203b..3459093 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.4.14'; + const VERSION = '0.4.15'; /** * The current version of the plugin. * diff --git a/rocket-async-css.php b/rocket-async-css.php index 92f1af1..ca19df9 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.4.14 + * Version: 0.4.15 * Author: Derrick Hammer * Author URI: http://www.derrickhammer.com * License: GPL-2.0+