all repos — wp-ffpc @ 4fd04af3ea2750c5c4dd14bd3dfd34035844a160

1.7.2
Peter Molnar hello@petermolnar.eu
Mon, 08 Dec 2014 09:41:27 +0000
commit

4fd04af3ea2750c5c4dd14bd3dfd34035844a160

parent

238d54a194acc41c150db8be0b841cd0fbe93661

2 files changed, 14 insertions(+), 5 deletions(-)

jump to
M readme.txtreadme.txt

@@ -1,10 +1,10 @@

=== WP-FFPC === -Contributors: cadeyrn +Contributors: cadeyrn, ameir, haroldkyle, plescheff, dkcwd, IgorCode 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: 4.0 -Stable tag: 1.7.1 +Stable tag: 1.7.2 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html

@@ -44,7 +44,7 @@ * [Eric Gilette](http://www.ericgillette.com/)

* [doconeill](http://wordpress.org/support/profile/doconeill) * Mark Costlow * Jason Miller -* [Dave Clark](https://github.com/dkcwd "Dave Clark") +* [Dave Clark](https://github.com/dkcwd) * Miguel Clara * [plescheff](https://github.com/plescheff) * Firas Dib

@@ -53,6 +53,8 @@ * [tamagokun](https://github.com/tamagokun)

* Many Ayromlou * mailgarant.nl * Christian Rößner +* [Ameir Abdeldayem](https://github.com/ameir) +* Gonzalez Crespo == Installation ==

@@ -113,6 +115,13 @@

* every A. indicates BIG changes. * every .B version indicates new features. * every ..C indicates bugfixes for A.B version. + += 1.7.2 = +*2014-12-08* + +What's changed: + +* merged pull request for memcached proxy compatibility; memcached binary mode if off by default from now on = 1.7.1 = *2014-12-04*
M wp-ffpc.phpwp-ffpc.php

@@ -3,7 +3,7 @@ /*

Plugin Name: WP-FFPC Plugin URI: https://github.com/petermolnar/wp-ffpc Description: WordPress in-memory full page cache plugin -Version: 1.7.0 +Version: 1.7.2 Author: Peter Molnar <hello@petermolnar.eu> Author URI: http://petermolnar.eu/ License: GPLv3

@@ -58,6 +58,6 @@ 'comments_invalidate' => true,

'pingback_header' => false, ); -$wp_ffpc = new WP_FFPC ( 'wp-ffpc', '1.7.1', 'WP-FFPC', $wp_ffpc_defaults, 'PeterMolnar_WordPressPlugins_wp-ffpc_HU' , 'WP-FFPC' , 'FA3NT7XDVHPWU' ); +$wp_ffpc = new WP_FFPC ( 'wp-ffpc', '1.7.2', 'WP-FFPC', $wp_ffpc_defaults, 'PeterMolnar_WordPressPlugins_wp-ffpc_HU' , 'WP-FFPC' , 'FA3NT7XDVHPWU' ); ?>