tagging version 0.3
git-svn-id: http://plugins.svn.wordpress.org/wp-ffpc/trunk@508230 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
44888fe4f6
commit
9468dd729b
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@ Contributors: cadeyrn
|
|||
Tags: cache, APC, memcached, full page cache
|
||||
Requires at least: 3.0
|
||||
Tested up to: 3.3.1
|
||||
Stable tag: 0.2.4
|
||||
Stable tag: 0.3
|
||||
|
||||
Fast Full Page Cache, backend can be memcached or APC
|
||||
|
||||
|
@ -23,6 +23,7 @@ PHP has two extension for communication with a memcached server, named Memcache
|
|||
* fallback to no caching if any error or problem occurs
|
||||
* Wordpress Network compatible(2)
|
||||
* nginx compatible(3)
|
||||
* (optional) syslog messages of sets-gets-flushes
|
||||
|
||||
(1) pingback hostname will always be generated from the accessed domain, otherwise speed would get highly compromised
|
||||
|
||||
|
@ -50,7 +51,7 @@ Some parts were based on [Hyper Cache](http://wordpress.org/extend/plugins/hyper
|
|||
2012.02.21
|
||||
|
||||
* added syslog debug messages possibility
|
||||
* bugfix: removed short_open_tags from config file
|
||||
* bugfix: removed (accidently used) short_open_tags
|
||||
|
||||
= 0.2.3 =
|
||||
2012.02.21
|
||||
|
|
Loading…
Reference in a new issue