Skip to content

Commit 40ce63c

Browse files
committed
tag v2.5.4
1 parent 764c1cc commit 40ce63c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

includes/object-cache.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Redis Object Cache Drop-In
44
* Plugin URI: https://wordpress.org/plugins/redis-cache/
55
* Description: A persistent object cache backend powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.
6-
* Version: 2.5.3
6+
* Version: 2.5.4
77
* Author: Till Krüss
88
* Author URI: https://objectcache.pro
99
* License: GPLv3

readme.txt

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: redis, object cache, caching, performance, relay
55
Requires at least: 4.6
66
Tested up to: 6.6
77
Requires PHP: 7.2
8-
Stable tag: 2.5.3
8+
Stable tag: 2.5.4
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -61,6 +61,12 @@ Redis Object Cache has various WP CLI commands, for more information run `wp hel
6161

6262
== Changelog ==
6363

64+
= 2.5.4 =
65+
66+
- Respect `WP_REDIS_SCHEME` for Cluster connections
67+
- Fixed issue with Predis and `SentinelReplication` connection
68+
- Fixed double-slash in `admin.css` URL
69+
6470
= 2.5.3 =
6571

6672
- Added `WP_REDIS_DISABLE_GROUP_FLUSH` constant

redis-cache.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Redis Object Cache
44
* Plugin URI: https://wordpress.org/plugins/redis-cache/
55
* Description: A persistent object cache backend powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.
6-
* Version: 2.5.3
6+
* Version: 2.5.4
77
* Text Domain: redis-cache
88
* Domain Path: /languages
99
* Network: true

0 commit comments

Comments
 (0)