Skip to content

Commit 4964cba

Browse files
Update readme for v0.2.1
1 parent 6dc9f1e commit 4964cba

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Requires at least:** 3.0.1
55
**Tested up to:** 4.4
66
**Compatible up to:** 4.1
7-
**Stable tag:** 0.2.0
7+
**Stable tag:** 0.2.1
88
**License:** GPLv2 or later
99
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -53,6 +53,10 @@ Pull requests and issues are welcome!
5353

5454
## Changelog ##
5555

56+
### 0.2.1 (November 17, 2015) ###
57+
58+
* Bug fix: prevent SQL error when `$wpdb->options` isn't yet initialized on multisite.
59+
5660
### 0.2.0 (November 17, 2015) ###
5761

5862
* Gracefully fails back to the WordPress object cache when Redis is unavailable or intermittent. Previously, WP Redis would hard fatal.

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: cache, plugin
44
Requires at least: 3.0.1
55
Tested up to: 4.4
66
Compatible up to: 4.1
7-
Stable tag: 0.2.0
7+
Stable tag: 0.2.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -53,6 +53,10 @@ Pull requests and issues are welcome!
5353

5454
== Changelog ==
5555

56+
= 0.2.1 (November 17, 2015) =
57+
58+
* Bug fix: prevent SQL error when `$wpdb->options` isn't yet initialized on multisite.
59+
5660
= 0.2.0 (November 17, 2015) =
5761

5862
* Gracefully fails back to the WordPress object cache when Redis is unavailable or intermittent. Previously, WP Redis would hard fatal.

wp-redis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: WP Redis
44
Plugin URI: http://github.com/pantheon-systems/wp-redis/
55
Description: WordPress Object Cache using Redis. Requires phpredis (https://github.com/nicolasff/phpredis).
6-
Version: 0.2.0
6+
Version: 0.2.1
77
Author: Pantheon, Josh Koenig, Matthew Boynes, Daniel Bachhuber Alley Interactive
88
Author URI: https://pantheon.io/
99
*/

0 commit comments

Comments
 (0)