From 923233e1b524d2163c3685a3e39c702d74d5fc02 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 24 Jan 2017 10:17:11 -0500 Subject: [PATCH] *Version bump to 0.3.1 --- README.txt | 5 +++++ lib/class-wp-criticalcss.php | 2 +- wp-criticalcss.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index ada790b..e10147e 100644 --- a/README.txt +++ b/README.txt @@ -63,6 +63,11 @@ Generally any host. Some hosts like WPEngine has special support to purge the se == Changelog == +### 0.3.1 ### + +* Bug: Fix purge bulk action +* Cleanup: Merge settings classes together + ### 0.3.0 ### * Bug: Store status information when a generate API request is made diff --git a/lib/class-wp-criticalcss.php b/lib/class-wp-criticalcss.php index 976c002..eb97bcd 100644 --- a/lib/class-wp-criticalcss.php +++ b/lib/class-wp-criticalcss.php @@ -7,7 +7,7 @@ class WP_CriticalCSS { /** * */ - const VERSION = '0.3.0'; + const VERSION = '0.3.1'; /** * diff --git a/wp-criticalcss.php b/wp-criticalcss.php index 11fa789..f71558a 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.3.0 +Version: 0.3.1 Author: Derrick Hammer Author URI: https://www.derrickhammer.com License: GPL3