Skip to content

Commit

Permalink
Merge pull request #129 from lcache/update-readme-0-5-2
Browse files Browse the repository at this point in the history
Update README for v0.5.2
  • Loading branch information
danielbachhuber authored May 3, 2017
2 parents 9764d0f + 0e839d8 commit eaffdbc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
8 changes: 7 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.7.4
**Stable tag:** 0.5.1
**Stable tag:** 0.5.2
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

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

## Changelog ##

### 0.5.2 (May 3rd, 2017) ###
* Normalizes address key to comply with DB column length.
* Always runs database table initialization on the `enable` CLI command.
* Doesn't require APCu to be enabled in CLI.
* Test improvements.

### 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.
Expand Down
8 changes: 7 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.7.4
Stable tag: 0.5.1
Stable tag: 0.5.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 0.5.2 (May 3rd, 2017) =
* Normalizes address key to comply with DB column length.
* Always runs database table initialization on the `enable` CLI command.
* Doesn't require APCu to be enabled in CLI.
* Test improvements.

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

0 comments on commit eaffdbc

Please sign in to comment.