Skip to content

Commit 12daa55

Browse files
committed
*Version bump to 0.6.4
1 parent c1fee09 commit 12daa55

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: pcfreak30
33
Donate link: https://www.paypal.me/pcfreak30
44
Tags: optimize, above the fold, critical css
55
Requires at least: 4.5
6-
Tested up to: 4.7.1
6+
Tested up to: 4.8
77
Stable tag: trunk
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -67,6 +67,10 @@ This is used as a special version of the web page that forcibly disables support
6767

6868
== Changelog ==
6969

70+
### 0.6.4 ###
71+
72+
* Bug: SECOND_IN_SECONDS is defined in wp-rockets compatibility code only, so must be removed
73+
7074
### 0.6.3 ###
7175

7276
* Bug: Ensure object_id is an integer in get_permalink

lib/class-wp-criticalcss.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class WP_CriticalCSS {
77
/**
88
*
99
*/
10-
const VERSION = '0.6.3';
10+
const VERSION = '0.6.4';
1111

1212
/**
1313
*

wp-criticalcss.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: WP Critical CSS
55
Plugin URI: https://github.com/pcfreak30/wp-criticalcss
66
Description: Use CriticalCSS.com web service to automatically create the required CSS for above the fold
7-
Version: 0.6.3
7+
Version: 0.6.4
88
Author: Derrick Hammer
99
Author URI: https://www.derrickhammer.com
1010
License: GPL3

0 commit comments

Comments
 (0)