From d09fa5828b2a10385f816002dee79d89089513c1 Mon Sep 17 00:00:00 2001 From: Peter Molnar Date: Fri, 15 Jan 2016 21:02:47 +0000 Subject: [PATCH] 1.11.0 - see changelog --- readme.txt | 13 ++++++++++--- wp-ffpc.php | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 563e33a..88ddec1 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ 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.3.1 -Stable tag: 1.10.1 +Tested up to: 4.4.1 +Stable tag: 1.11.0 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -13,7 +13,8 @@ The fastest way to cache: use the memory! == Description == WP-FFPC ( WordPress Fast Full Page Cache ) is a cache plugin for [WordPress](http://wordpress.org/ "WordPress"). It works with any webserver, including apache2, lighttpd, nginx. -It can be configured to join forces with [NGiNX](http://NGiNX.org "NGiNX")'s built-in [memcached plugin](http://nginx.org/en/docs/http/ngx_http_memcached_module.html "memcached plugin") for unbeatable speed. + +It can be configured to join forces with [NGiNX](http://NGiNX.org "NGiNX")'s built-in [memcached plugin](http://nginx.org/en/docs/http/ngx_http_memcached_module.html "memcached plugin"). = **IMPORTANT NOTES, PLEASE READ THIS LIST** = @@ -130,6 +131,12 @@ Version numbering logic: * every .B version indicates new features. * every ..C indicates bugfixes for A.B version. += 1.11.0 = +*2016-01-15* + +* merged filter for HTML before it hits the cache +* refactored logging + = 1.10.1 = *2015-10-30* diff --git a/wp-ffpc.php b/wp-ffpc.php index 92b037c..5bc0184 100644 --- a/wp-ffpc.php +++ b/wp-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.10.1 +Version: 1.11.0 Author: Peter Molnar Author URI: http://petermolnar.eu/ License: GPLv3