tagging version 0.3.2
git-svn-id: http://plugins.svn.wordpress.org/wp-ffpc/trunk@511034 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
97aee6df12
commit
9570df8e57
2 changed files with 7 additions and 2 deletions
|
@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=8LZ66
|
||||||
Tags: cache, APC, memcached, full page cache
|
Tags: cache, APC, memcached, full page cache
|
||||||
Requires at least: 3.0
|
Requires at least: 3.0
|
||||||
Tested up to: 3.3.1
|
Tested up to: 3.3.1
|
||||||
Stable tag: 0.3
|
Stable tag: 0.3.2
|
||||||
|
|
||||||
Fast Full Page Cache, backend can be memcached or APC
|
Fast Full Page Cache, backend can be memcached or APC
|
||||||
|
|
||||||
|
@ -57,6 +57,11 @@ Please use only the Memcache extension. You also need to select it on the settin
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 0.3.2 =
|
||||||
|
2012.02.27
|
||||||
|
|
||||||
|
* apc_cache_info replaced with apc_sma_info, makes plugin faster
|
||||||
|
|
||||||
= 0.3 =
|
= 0.3 =
|
||||||
2012.02.21
|
2012.02.21
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
Plugin Name: WP-FFPC
|
Plugin Name: WP-FFPC
|
||||||
Version: 0.3
|
Version: 0.3.2
|
||||||
Plugin URI: http://petermolnar.eu/wordpress/wp-ffpc
|
Plugin URI: http://petermolnar.eu/wordpress/wp-ffpc
|
||||||
Description: Fast Full Page Cache, backend can be memcached or APC
|
Description: Fast Full Page Cache, backend can be memcached or APC
|
||||||
Author: Peter Molnar
|
Author: Peter Molnar
|
||||||
|
|
Loading…
Reference in a new issue