Skip to content

Commit

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

== Changelog ==

### 0.4.0 ###

* Bug: Fix version comparison logic for upgrade routines and allow previous upgrade code to run on 0.4.0 upgrade due to the bug
* Enhancement: Major refactor to use dedicated mysql storage tables for queue instead of wp_options to simplify data management and ensure no duplicates can exist
* Enhancement: If $url in WP_CriticalCSS::get_permalink is a WP_Error, return false
* Enhancement: Skip item in web check queue if item exists in API queue or the permalink is false
* Cleanup: Purge all queue items from options table and web check transients on 0.4.0 upgrade


### 0.3.6 ###

* Bug: Only set DONOTCACHEPAGE if not set
Expand Down
2 changes: 1 addition & 1 deletion lib/class-wp-criticalcss.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class WP_CriticalCSS {
/**
*
*/
const VERSION = '0.3.6';
const VERSION = '0.4.0';

/**
*
Expand Down
2 changes: 1 addition & 1 deletion wp-criticalcss.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin Name: WP 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.3.6
Version: 0.4.0
Author: Derrick Hammer
Author URI: https://www.derrickhammer.com
License: GPL3
Expand Down

0 comments on commit 0e8c8fe

Please sign in to comment.