From 1aa01ea217caa1185ce8c33d58a330756fc1895f Mon Sep 17 00:00:00 2001 From: Peter Molnar Date: Thu, 25 Apr 2013 10:38:43 +0100 Subject: [PATCH] v 1.1.1 --- readme.txt | 10 ++++++++-- wp-ffpc.php | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 9d3cdf3..ebb0124 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i Tags: cache, page cache, full page cache, nginx, memcached, apc, speed, fast Requires at least: 3.0 Tested up to: 3.5.1 -Stable tag: 1.1 +Stable tag: 1.1.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -85,8 +85,14 @@ Please post feature requests to [WP-FFPC feature request topic](http://wordpress == Changelog == += 1.1.1 = +*2013.04.25* + +* bugfix: Memcache plugin was diplaying server status incorrectly ( although the plugin was working ) +* bugfix: typo prevented log to work correctly + = 1.1 = -2013.04.24 +*2013.04.24* What's new: diff --git a/wp-ffpc.php b/wp-ffpc.php index a3c8fee..06d808b 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.1 +Version: 1.1.1 Author: Peter Molnar Author URI: http://petermolnar.eu/ License: GPLv3 @@ -49,7 +49,7 @@ $wp_ffpc_defaults = array ( 'generate_time' => false, ); -$wp_ffpc = new WP_FFPC ( 'wp-ffpc', '1.1', 'WP-FFPC', $wp_ffpc_defaults, 'https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XU3DG7LLA76WC' ); +$wp_ffpc = new WP_FFPC ( 'wp-ffpc', '1.1.1', 'WP-FFPC', $wp_ffpc_defaults, 'https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XU3DG7LLA76WC' ); ?>