From 279a90850fc8d8e520c34bd13b76cd46cc9a5628 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Mon, 2 Jan 2017 14:53:45 -0500 Subject: [PATCH] *Version bump to 0.1.3 --- README.txt | 5 +++++ criticalcss.php | 2 +- lib/class-criticalcss.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index e76ce25..c2e3a06 100644 --- a/README.txt +++ b/README.txt @@ -59,6 +59,11 @@ Generally any host. Some hosts like WPEngine has special support to purge the se == Changelog == +### 0.1.3 ### + +* Bug/Enhancement: Use a simpler means to enable nocache on the homepage thats less error prone +* Cleanup: reorder_rewrite_rules method not needed + ### 0.1.2 ### * Bug: Revert bug fix for purging in 0.1.1 and just purge before setting cache diff --git a/criticalcss.php b/criticalcss.php index 4535cc9..8e9cf11 100644 --- a/criticalcss.php +++ b/criticalcss.php @@ -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.2 +Version: 0.1.3 Author: Derrick Hammer Author URI: https://www.derrickhammer.com License: GPL3 diff --git a/lib/class-criticalcss.php b/lib/class-criticalcss.php index c8104a7..6707c07 100644 --- a/lib/class-criticalcss.php +++ b/lib/class-criticalcss.php @@ -7,7 +7,7 @@ class CriticalCSS { /** * */ - const VERSION = '0.1.2'; + const VERSION = '0.1.3'; /** *