From 857f23226041010d156046f2c0a42baada912fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kru=CC=88ss?= Date: Fri, 23 Mar 2018 08:54:28 -0700 Subject: [PATCH] tag 1.3.8 --- CHANGELOG.md | 4 ++++ includes/object-cache.php | 2 +- readme.txt | 12 ++++++++++-- redis-cache.php | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 575f9719..3c1a116d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.3.8 + +* Switched from single file Predis version to full library + ## 1.3.7 * Revert back to single file Predis version diff --git a/includes/object-cache.php b/includes/object-cache.php index e3bc6e40..5c996e6d 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, HHVM, replication, clustering and WP-CLI. -Version: 1.3.7 +Version: 1.3.8 Author: Till Krüss Author URI: https://till.im/ License: GPLv3 diff --git a/readme.txt b/readme.txt index 4f67ec36..409d8c46 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: tillkruess Donate link: https://www.paypal.me/tillkruss Tags: redis, predis, phpredis, hhvm, pecl, caching, cache, object cache, performance, replication, clustering Requires at least: 3.3 -Tested up to: 4.8 -Stable tag: 1.3.7 +Tested up to: 4.9 +Stable tag: 1.3.8 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -171,6 +171,10 @@ The following commands are supported: == Changelog == += 1.3.8 = + + * Switched from single file Predis version to full library + = 1.3.7 = * Revert back to single file Predis version @@ -302,6 +306,10 @@ The following commands are supported: = 1.3.7 = +This update contains a critical fix for Predis. + += 1.3.7 = + This update fixes an issue with Predis in some environments. = 1.3.6 = diff --git a/redis-cache.php b/redis-cache.php index d664aa1a..ff333ff1 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, HHVM, replication, clustering and WP-CLI. -Version: 1.3.7 +Version: 1.3.8 Text Domain: redis-cache Domain Path: /languages Author: Till Krüss