version 1.3

This commit is contained in:
Peter Molnar 2014-04-04 11:45:37 +01:00
parent ff12e67060
commit d0ba9f4a5c
2 changed files with 21 additions and 5 deletions

View file

@ -3,8 +3,8 @@ Contributors: cadeyrn
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XU3DG7LLA76WC
Tags: cache, page cache, full page cache, nginx, memcached, apc, speed
Requires at least: 3.0
Tested up to: 3.5.2
Stable tag: 1.2.2
Tested up to: 3.9
Stable tag: 1.3
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
@ -33,7 +33,9 @@ Many thanks for contributors, supporters, testers & bug reporters:
* [Harold Kyle](https://github.com/haroldkyle "Harold Kyle")
* [Eric Gilette](http://www.ericgillette.com/ "Eric Gilette")
* [doconeill](http://wordpress.org/support/profile/doconeill "doconeill")
* [Mark Costlow](mailto:cheeks@swcp.com "Mark Costlow").
* [Mark Costlow](mailto:cheeks@swcp.com "Mark Costlow")
* [Jason Miller](mailto:jason@redconfetti.com "Jason Miller")
* [Dave Clark](https://github.com/dkcwd "Dave Clark")
== Installation ==
@ -87,6 +89,20 @@ Please post feature requests to [WP-FFPC feature request topic](http://wordpress
== Changelog ==
= 1.3 =
*2014-04-04*
What's fixed:
* uninstall will not fail anymore ( and I hate PHP for it's retarted language restrictions )
* typo fix for memcache functions from [Dave Clark](https://github.com/dkcwd "Dave Clark")
* uninstall security lines from [Dave Clark](https://github.com/dkcwd "Dave Clark")
* modification to nginx sample file from [Harold Kyle](https://github.com/haroldkyle "Harold Kyle") to skip all urls with query string present
What's new:
* added unix socket memcache module support ( ONLY for memcache backend for now )
= 1.2.2 =
*2013-11-07*

View file

@ -3,7 +3,7 @@
Plugin Name: WP-FFPC
Plugin URI: http://petermolnar.eu/wordpress/wp-ffpc
Description: WordPress cache plugin for memcached & nginx - unbeatable speed
Version: 1.2
Version: 1.3
Author: Peter Molnar <hello@petermolnar.eu>
Author URI: http://petermolnar.eu/
License: GPLv3
@ -52,4 +52,4 @@ $wp_ffpc_defaults = array (
$wp_ffpc = new WP_FFPC ( 'wp-ffpc', '1.2', 'WP-FFPC', $wp_ffpc_defaults, 'https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XU3DG7LLA76WC' );
?>
?>