diff --git a/README.md b/README.md index e1669a7..e7e495e 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.3 -**Stable tag:** 0.7.1 +**Stable tag:** 0.8.0 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -107,7 +107,7 @@ There's a known issue with WordPress `alloptions` cache design. Specifically, a ## Changelog ## -### 0.8.0 (Unreleased) ### +### 0.8.0 (January 6, 2020) ### * Uses `flushdb` instead of `flushAll` to avoid flushing the entire Redis instance [[#259](https://github.com/pantheon-systems/wp-redis/pull/259)]. ### 0.7.1 (December 14, 2018) ### diff --git a/readme.txt b/readme.txt index f2afe6d..765dfc9 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.3 -Stable tag: 0.7.1 +Stable tag: 0.8.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -107,7 +107,7 @@ There's a known issue with WordPress `alloptions` cache design. Specifically, a == Changelog == -= 0.8.0 (Unreleased) = += 0.8.0 (January 6, 2020) = * Uses `flushdb` instead of `flushAll` to avoid flushing the entire Redis instance [[#259](https://github.com/pantheon-systems/wp-redis/pull/259)]. = 0.7.1 (December 14, 2018) = diff --git a/wp-redis.php b/wp-redis.php index f019ce6..ceb012b 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.8.0-alpha + * Version: 0.8.0 * Author: Pantheon, Josh Koenig, Matthew Boynes, Daniel Bachhuber, Alley Interactive * Author URI: https://pantheon.io/ */