Skip to content

Commit

Permalink
Update README and tag 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Nov 25, 2015
1 parent 3544fd2 commit 5f97524
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@
**Requires at least:** 3.0.1
**Tested up to:** 4.4
**Compatible up to:** 4.1
**Stable tag:** 0.2.1
**Stable tag:** 0.2.2
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -53,6 +53,12 @@ Pull requests and issues are welcome!

## Changelog ##

### 0.2.2 (November 24, 2015) ###

* Bug fix: use `INSERT IGNORE INTO` instead of `INSERT INTO` to prevent SQL errors when two concurrent processes attempt to write failback flag at the same time.
* Bug fix: use `E_USER_WARNING` with `trigger_error()`.
* Bug fix: catch Exceptions thrown during authentication to permit failing back to internal object cache.

### 0.2.1 (November 17, 2015) ###

* Bug fix: prevent SQL error when `$wpdb->options` isn't yet initialized on multisite.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "wp-redis",
"version": "0.0.0",
"version": "0.2.2",
"repository": {
"type": "git",
"url": "https://github.com/pantheon-systems/wp-redis.git"
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Expand Up @@ -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.1
Stable tag: 0.2.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -53,6 +53,12 @@ Pull requests and issues are welcome!

== Changelog ==

= 0.2.2 (November 24, 2015) =

* Bug fix: use `INSERT IGNORE INTO` instead of `INSERT INTO` to prevent SQL errors when two concurrent processes attempt to write failback flag at the same time.
* Bug fix: use `E_USER_WARNING` with `trigger_error()`.
* Bug fix: catch Exceptions thrown during authentication to permit failing back to internal object cache.

= 0.2.1 (November 17, 2015) =

* Bug fix: prevent SQL error when `$wpdb->options` isn't yet initialized on multisite.
Expand Down
2 changes: 1 addition & 1 deletion wp-redis.php
Expand Up @@ -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.1
Version: 0.2.2
Author: Pantheon, Josh Koenig, Matthew Boynes, Daniel Bachhuber Alley Interactive
Author URI: https://pantheon.io/
*/
Expand Down

0 comments on commit 5f97524

Please sign in to comment.