From 31381d4a706ea0fcbf03631b8740b5fb5b309fc6 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 4 Oct 2016 14:37:58 -0400 Subject: [PATCH] *Version bump to 0.3.8 --- README.txt | 6 +++++- rocket-async-css.php | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 6fa9ccf..0155d21 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/pcfreak30 Tags: optimize, wp-rocket, async css Requires at least: 4.5 Tested up to: 4.6 -Stable tag: 0.3.7.1 +Stable tag: 0.3.8 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -54,6 +54,10 @@ This section describes how to install the plugin and get it working. == Changelog == +### 0.3.8 ### + +* Check for WPML and temporarily remove its home_url hook + ### 0.3.7.1 ### * Use createTextNode as nodeValue encodes input diff --git a/rocket-async-css.php b/rocket-async-css.php index 2fb689c..2391189 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.3.7.1 + * Version: 0.3.8 * Author: Derrick Hammer * Author URI: http://www.derrickhammer.com * License: GPL-2.0+ @@ -29,7 +29,7 @@ die; } -define( 'ROCKET_ASYNC_CSS_VERSION', '0.3.7.1' ); +define( 'ROCKET_ASYNC_CSS_VERSION', '0.3.8' ); define( 'ROCKET_ASYNC_CSS_SLUG', 'rocket-async-css' ); /**