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
This commit is contained in:
parent
ab3b19da58
commit
14ff53b371
1 changed files with 5 additions and 1 deletions
|
@ -84,20 +84,24 @@ and **at least one** of the following for storage backend:
|
||||||
|
|
||||||
* Software licence change from GPLv2 to GPLv3
|
* Software licence change from GPLv2 to GPLv3
|
||||||
* backend code completely replaced ( object-based backend, improved readability & better structure, lot less global vars, etc. )
|
* 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 )
|
* 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 )
|
* 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
|
* more and more detailed log & error messages
|
||||||
* retouched Memcache initialization ( faster connect )
|
* retouched Memcache initialization ( faster connect, cleaner persistent connections )
|
||||||
|
|
||||||
**Bugfixes**
|
**Bugfixes**
|
||||||
|
|
||||||
* reported bug of faulty expiration times fixed
|
* reported bug of faulty expiration times fixed
|
||||||
* eliminated warning message for memcache when no memcache extension is present
|
* eliminated warning message for memcache when no memcache extension is present
|
||||||
* fixed multisite settings overwriting issue
|
* fixed multisite settings overwriting issue
|
||||||
|
|
||||||
**Dropped functions**
|
**Dropped functions**
|
||||||
|
|
||||||
* APC entry compression support
|
* APC entry compression support
|
||||||
|
|
||||||
**Planned features for next major release**
|
**Planned features for next major release**
|
||||||
|
|
||||||
* support for Redis backend
|
* support for Redis backend
|
||||||
* optional NGiNX header preservation for shortlink, pingback and last-modified headers
|
* optional NGiNX header preservation for shortlink, pingback and last-modified headers
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue