Skip to content

Commit e5881c3

Browse files
committed
Release 1.4.6
1 parent ed2944a commit e5881c3

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
**Requires at least:** 3.0.1
77
**Tested up to:** 6.8.1
88
**Requires PHP:** 7.4
9-
**Stable tag:** 1.4.6-dev
9+
**Stable tag:** 1.4.6
1010
**License:** GPLv2 or later
1111
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1212

@@ -109,7 +109,8 @@ There's a known issue with WordPress `alloptions` cache design. Specifically, a
109109

110110
## Changelog ##
111111

112-
### 1.4.6 ###
112+
### 1.4.6 (June 17, 2025) ###
113+
* PHP 8.4 compatibility
113114

114115
### 1.4.5 (January 21, 2024) ###
115116
* Support Relay in `check_client_dependencies()` correctly [[#471](https://github.com/pantheon-systems/wp-redis/pull/471)] (props @EarthlingDavey)

readme.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: cache, plugin, redis
44
Requires at least: 3.0.1
55
Tested up to: 6.8.1
66
Requires PHP: 7.4
7-
Stable tag: 1.4.6-dev
7+
Stable tag: 1.4.6
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -106,7 +106,8 @@ Please report security bugs found in the source code of the WP Redis plugin thro
106106

107107
== Changelog ==
108108

109-
= 1.4.6-dev =
109+
= 1.4.6 (June 17, 2025) =
110+
* PHP 8.4 compatibility
110111

111112
= 1.4.5 (January 21, 2024) =
112113
* Support Relay in check_client_dependencies() with the WP_REDIS_USE_RELAY constant [[#471](https://github.com/pantheon-systems/wp-redis/pull/471)]

wp-redis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WP Redis
44
* Plugin URI: http://github.com/pantheon-systems/wp-redis/
55
* Description: WordPress Object Cache using Redis. Requires the PhpRedis extension (https://github.com/phpredis/phpredis).
6-
* Version: 1.4.6-dev
6+
* Version: 1.4.6
77
* Author: Pantheon, Josh Koenig, Matthew Boynes, Daniel Bachhuber, Alley Interactive
88
* Author URI: https://pantheon.io/
99
*/

0 commit comments

Comments
 (0)