From a42721c35d03522a065679bc7d1b056ddca0e989 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Mon, 5 Jun 2017 10:39:33 -0700 Subject: [PATCH] Update README for 0.6.2 --- README.md | 6 +++++- readme.txt | 6 +++++- wp-redis.php | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bbc548c..05a9a7f 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.1 +**Stable tag:** 0.6.2 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -103,6 +103,10 @@ This declaration means use of `wp_cache_set( 'foo', 'bar', 'bad-actor' );` and ` ## Changelog ## +### 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. + ### 0.6.1 (February 23, 2017) ### * Bug fix: correctly passes an empty password to `redis-cli`. * Variety of improvements to the test suite. diff --git a/readme.txt b/readme.txt index 501a0b0..f9433a8 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.1 +Stable tag: 0.6.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -103,6 +103,10 @@ This declaration means use of `wp_cache_set( 'foo', 'bar', 'bad-actor' );` and ` == Changelog == += 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. + = 0.6.1 (February 23, 2017) = * Bug fix: correctly passes an empty password to `redis-cli`. * Variety of improvements to the test suite. diff --git a/wp-redis.php b/wp-redis.php index 5aee001..815035a 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.1 + * Version: 0.6.2 * Author: Pantheon, Josh Koenig, Matthew Boynes, Daniel Bachhuber, Alley Interactive * Author URI: https://pantheon.io/ */