diff --git a/README.md b/README.md index da61697..63770c8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Tags:** cache, plugin **Requires at least:** 4.3 **Tested up to:** 4.6.1 -**Stable tag:** 0.3.0 +**Stable tag:** 0.3.1 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -78,6 +78,9 @@ Existing WP LCache users will need to alter the `value` column on the lcache_eve ## Changelog ## +### 0.3.1 (September 22nd, 2016) ### +* Updates LCache to [v0.3.4](https://github.com/lcache/lcache/releases/tag/v0.3.4), which automatically detects and handles misuse of the TTL as an expiration timestamp. + ### 0.3.0 (September 21st, 2016) ### * Introduces the `wp lcache enable` WP-CLI command to create the `object-cache.php` symlink. * Updates LCache to [v0.3.2](https://github.com/lcache/lcache/releases/tag/v0.3.2), which is more noisy about failed L2 serialization. diff --git a/readme.txt b/readme.txt index 9cca26c..1aa5b12 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: getpantheon, danielbachhuber, stevector Tags: cache, plugin Requires at least: 4.3 Tested up to: 4.6.1 -Stable tag: 0.3.0 +Stable tag: 0.3.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -78,6 +78,9 @@ Existing WP LCache users will need to alter the `value` column on the lcache_eve == Changelog == += 0.3.1 (September 22nd, 2016) = +* Updates LCache to [v0.3.4](https://github.com/lcache/lcache/releases/tag/v0.3.4), which automatically detects and handles misuse of the TTL as an expiration timestamp. + = 0.3.0 (September 21st, 2016) = * Introduces the `wp lcache enable` WP-CLI command to create the `object-cache.php` symlink. * Updates LCache to [v0.3.2](https://github.com/lcache/lcache/releases/tag/v0.3.2), which is more noisy about failed L2 serialization. diff --git a/wp-lcache.php b/wp-lcache.php index 72a4d91..577ec25 100644 --- a/wp-lcache.php +++ b/wp-lcache.php @@ -3,7 +3,7 @@ * Plugin Name: WP LCache * Plugin URI: http://github.com/pantheon-systems/wp-lcache/ * Description: Supercharge your WP Object Cache with LCache, a persistent, performant, and multi-layer cache library. - * Version: 0.3.0 + * Version: 0.3.1 * Author: Pantheon, Daniel Bachhuber * Author URI: https://pantheon.io/ */