Skip to content

Commit 52d3e6d

Browse files
Update README for v0.6.1
1 parent bd35672 commit 52d3e6d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Tags:** [apc](https://wordpress.org/plugins/tags/apc/), [apcu](https://wordpress.org/plugins/tags/apcu/), [cache](https://wordpress.org/plugins/tags/cache/), [caching](https://wordpress.org/plugins/tags/caching/), [lcache](https://wordpress.org/plugins/tags/lcache/), [object-cache](https://wordpress.org/plugins/tags/object-cache/), [performance](https://wordpress.org/plugins/tags/performance/)
44
**Requires at least:** 4.3
55
**Tested up to:** 4.8
6-
**Stable tag:** 0.6.0
6+
**Stable tag:** 0.6.1
77
**License:** GPL-2.0
88
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html
99

@@ -123,6 +123,9 @@ Existing WP LCache users will need to alter the `value` column on the lcache_eve
123123

124124
## Changelog ##
125125

126+
### 0.6.1 (October 3rd, 2017) ###
127+
* Switches back to `utf8` for LCache tables [[#149](https://github.com/lcache/wp-lcache/pull/149)].
128+
126129
### 0.6.0 (August 28th, 2017) ###
127130
* Supports `utf8mb4` as a database charset [[#131](https://github.com/lcache/wp-lcache/pull/131),[#143](https://github.com/lcache/wp-lcache/pull/143)].
128131
* Updates to [LCache v0.4.0](https://github.com/lcache/lcache/releases/tag/v0.4.0).

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: getpantheon, danielbachhuber, stevector
33
Tags: apc, apcu, cache, caching, lcache, object-cache, performance
44
Requires at least: 4.3
55
Tested up to: 4.8
6-
Stable tag: 0.6.0
6+
Stable tag: 0.6.1
77
License: GPL-2.0
88
License URI: https://www.gnu.org/licenses/gpl-2.0.html
99

@@ -121,6 +121,9 @@ Existing WP LCache users will need to alter the `value` column on the lcache_eve
121121

122122
== Changelog ==
123123

124+
= 0.6.1 (October 3rd, 2017) =
125+
* Switches back to `utf8` for LCache tables [[#149](https://github.com/lcache/wp-lcache/pull/149)].
126+
124127
= 0.6.0 (August 28th, 2017) =
125128
* Supports `utf8mb4` as a database charset [[#131](https://github.com/lcache/wp-lcache/pull/131),[#143](https://github.com/lcache/wp-lcache/pull/143)].
126129
* Updates to [LCache v0.4.0](https://github.com/lcache/lcache/releases/tag/v0.4.0).

wp-lcache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WP LCache
44
* Plugin URI: https://github.com/pantheon-systems/wp-lcache/
55
* Description: Supercharge your WP Object Cache with LCache, a persistent, performant, and multi-layer cache library.
6-
* Version: 0.6.1-alpha
6+
* Version: 0.6.1
77
* Author: Pantheon, Daniel Bachhuber
88
* Author URI: https://pantheon.io/
99
* License: GPL-2.0

0 commit comments

Comments
 (0)