Skip to content

Commit

Permalink
Merge pull request #101 from lcache/release-0-5-0
Browse files Browse the repository at this point in the history
Update README and version for 0.5.0
  • Loading branch information
danielbachhuber committed Nov 2, 2016
2 parents 5c0ce3e + 28e48f5 commit cb12c26
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
7 changes: 6 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.4.0
**Stable tag:** 0.5.0
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -100,6 +100,11 @@ Existing WP LCache users will need to alter the `value` column on the lcache_eve

## Changelog ##

### 0.5.0 (November 2nd, 2016) ###
* Splits WordPress' alloptions cache into separate cache keys to mitigate cache pollution caused by race conditions. [See #31245](https://core.trac.wordpress.org/ticket/31245) for further detail.
* Emits warnings in CLI when LCache isn't properly configured.
* Incorporates a variety of test suite improvements.

### 0.4.0 (October 5th, 2016) ###
* Switches to stub file approach for enabling object cache drop-in, because symlink changes aren't detected by opcode cache in PHP 5.5+.

Expand Down
7 changes: 6 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.4.0
Stable tag: 0.5.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -100,6 +100,11 @@ Existing WP LCache users will need to alter the `value` column on the lcache_eve

== Changelog ==

= 0.5.0 (November 2nd, 2016) =
* Splits WordPress' alloptions cache into separate cache keys to mitigate cache pollution caused by race conditions. [See #31245](https://core.trac.wordpress.org/ticket/31245) for further detail.
* Emits warnings in CLI when LCache isn't properly configured.
* Incorporates a variety of test suite improvements.

= 0.4.0 (October 5th, 2016) =
* Switches to stub file approach for enabling object cache drop-in, because symlink changes aren't detected by opcode cache in PHP 5.5+.

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.4.0
* Version: 0.5.0
* Author: Pantheon, Daniel Bachhuber
* Author URI: https://pantheon.io/
*/
Expand Down

0 comments on commit cb12c26

Please sign in to comment.