Skip to content

Commit

Permalink
*Version bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Jan 2, 2017
1 parent 096f6c6 commit 242750a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ Generally any host. Some hosts like WPEngine has special support to purge the se

== Changelog ==

### 0.1.1 ###

* Bug: Always delete pending transient if there is no fatal error
* Bug: Toggle purge plugin integration to prevent generated css from getting purged
* Enhancement: If WP_Error just return item so it will get re-attempted
* Enhancement: Add method to disable purge plugin integration

### 0.1.0 ###

* Initial version
2 changes: 1 addition & 1 deletion criticalcss.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin Name: Critical CSS
Plugin URI: https://github.com/pcfreak30/wp-criticalcss
Description: Use CriticalCSS.com web service to automatically create the required CSS for above the fold
Version: 0.1.0
Version: 0.1.1
Author: Derrick Hammer
Author URI: https://www.derrickhammer.com
License: GPL3
Expand Down
2 changes: 1 addition & 1 deletion lib/class-criticalcss.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class CriticalCSS {
/**
*
*/
const VERSION = '0.1.0';
const VERSION = '0.1.1';

/**
*
Expand Down

0 comments on commit 242750a

Please sign in to comment.