From d0ba9f4a5c02138e13af4f7b5eebe357ed1deadf Mon Sep 17 00:00:00 2001 From: Peter Molnar Date: Fri, 4 Apr 2014 11:45:37 +0100 Subject: [PATCH] version 1.3 --- readme.txt | 22 +++++++++++++++++++--- wp-ffpc.php | 4 ++-- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/readme.txt b/readme.txt index 49b0c55..62489a8 100644 --- a/readme.txt +++ b/readme.txt @@ -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* diff --git a/wp-ffpc.php b/wp-ffpc.php index 98d03b2..bca619c 100644 --- a/wp-ffpc.php +++ b/wp-ffpc.php @@ -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 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' ); -?> \ No newline at end of file +?>