From 154aa80637f220bb0f9e06f04567558a54442a94 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Mon, 27 Nov 2023 12:34:55 -0700 Subject: [PATCH] Prepare 1.4.5-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 b1f133b..b99b1d3 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.4.1 -**Stable tag:** 1.4.4 +**Stable tag:** 1.4.5-dev **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -108,6 +108,8 @@ There's a known issue with WordPress `alloptions` cache design. Specifically, a ## Changelog ## +### 1.4.5-dev ### + ### 1.4.4 (November 27, 2023) ### * Updates Pantheon WP Coding Standards to 2.0 [[#445](https://github.com/pantheon-systems/wp-redis/pull/445)] * Handle duplicate keys in `get_multiple` function [[#448](https://github.com/pantheon-systems/wp-redis/pull/448)] (props @Souptik2001) diff --git a/readme.txt b/readme.txt index 53adff4..9997eae 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.4.1 -Stable tag: 1.4.4 +Stable tag: 1.4.5-dev License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -105,6 +105,8 @@ Please report security bugs found in the source code of the WP Redis plugin thro == Changelog == += 1.4.5-dev = + = 1.4.4 (November 27, 2023) = * Updates Pantheon WP Coding Standards to 2.0 [[#445](https://github.com/pantheon-systems/wp-redis/pull/445)] * Handle duplicate keys in `get_multiple` function [[#448](https://github.com/pantheon-systems/wp-redis/pull/448)] (props @souptik) diff --git a/wp-redis.php b/wp-redis.php index 1661c0c..ca9f398 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.4 + * Version: 1.4.5-dev * Author: Pantheon, Josh Koenig, Matthew Boynes, Daniel Bachhuber, Alley Interactive * Author URI: https://pantheon.io/ */