all repos — wp-ffpc @ 5d86db9cb17da92a3e66512e6929ed5b5d145891

fixed alert backwards compatibility for PHP < 5.3
Peter Molnar hello@petermolnar.eu
Wed, 14 Jan 2015 13:18:40 +0000
commit

5d86db9cb17da92a3e66512e6929ed5b5d145891

parent

a3a032df8cf72e35a00cbb79161316445917a555

2 files changed, 12 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 Requires at least: 3.0 Tested up to: 4.1 -Stable tag: 1.7.6 +Stable tag: 1.7.7 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html

@@ -26,7 +26,7 @@ * [APC](http://php.net/manual/en/book.apc.php "APC")

* [APCu](http://pecl.php.net/package/APCu "APC User Cache") * PHP 5.3+ is really highly recommended, see "Known issues" * This plugin does kick in right after activation. You have to adjust the setting in Settings -> WP-FFPC.* - + = Known issues =

@@ -125,7 +125,15 @@ * every A. indicates BIG changes.

* every .B version indicates new features. * every ..C indicates bugfixes for A.B version. -= 1.7.6 = += 1.7.7 = +*2015-01-14* + +What's fixed: + +* fixed alert backwards compatibility for PHP < 5.3 + + += 1.7.6 = *2015-01-09* What's fixed:
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.6 +Version: 1.7.7 Author: Peter Molnar <hello@petermolnar.eu> Author URI: http://petermolnar.eu/ License: GPLv3