File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,13 @@ This is used as a special version of the web page that forcibly disables support
67
67
68
68
== Changelog ==
69
69
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
+
70
77
### 0.5.1 ###
71
78
72
79
* Bug: Use get_expire_period not get_rocket_purge_cron_interval
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ class WP_CriticalCSS {
7
7
/**
8
8
*
9
9
*/
10
- const VERSION = '0.5.1 ' ;
10
+ const VERSION = '0.6.0 ' ;
11
11
12
12
/**
13
13
*
Original file line number Diff line number Diff line change 4
4
Plugin Name: WP Critical CSS
5
5
Plugin URI: https://github.com/pcfreak30/wp-criticalcss
6
6
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
8
8
Author: Derrick Hammer
9
9
Author URI: https://www.derrickhammer.com
10
10
License: GPL3
You can’t perform that action at this time.
0 commit comments