diff --git a/README.txt b/README.txt index 81347f3..3d11f9c 100644 --- a/README.txt +++ b/README.txt @@ -67,6 +67,12 @@ This is used as a special version of the web page that forcibly disables support == Changelog == +### 0.6.3 ### + +* Bug: Ensure object_id is an integer in get_permalink +* Bug: Disable rocket_clean_wpengine and rocket_clean_supercacher functions in after_rocket_clean_domain action when disabling integrations +* Enhancement: Don't use web check transient in template mode + ### 0.6.2 ### * Bug: Don't clear web check flags for posts or terms on edit in template mode diff --git a/lib/class-wp-criticalcss.php b/lib/class-wp-criticalcss.php index 0cb6d3c..06ad458 100644 --- a/lib/class-wp-criticalcss.php +++ b/lib/class-wp-criticalcss.php @@ -7,7 +7,7 @@ class WP_CriticalCSS { /** * */ - const VERSION = '0.6.2'; + const VERSION = '0.6.3'; /** * diff --git a/wp-criticalcss.php b/wp-criticalcss.php index bd38a47..4138af2 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.6.2 +Version: 0.6.3 Author: Derrick Hammer Author URI: https://www.derrickhammer.com License: GPL3