From 3b91c3cb1a02ce1fb09f4c509bb1ac97098cb10b Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Tue, 22 Aug 2017 12:41:10 -0700 Subject: [PATCH] Update README for v0.7.0 --- 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 d343dac..7945959 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Tags:** cache, plugin, redis **Requires at least:** 3.0.1 **Tested up to:** 4.8 -**Stable tag:** 0.6.2 +**Stable tag:** 0.7.0 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -103,6 +103,9 @@ This declaration means use of `wp_cache_set( 'foo', 'bar', 'bad-actor' );` and ` ## Changelog ## +### 0.7.0 (August 22, 2017) ### +* Adds filterable connection methods to permit use of Predis. See [humanmade/wp-redis-predis-client](https://github.com/humanmade/wp-redis-predis-client) for more details. + ### 0.6.2 (June 5, 2017) ### * Bug fix: Preserves null values in internal cache. * Bug fix: Converts numeric values to their true type when getting. diff --git a/readme.txt b/readme.txt index fb60e4b..4c7a9f5 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: 4.8 -Stable tag: 0.6.2 +Stable tag: 0.7.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -103,6 +103,9 @@ This declaration means use of `wp_cache_set( 'foo', 'bar', 'bad-actor' );` and ` == Changelog == += 0.7.0 (August 22, 2017) = +* Adds filterable connection methods to permit use of Predis. See [humanmade/wp-redis-predis-client](https://github.com/humanmade/wp-redis-predis-client) for more details. + = 0.6.2 (June 5, 2017) = * Bug fix: Preserves null values in internal cache. * Bug fix: Converts numeric values to their true type when getting. diff --git a/wp-redis.php b/wp-redis.php index 815035a..225482f 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: 0.6.2 + * Version: 0.7.0 * Author: Pantheon, Josh Koenig, Matthew Boynes, Daniel Bachhuber, Alley Interactive * Author URI: https://pantheon.io/ */