Skip to content

Commit

Permalink
tag v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss authored Jul 12, 2024
1 parent 862faef commit e07a68f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion includes/object-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Redis Object Cache Drop-In
* Plugin URI: https://wordpress.org/plugins/redis-cache/
* Description: A persistent object cache backend powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.
* Version: 2.5.2
* Version: 2.5.3
* Author: Till Krüss
* Author URI: https://objectcache.pro
* License: GPLv3
Expand Down
12 changes: 10 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: tillkruess
Donate link: https://github.com/sponsors/tillkruss
Tags: redis, object cache, caching, performance, relay
Requires at least: 4.6
Tested up to: 6.5
Tested up to: 6.6
Requires PHP: 7.2
Stable tag: 2.5.2
Stable tag: 2.5.3
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -61,6 +61,14 @@ Redis Object Cache has various WP CLI commands, for more information run `wp hel

== Changelog ==

= 2.5.3 =

- Added `WP_REDIS_DISABLE_GROUP_FLUSH` constant
- Added `redis_cache_manager_capability` filter and `WP_REDIS_MANAGER_CAPABILITY` constant
- Added `WP_REDIS_SSL_CONTEXT` support for PhpRedis cluster connections
- Fixed several issues with Predis and cluster/replicated connection
- Fixed another rare fatal error in `show_error_and_die()`

= 2.5.2 =

- Respect `WP_REDIS_FLUSH_TIMEOUT` in Lua flush scripts
Expand Down
2 changes: 1 addition & 1 deletion redis-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Redis Object Cache
* Plugin URI: https://wordpress.org/plugins/redis-cache/
* Description: A persistent object cache backend powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.
* Version: 2.5.2
* Version: 2.5.3
* Text Domain: redis-cache
* Domain Path: /languages
* Network: true
Expand Down

0 comments on commit e07a68f

Please sign in to comment.