From e07a68f2b28c4dd6c2dc442550e34d7d0242f3e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kr=C3=BCss?= Date: Thu, 11 Jul 2024 17:52:48 -0700 Subject: [PATCH] tag v2.5.3 --- includes/object-cache.php | 2 +- readme.txt | 12 ++++++++++-- redis-cache.php | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/includes/object-cache.php b/includes/object-cache.php index c0067e86..f9a5526e 100644 --- a/includes/object-cache.php +++ b/includes/object-cache.php @@ -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 diff --git a/readme.txt b/readme.txt index 044f1722..6b064801 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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 diff --git a/redis-cache.php b/redis-cache.php index 210509e6..3bfbe11a 100644 --- a/redis-cache.php +++ b/redis-cache.php @@ -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