From 4964cbace9ef1c710d471f61ae431c370d40f22f Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Tue, 17 Nov 2015 13:00:10 -0800 Subject: [PATCH] Update readme for v0.2.1 --- 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 3f943a6..0b58ad3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Requires at least:** 3.0.1 **Tested up to:** 4.4 **Compatible up to:** 4.1 -**Stable tag:** 0.2.0 +**Stable tag:** 0.2.1 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -53,6 +53,10 @@ Pull requests and issues are welcome! ## Changelog ## +### 0.2.1 (November 17, 2015) ### + +* Bug fix: prevent SQL error when `$wpdb->options` isn't yet initialized on multisite. + ### 0.2.0 (November 17, 2015) ### * Gracefully fails back to the WordPress object cache when Redis is unavailable or intermittent. Previously, WP Redis would hard fatal. diff --git a/readme.txt b/readme.txt index bf6b568..ef08c8a 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: cache, plugin Requires at least: 3.0.1 Tested up to: 4.4 Compatible up to: 4.1 -Stable tag: 0.2.0 +Stable tag: 0.2.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -53,6 +53,10 @@ Pull requests and issues are welcome! == Changelog == += 0.2.1 (November 17, 2015) = + +* Bug fix: prevent SQL error when `$wpdb->options` isn't yet initialized on multisite. + = 0.2.0 (November 17, 2015) = * Gracefully fails back to the WordPress object cache when Redis is unavailable or intermittent. Previously, WP Redis would hard fatal. diff --git a/wp-redis.php b/wp-redis.php index aaa8a61..ae92e2e 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 phpredis (https://github.com/nicolasff/phpredis). - Version: 0.2.0 + Version: 0.2.1 Author: Pantheon, Josh Koenig, Matthew Boynes, Daniel Bachhuber Alley Interactive Author URI: https://pantheon.io/ */