From 2b5e0c5acd111982aabb520cdd339dea5739f853 Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Thu, 11 May 2023 14:51:03 -0700 Subject: [PATCH] Prepare 1.4.2-dev --- README.md | 4 +++- readme.txt | 4 +++- wp-redis.php | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 944c176..26df650 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ **Tags:** cache, plugin, redis **Requires at least:** 3.0.1 **Tested up to:** 6.2 -**Stable tag:** 1.4.1 +**Stable tag:** 1.4.2-dev **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -104,6 +104,8 @@ There's a known issue with WordPress `alloptions` cache design. Specifically, a ## Changelog ## +### Latest ### + ### 1.4.1 (May 11, 2023) ### * Bug fix: `wp_cache_flush_runtime` should only clear the local cache [[413](https://github.com/pantheon-systems/wp-redis/pull/413)] diff --git a/readme.txt b/readme.txt index 8f92257..58fb84b 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: getpantheon, danielbachhuber, mboynes, Outlandish Josh, jspellman, Tags: cache, plugin, redis Requires at least: 3.0.1 Tested up to: 6.2 -Stable tag: 1.4.1 +Stable tag: 1.4.2-dev License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -102,6 +102,8 @@ There's a known issue with WordPress `alloptions` cache design. Specifically, a == Changelog == += Latest = + = 1.4.1 (May 11, 2023) = * Bug fix: `wp_cache_flush_runtime` should only clear the local cache [[413](https://github.com/pantheon-systems/wp-redis/pull/413)] diff --git a/wp-redis.php b/wp-redis.php index 78df819..fd1603d 100644 --- a/wp-redis.php +++ b/wp-redis.php @@ -3,7 +3,7 @@ * Plugin Name: WP Redis * Plugin URI: http://github.com/pantheon-systems/wp-redis/ * Description: WordPress Object Cache using Redis. Requires the PhpRedis extension (https://github.com/phpredis/phpredis). - * Version: 1.4.1 + * Version: 1.4.2-dev * Author: Pantheon, Josh Koenig, Matthew Boynes, Daniel Bachhuber, Alley Interactive * Author URI: https://pantheon.io/ */