Skip to content

Commit

Permalink
Merge pull request #65 from lcache/update-0-2-1
Browse files Browse the repository at this point in the history
Update readme and version for 0.2.1
  • Loading branch information
danielbachhuber authored Sep 14, 2016
2 parents 4ba12e1 + b1fdd4b commit d304de3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**Tags:** cache, plugin
**Requires at least:** 4.3
**Tested up to:** 4.6.1
**Stable tag:** 0.2.0
**Stable tag:** 0.2.1
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -60,6 +60,9 @@ Behat requires a Pantheon site. Once you've created the site, you'll need [insta

## Changelog ##

### 0.2.1 (September 14th, 2016) ###
* Bug fix: Properly flushes entire LCache with `wp_cache_flush()` is called. Previously, LCache was called improperly, meaning none of the cache was flushed.

### 0.2.0 (September 14th, 2016) ###
* Updates LCache to [v0.3.0](https://github.com/lcache/lcache/releases/tag/v0.3.0), fixing issues with faulty expiration.

Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
Stable tag: 0.2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -60,6 +60,9 @@ Behat requires a Pantheon site. Once you've created the site, you'll need [insta

== Changelog ==

= 0.2.1 (September 14th, 2016) =
* Bug fix: Properly flushes entire LCache with `wp_cache_flush()` is called. Previously, LCache was called improperly, meaning none of the cache was flushed.

= 0.2.0 (September 14th, 2016) =
* Updates LCache to [v0.3.0](https://github.com/lcache/lcache/releases/tag/v0.3.0), fixing issues with faulty expiration.

Expand Down
2 changes: 1 addition & 1 deletion wp-lcache.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
* Version: 0.2.1
* Author: Pantheon, Daniel Bachhuber
* Author URI: https://pantheon.io/
*/
Expand Down

0 comments on commit d304de3

Please sign in to comment.