diff --git a/README.txt b/README.txt index f4047b4..d57abd9 100644 --- a/README.txt +++ b/README.txt @@ -67,6 +67,10 @@ This is used as a special version of the web page that forcibly disables support == Changelog == +### 0.7.0.1 ### + +* Bug: Fix usage of restore_current_blog being undefined + ### 0.7.0 ### ### Big Warning ### diff --git a/lib/WP/CriticalCSS.php b/lib/WP/CriticalCSS.php index c9a9875..865a00b 100644 --- a/lib/WP/CriticalCSS.php +++ b/lib/WP/CriticalCSS.php @@ -36,7 +36,7 @@ class CriticalCSS extends PluginAbstract { /** * */ - const VERSION = '0.7.0'; + const VERSION = '0.7.0.1'; /** * diff --git a/wp-criticalcss.php b/wp-criticalcss.php index f912c0f..95b79e7 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.7.0 +Version: 0.7.0.1 Author: Derrick Hammer Author URI: https://www.derrickhammer.com License: GPL3