From 14ff53b371f17df11314327959a6a69b78a381a3 Mon Sep 17 00:00:00 2001 From: cadeyrn Date: Tue, 19 Mar 2013 10:27:28 +0000 Subject: [PATCH] stable tag cannot be replaced in trunk readme.txt... git-svn-id: http://plugins.svn.wordpress.org/wp-ffpc/trunk@684144 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- readme.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 623814b..c01c162 100644 --- a/readme.txt +++ b/readme.txt @@ -84,20 +84,24 @@ and **at least one** of the following for storage backend: * Software licence change from GPLv2 to GPLv3 * backend code completely replaced ( object-based backend, improved readability & better structure, lot less global vars, etc. ) +* added proper uninstall ( uninstall hook was not removing options from DB, uninstall.php will ) * revisited multisite support ( solved overwriting-problems ) * preparations for localization support ( all strings are now go through WordPress translate except for advanced-cache logging, since there's no WordPress available at that point ) * more and more detailed log & error messages -* retouched Memcache initialization ( faster connect ) +* retouched Memcache initialization ( faster connect, cleaner persistent connections ) **Bugfixes** + * reported bug of faulty expiration times fixed * eliminated warning message for memcache when no memcache extension is present * fixed multisite settings overwriting issue **Dropped functions** + * APC entry compression support **Planned features for next major release** + * support for Redis backend * optional NGiNX header preservation for shortlink, pingback and last-modified headers