From 918c4b45ef6d278318809ba90d3979b5a3ed25b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kru=CC=88ss?= Date: Sat, 26 Dec 2020 16:14:35 -0800 Subject: [PATCH] bump version to v2.0.17 --- CHANGELOG.md | 6 ++++++ includes/object-cache.php | 2 +- readme.txt | 10 ++++++++-- redis-cache.php | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09885cd5..a586f08d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.0.17 + +- Code cleanup +- Fixed missing metrics +- Fixed filesystem test + ## 2.0.16 - Updated Credis to v1.11.4 diff --git a/includes/object-cache.php b/includes/object-cache.php index 2b0d7dcc..8d2ad9a4 100644 --- a/includes/object-cache.php +++ b/includes/object-cache.php @@ -3,7 +3,7 @@ * Plugin Name: Redis Object Cache Drop-In * Plugin URI: http://wordpress.org/plugins/redis-cache/ * Description: A persistent object cache backend powered by Redis. Supports Predis, PhpRedis, Credis, HHVM, replication, clustering and WP-CLI. - * Version: 2.0.16 + * Version: 2.0.17 * Author: Till Krüss * Author URI: https://objectcache.pro * License: GPLv3 diff --git a/readme.txt b/readme.txt index 2d36bcf9..60f7e739 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: redis, predis, phpredis, credis, hhvm, pecl, caching, cache, object cache, Requires at least: 3.3 Tested up to: 5.6 Requires PHP: 5.6 -Stable tag: 2.0.16 +Stable tag: 2.0.17 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -83,6 +83,12 @@ To see a list of all available WP-CLI commands, please see the [WP CLI commands == Changelog == += 2.0.17 = + +- Code cleanup +- Fixed missing metrics +- Fixed filesystem test + = 2.0.16 = - Updated Credis to v1.11.4 @@ -484,6 +490,6 @@ Since Predis isn't maintained any longer, it's highly recommended to switch over == Upgrade Notice == -= 2.0.16 = += 2.0.17 = Version 2.0 is a significant rewrite of the plugin. Please read the v2.0.0 release notes. diff --git a/redis-cache.php b/redis-cache.php index b8e8101d..7800b88d 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, Credis, HHVM, replication, clustering and WP-CLI. - * Version: 2.0.16 + * Version: 2.0.17 * Text Domain: redis-cache * Domain Path: /languages * Network: true