diff --git a/README.txt b/README.txt index 0155d21..f84c0c1 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.8 +Stable tag: 0.3.9 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -54,6 +54,12 @@ This section describes how to install the plugin and get it working. == Changelog == +### 0.3.9 ### + +* Ensure normal array styles are used +* Pass null instead of stdClass to WP_Filesystem_Direct +* Recursively process CSS imports with regex + ### 0.3.8 ### * Check for WPML and temporarily remove its home_url hook diff --git a/rocket-async-css.php b/rocket-async-css.php index 2391189..ea2158f 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.8 + * Version: 0.3.9 * 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.8' ); +define( 'ROCKET_ASYNC_CSS_VERSION', '0.3.9' ); define( 'ROCKET_ASYNC_CSS_SLUG', 'rocket-async-css' ); /**