all repos — wp-ffpc @ 1aa01ea217caa1185ce8c33d58a330756fc1895f

v 1.1.1
Peter Molnar hello@petermolnar.eu
Thu, 25 Apr 2013 10:38:43 +0100
commit

1aa01ea217caa1185ce8c33d58a330756fc1895f

parent

0cbe1017a956f11b2ec372454d8464067dc0c93f

2 files changed, 10 insertions(+), 4 deletions(-)

jump to
M readme.txtreadme.txt

@@ -4,7 +4,7 @@ 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, 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 @@ 5. NGiNX example

== 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:
M wp-ffpc.phpwp-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 <hello@petermolnar.eu> Author URI: http://petermolnar.eu/ License: GPLv3

@@ -49,7 +49,7 @@ 'response_header' => false,

'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' ); ?>