File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,11 @@ This section describes how to install the plugin and get it working.
56
56
57
57
== Changelog ==
58
58
59
+ ### 0.5.0 ###
60
+
61
+ * Use deactivated_plugin hook on deactivation
62
+ * Rebuild cache system without using SQL
63
+
59
64
### 0.4.16 ###
60
65
61
66
* Ensure home uses the active URL scheme
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class Rocket_Async_Css {
32
32
/**
33
33
* Plugin version
34
34
*/
35
- const VERSION = '0.4.16 ' ;
35
+ const VERSION = '0.5.0 ' ;
36
36
37
37
/**
38
38
* Plugin version
Original file line number Diff line number Diff line change 16
16
* Plugin Name: WP Rocket ASYNC CSS
17
17
* Plugin URI: https://github.com/pcfreak30/rocket-async-css
18
18
* Description: WordPress plugin to combine all CSS load async including inline scripts. Extends WP-Rocket
19
- * Version: 0.4.16
19
+ * Version: 0.5.0
20
20
* Author: Derrick Hammer
21
21
* Author URI: http://www.derrickhammer.com
22
22
* License: GPL-2.0+
You can’t perform that action at this time.
0 commit comments