Skip to content

Commit

Permalink
*Version bump to 0.3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Sep 4, 2016
1 parent a04fda1 commit 525ea2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 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.7
Stable tag: 0.3.7.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -54,6 +54,10 @@ This section describes how to install the plugin and get it working.

== Changelog ==

### 0.3.7.1 ###

* Use createTextNode as nodeValue encodes input

### 0.3.7 ###

* Use nodeValue due to php bug in < 5.6 that causes it to not actually save/write it
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.7
* Version: 0.3.7.1
* 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.7' );
define( 'ROCKET_ASYNC_CSS_VERSION', '0.3.7.1' );
define( 'ROCKET_ASYNC_CSS_SLUG', 'rocket-async-css' );

/**
Expand Down

0 comments on commit 525ea2d

Please sign in to comment.