From 165e57bbde3c4bb793883d7614750658a7d5196c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kru=CC=88ss?= Date: Mon, 18 Jul 2022 09:28:23 -0700 Subject: [PATCH] bump version to 2.1.1 --- includes/object-cache.php | 2 +- languages/redis-cache.pot | 6 +++--- readme.txt | 18 +++++++++++++----- redis-cache.php | 2 +- 4 files changed, 18 insertions(+), 10 deletions(-) diff --git a/includes/object-cache.php b/includes/object-cache.php index 72b5e5a9..1f96e13f 100644 --- a/includes/object-cache.php +++ b/includes/object-cache.php @@ -3,7 +3,7 @@ * Plugin Name: Redis Object Cache Drop-In * Plugin URI: https://wordpress.org/plugins/redis-cache/ * Description: A persistent object cache backend powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI. - * Version: 2.1.0 + * Version: 2.1.1 * Author: Till Krüss * Author URI: https://objectcache.pro * License: GPLv3 diff --git a/languages/redis-cache.pot b/languages/redis-cache.pot index aa17af2c..cf3def5d 100644 --- a/languages/redis-cache.pot +++ b/languages/redis-cache.pot @@ -2,14 +2,14 @@ # This file is distributed under the GPLv3. msgid "" msgstr "" -"Project-Id-Version: Redis Object Cache 2.1.0\n" +"Project-Id-Version: Redis Object Cache 2.1.1\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/redis-cache\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2022-07-13T16:42:49+00:00\n" +"POT-Creation-Date: 2022-07-18T16:28:07+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.6.0\n" "X-Domain: redis-cache\n" @@ -358,7 +358,7 @@ msgstr "" #. translators: %s = PHP Version. #: includes/ui/settings.php:125 -msgid "The current version of PHP (%s) is too old. PHP 7.0 or newer is required." +msgid "The current version of PHP (%s) is too old. PHP 7.2 or newer is required." msgstr "" #: includes/ui/settings.php:134 diff --git a/readme.txt b/readme.txt index ee43160a..8f4da93b 100644 --- a/readme.txt +++ b/readme.txt @@ -1,11 +1,11 @@ === Redis Object Cache === Contributors: tillkruess Donate link: https://github.com/sponsors/tillkruss -Tags: redis, predis, phpredis, credis, pecl, relay, caching, cache, object cache, performance, replication, clustering, keydb +Tags: redis, predis, phpredis, credis, relay, caching, cache, object cache, performance, replication, clustering, keydb Requires at least: 3.3 Tested up to: 6.0 -Requires PHP: 5.6 -Stable tag: 2.1.0 +Requires PHP: 7.2 +Stable tag: 2.1.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -83,6 +83,14 @@ To see a list of all available WP-CLI commands, please see the [WP CLI commands == Changelog == += 2.1.1 = + +- Bumped PHP requirement to 7.2 +- Renamed `WP_REDIS_DIR` to `WP_REDIS_PLUGIN_DIR` +- Fixed rare fatal error in diagnostics +- Allow Predis v1.1 Composer installs +- Support using `WP_REDIS_CLUSTER` string + = 2.1.0 = - Bumped PHP requirement to 7.0 @@ -564,6 +572,6 @@ Since Predis isn't maintained any longer, it's highly recommended to switch over == Upgrade Notice == -= 2.1.0 = += 2.1.1 = -Bumped PHP requirement to 7.0, updated Predis to v2.0 and deprecated Credis and HHVM clients. +Bumped PHP requirement to 7.2, updated Predis to v2.0 and deprecated Credis and HHVM clients. diff --git a/redis-cache.php b/redis-cache.php index c6da809e..657e8204 100644 --- a/redis-cache.php +++ b/redis-cache.php @@ -3,7 +3,7 @@ * Plugin Name: Redis Object Cache * Plugin URI: https://wordpress.org/plugins/redis-cache/ * Description: A persistent object cache backend powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI. - * Version: 2.1.0 + * Version: 2.1.1 * Text Domain: redis-cache * Domain Path: /languages * Network: true