Skip to content

Commit 2b5e0c5

Browse files
committed
Prepare 1.4.2-dev
1 parent f719a87 commit 2b5e0c5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**Tags:** cache, plugin, redis
66
**Requires at least:** 3.0.1
77
**Tested up to:** 6.2
8-
**Stable tag:** 1.4.1
8+
**Stable tag:** 1.4.2-dev
99
**License:** GPLv2 or later
1010
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -104,6 +104,8 @@ There's a known issue with WordPress `alloptions` cache design. Specifically, a
104104

105105
## Changelog ##
106106

107+
### Latest ###
108+
107109
### 1.4.1 (May 11, 2023) ###
108110
* Bug fix: `wp_cache_flush_runtime` should only clear the local cache [[413](https://github.com/pantheon-systems/wp-redis/pull/413)]
109111

readme.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: getpantheon, danielbachhuber, mboynes, Outlandish Josh, jspellman,
33
Tags: cache, plugin, redis
44
Requires at least: 3.0.1
55
Tested up to: 6.2
6-
Stable tag: 1.4.1
6+
Stable tag: 1.4.2-dev
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -102,6 +102,8 @@ There's a known issue with WordPress `alloptions` cache design. Specifically, a
102102

103103
== Changelog ==
104104

105+
= Latest =
106+
105107
= 1.4.1 (May 11, 2023) =
106108
* Bug fix: `wp_cache_flush_runtime` should only clear the local cache [[413](https://github.com/pantheon-systems/wp-redis/pull/413)]
107109

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.1
6+
* Version: 1.4.2-dev
77
* Author: Pantheon, Josh Koenig, Matthew Boynes, Daniel Bachhuber, Alley Interactive
88
* Author URI: https://pantheon.io/
99
*/

0 commit comments

Comments
 (0)