Skip to content

Commit db39c31

Browse files
authored
Update object-cache.php
1 parent ddb3b4d commit db39c31

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

object-cache.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@
33
Plugin Name: Object Cache
44
Plugin URI: https://www.littlebizzy.com/plugins/object-cache
55
Description: Drop-in persistent object cache for WordPress based on Redis in-memory storage that supports Predis, clusters, and WP-CLI (forked from PressJitsu).
6-
Version: 1.1.0
6+
Version: 1.2.0
77
Author: LittleBizzy
88
Author URI: https://www.littlebizzy.com
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111
Upstream Plugin Name: Pressjitsu Redis Object Cache
1212
Upstream Plugin URI: https://github.com/pressjitsu/pj-object-cache-red
13-
Upstream Author: Eric Mann + Erick Hitter
13+
Upstream Author: Eric Mann + Erick Hitter + Pressjitsu, Inc.
1414
Upstream Author URI: https://pressjitsu.com
15-
Upstream Copyright: Pressjitsu, Inc.
1615
PBP Version: N/A
1716
WC requires at least: 3.3
18-
WC tested up to: 3.5
17+
WC tested up to: 3.7
1918
Prefix: OBJCHE
2019
*/
2120

@@ -826,4 +825,4 @@ public function add_non_persistent_groups( $groups ) {
826825
}
827826
}
828827

829-
endif; // if OBJECT_CACHE enabled and 'Redis' class exists
828+
endif; // if 'Redis' class exists

0 commit comments

Comments
 (0)