Skip to content

Commit f2afe3a

Browse files
committed
*Version bump to 0.6.0
1 parent 0189287 commit f2afe3a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ This is used as a special version of the web page that forcibly disables support
6767

6868
== Changelog ==
6969

70+
### 0.6.0 ###
71+
72+
* Bug: Fix multisite settings menu
73+
* Feature: Add new cache mode to process pages by the wordpress template
74+
* Feature: Add full multisite compatibilty using site transients and network wide queue tables
75+
* Security: Prevent direct access class files
76+
7077
### 0.5.1 ###
7178

7279
* Bug: Use get_expire_period not get_rocket_purge_cron_interval

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.5.1';
10+
const VERSION = '0.6.0';
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.5.1
7+
Version: 0.6.0
88
Author: Derrick Hammer
99
Author URI: https://www.derrickhammer.com
1010
License: GPL3

0 commit comments

Comments
 (0)