Skip to content

Commit

Permalink
revert Predis changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Mar 22, 2018
1 parent fbb47cf commit 76a4ad6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.3.7

* Revert back to single file Predis version

## 1.3.6

* Added support for Redis Sentinel
Expand Down
2 changes: 1 addition & 1 deletion includes/object-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Redis Object Cache Drop-In
Plugin URI: http://wordpress.org/plugins/redis-cache/
Description: A persistent object cache backend powered by Redis. Supports Predis, PhpRedis, HHVM, replication, clustering and WP-CLI.
Version: 1.3.6
Version: 1.3.7
Author: Till Krüss
Author URI: https://till.im/
License: GPLv3
Expand Down
Binary file modified includes/predis.php
Binary file not shown.
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, phpredis, hhvm, pecl, caching, cache, object cache, performance, replication, clustering
Requires at least: 3.3
Tested up to: 4.8
Stable tag: 1.3.6
Stable tag: 1.3.7
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -171,6 +171,10 @@ The following commands are supported:

== Changelog ==

= 1.3.7 =

* Revert back to single file Predis version

= 1.3.6 =

* Added support for Redis Sentinel
Expand Down Expand Up @@ -296,6 +300,10 @@ The following commands are supported:

== Upgrade Notice ==

= 1.3.7 =

This update fixes an issue with Predis in some environments.

= 1.3.6 =

This update contains various improvements.
Expand Down
2 changes: 1 addition & 1 deletion redis-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Redis Object Cache
Plugin URI: https://wordpress.org/plugins/redis-cache/
Description: A persistent object cache backend powered by Redis. Supports Predis, PhpRedis, HHVM, replication, clustering and WP-CLI.
Version: 1.3.6
Version: 1.3.7
Text Domain: redis-cache
Domain Path: /languages
Author: Till Krüss
Expand Down

0 comments on commit 76a4ad6

Please sign in to comment.