From 593d285a18c19c1948de768eff211cf0199956ec Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 26 Feb 2017 13:11:45 -0500 Subject: [PATCH] *Version bump to 0.4.3 --- README.txt | 4 ++++ lib/class-wp-criticalcss.php | 2 +- wp-criticalcss.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 2d2df84..88028c9 100644 --- a/README.txt +++ b/README.txt @@ -63,6 +63,10 @@ Generally any host. Some hosts like WPEngine has special support to purge the se == Changelog == +### 0.4.3 ### + +* Enhancement: Added hack for WPEngine websites to prevent duplicate item entries + ### 0.4.2 ### * Enhancement: Convert relative URL's to absolute when doing a web check diff --git a/lib/class-wp-criticalcss.php b/lib/class-wp-criticalcss.php index d25e2b9..86f082c 100644 --- a/lib/class-wp-criticalcss.php +++ b/lib/class-wp-criticalcss.php @@ -7,7 +7,7 @@ class WP_CriticalCSS { /** * */ - const VERSION = '0.4.2'; + const VERSION = '0.4.3'; /** * diff --git a/wp-criticalcss.php b/wp-criticalcss.php index c9ae2a4..97d9262 100644 --- a/wp-criticalcss.php +++ b/wp-criticalcss.php @@ -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.4.2 +Version: 0.4.3 Author: Derrick Hammer Author URI: https://www.derrickhammer.com License: GPL3