Skip to content

Commit

Permalink
*Version bump to 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Oct 5, 2016
1 parent 96678c4 commit 8d8cb6c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions rocket-async-css.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -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' );

/**
Expand Down

0 comments on commit 8d8cb6c

Please sign in to comment.