Skip to content

Commit 93c96e1

Browse files
committed
*Version bump to 0.5.1
1 parent 00c914c commit 93c96e1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ This section describes how to install the plugin and get it working.
5656

5757
== Changelog ==
5858

59+
### 0.5.1 ###
60+
61+
* Remove use of user id in cache tree
62+
5963
### 0.5.0 ###
6064

6165
* Use deactivated_plugin hook on deactivation

includes/class-rocket-async-css.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Rocket_Async_Css {
3232
/**
3333
* Plugin version
3434
*/
35-
const VERSION = '0.5.0';
35+
const VERSION = '0.5.1';
3636

3737
/**
3838
* Plugin version

rocket-async-css.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin Name: WP Rocket ASYNC CSS
1717
* Plugin URI: https://github.com/pcfreak30/rocket-async-css
1818
* Description: WordPress plugin to combine all CSS load async including inline scripts. Extends WP-Rocket
19-
* Version: 0.5.0
19+
* Version: 0.5.1
2020
* Author: Derrick Hammer
2121
* Author URI: http://www.derrickhammer.com
2222
* License: GPL-2.0+

0 commit comments

Comments
 (0)