Skip to content

Commit

Permalink
Merge pull request #189 from pantheon-systems/bump-readme-0-6-2
Browse files Browse the repository at this point in the history
Update README for 0.6.2
  • Loading branch information
danielbachhuber authored Jun 5, 2017
2 parents 0c54c6b + a42721c commit e1027dc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion wp-redis.php
Original file line number Diff line number Diff line change
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 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/
*/
Expand Down

0 comments on commit e1027dc

Please sign in to comment.