diff --git a/README.md b/README.md index b15875f..4c75480 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Tags:** cache, plugin, redis **Requires at least:** 3.0.1 **Tested up to:** 5.0 -**Stable tag:** 0.7.0 +**Stable tag:** 0.7.1 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -107,6 +107,10 @@ There's a known issue with WordPress `alloptions` cache design. Specifically, a ## Changelog ## +### 0.7.1 (December 14, 2018) ### +* Better support in `wp_cache_init()` for drop-ins like LudicrousDB [[#231](https://github.com/pantheon-systems/wp-redis/pull/231)]. +* Cleans up PHPCS issues. + ### 0.7.0 (August 22, 2017) ### * Adds filterable connection methods to permit use of Predis. See [humanmade/wp-redis-predis-client](https://github.com/humanmade/wp-redis-predis-client) for more details. diff --git a/readme.txt b/readme.txt index beaa2c0..56be70a 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: getpantheon, danielbachhuber, mboynes, Outlandish Josh Tags: cache, plugin, redis Requires at least: 3.0.1 Tested up to: 5.0 -Stable tag: 0.7.0 +Stable tag: 0.7.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -107,6 +107,10 @@ There's a known issue with WordPress `alloptions` cache design. Specifically, a == Changelog == += 0.7.1 (December 14, 2018) = +* Better support in `wp_cache_init()` for drop-ins like LudicrousDB [[#231](https://github.com/pantheon-systems/wp-redis/pull/231)]. +* Cleans up PHPCS issues. + = 0.7.0 (August 22, 2017) = * Adds filterable connection methods to permit use of Predis. See [humanmade/wp-redis-predis-client](https://github.com/humanmade/wp-redis-predis-client) for more details. diff --git a/wp-redis.php b/wp-redis.php index 6cc2118..07d2474 100644 --- a/wp-redis.php +++ b/wp-redis.php @@ -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.7.0 + * Version: 0.7.1 * Author: Pantheon, Josh Koenig, Matthew Boynes, Daniel Bachhuber, Alley Interactive * Author URI: https://pantheon.io/ */