From 057cd0e4ba8b5f4766cc4254dc28f6a6a678074a Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Wed, 24 Mar 2021 04:32:56 -0700 Subject: [PATCH] Update README for v1.1.2 --- README.md | 5 ++++- readme.txt | 5 ++++- wp-redis.php | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f579ec..d80b87c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Tags:** cache, plugin, redis **Requires at least:** 3.0.1 **Tested up to:** 5.7 -**Stable tag:** 1.1.1 +**Stable tag:** 1.1.2 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -116,6 +116,9 @@ There's a known issue with WordPress `alloptions` cache design. Specifically, a ## Changelog ## +### 1.1.2 (March 24, 2021) ### +* Applies logic used elsewhere to fall back to `$_SERVER` in `wp_redis_get_info()` [[#316](https://github.com/pantheon-systems/wp-redis/pull/316)]. + ### 1.1.1 (August 17, 2020) ### * Returns cache data in correct order when using `wp_cache_get_multiple()` and internal cache is already primed [[#292](https://github.com/pantheon-systems/wp-redis/pull/292)]. diff --git a/readme.txt b/readme.txt index 32be6fc..a8934e2 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: getpantheon, danielbachhuber, mboynes, Outlandish Josh Tags: cache, plugin, redis Requires at least: 3.0.1 Tested up to: 5.7 -Stable tag: 1.1.1 +Stable tag: 1.1.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -116,6 +116,9 @@ There's a known issue with WordPress `alloptions` cache design. Specifically, a == Changelog == += 1.1.2 (March 24, 2021) = +* Applies logic used elsewhere to fall back to `$_SERVER` in `wp_redis_get_info()` [[#316](https://github.com/pantheon-systems/wp-redis/pull/316)]. + = 1.1.1 (August 17, 2020) = * Returns cache data in correct order when using `wp_cache_get_multiple()` and internal cache is already primed [[#292](https://github.com/pantheon-systems/wp-redis/pull/292)]. diff --git a/wp-redis.php b/wp-redis.php index 148d1d3..ba92883 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.1.1 + * Version: 1.1.2 * Author: Pantheon, Josh Koenig, Matthew Boynes, Daniel Bachhuber, Alley Interactive * Author URI: https://pantheon.io/ */