Skip to content

Commit

Permalink
*Version bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Jul 31, 2016
1 parent 6d0e179 commit 86314e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 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.5.1
Stable tag: 0.2.2
Stable tag: 0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

### 0.3.0 ###

* New minify method to combine to 1 file by wrapping specific media selectors in a @media block
* Set crossorigin attribute for CORS friendly css if on CDN

### 0.2.2 ###

* Rocket_Async_Css should not be ran until plugins_loaded
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.2.0
* Version: 0.3.0
* 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.2.2' );
define( 'ROCKET_ASYNC_CSS_VERSION', '0.3.0' );
define( 'ROCKET_ASYNC_CSS_SLUG', 'rocket-async-css' );

/**
Expand Down

0 comments on commit 86314e2

Please sign in to comment.