Skip to content

Commit

Permalink
Merge pull request #120 from lcache/readme-0-5-1
Browse files Browse the repository at this point in the history
Update README for 0.5.1
  • Loading branch information
danielbachhuber authored Apr 25, 2017
2 parents 4d13780 + a0828ac commit 43cc195
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
**Contributors:** getpantheon, danielbachhuber, stevector
**Tags:** cache, plugin
**Requires at least:** 4.3
**Tested up to:** 4.7
**Stable tag:** 0.5.0
**Tested up to:** 4.7.4
**Stable tag:** 0.5.1
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

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

## Changelog ##

### 0.5.1 (April 25th, 2017) ###
* Uses the correct DSN format in all DB_HOST scenarios.
* Only loads LCache library for PHP 5.6+, to ensure WordPress doesn't fatal on older versions.
* Test improvements.

### 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.
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: getpantheon, danielbachhuber, stevector
Tags: cache, plugin
Requires at least: 4.3
Tested up to: 4.7
Stable tag: 0.5.0
Tested up to: 4.7.4
Stable tag: 0.5.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 0.5.1 (April 25th, 2017) =
* Uses the correct DSN format in all DB_HOST scenarios.
* Only loads LCache library for PHP 5.6+, to ensure WordPress doesn't fatal on older versions.
* Test improvements.

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

0 comments on commit 43cc195

Please sign in to comment.