Skip to content

Commit

Permalink
Bump version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed May 3, 2016
1 parent ca9573d commit 8c09c6f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.3.2

* Make sure `$result` is not `false` in `WP_Object_Cache::get()`


## 1.3.1

* Fixed connection issue
Expand Down
4 changes: 2 additions & 2 deletions includes/object-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Plugin Name: Redis Object Cache
Plugin URI: http://wordpress.org/plugins/redis-cache/
Description: A persistent object cache backend powered by Redis. Supports HHVM's Redis extension, the PECL Redis Extension and the Predis library for PHP.
Version: 1.3.1
Version: 1.3.2
Author: Till Krüss
Author URI: http://till.kruss.me/
Author URI: https://till.im/
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/tillkruss
Tags: redis, predis, hhvm, pecl, caching, cache, object cache, wp object cache, server, performance, optimize, speed, load, replication, clustering
Requires at least: 3.3
Tested up to: 4.5
Stable tag: 1.3.1
Stable tag: 1.3.2
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -109,6 +109,10 @@ __Clustering via Client-side Sharding Example:__

== Changelog ==

= 1.3.2 =

* Make sure `$result` is not `false` in `WP_Object_Cache::get()`

= 1.3.1 =

* Fixed connection issue
Expand Down Expand Up @@ -182,6 +186,10 @@ __Clustering via Client-side Sharding Example:__

== Upgrade Notice ==

= 1.3.2 =

This update includes a critical fix for PhpRedis.

= 1.3.1 =

This update includes a critical connection issue fix.
Expand Down
4 changes: 2 additions & 2 deletions redis-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
Plugin Name: Redis Object Cache
Plugin URI: http://wordpress.org/plugins/redis-cache/
Description: A persistent object cache backend powered by Redis. Supports Predis, PhpRedis, HHVM, replication and clustering.
Version: 1.3.1
Version: 1.3.2
Text Domain: redis-cache
Domain Path: /languages
Author: Till Krüss
Author URI: http://till.kruss.me/
Author URI: https://till.im/
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
Expand Down

0 comments on commit 8c09c6f

Please sign in to comment.