all repos — wp-ffpc @ 8b8777ae24ce1c843c086ecc5d03ee3aec5fedbc

version 0.4.1

git-svn-id: http://plugins.svn.wordpress.org/wp-ffpc/trunk@586169 b8457f37-d9ea-0310-8a92-e5e31aec5664
cadeyrn cadeyrn@b8457f37-d9ea-0310-8a92-e5e31aec5664
Thu, 16 Aug 2012 10:36:20 +0000
commit

8b8777ae24ce1c843c086ecc5d03ee3aec5fedbc

parent

fe07b27754afec0bf29729ab8d1db2cdaf9d6eed

2 files changed, 11 insertions(+), 3 deletions(-)

jump to
M readme.txtreadme.txt

@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=8LZ66LGFLMKJW&lc=HU&item_name=Peter%20Molnar%20photographer%2fdeveloper&item_number=petermolnar%2dpaypal%2ddonation&currency_code=USD&bn=PP%2dDonationsBF%3acredit%2epng%3aNonHosted

Tags: cache, APC, memcached, full page cache Requires at least: 3.0 Tested up to: 3.4.1 -Stable tag: 0.4 +Stable tag: 0.4.1 Fast Full Page Cache, backend can be memcached or APC

@@ -66,6 +66,14 @@ = How to use the plugin on Amazon Linux? =

You have to remove the default yum package, named `php-pecl-memcache` and install `Memcache` with PECL. == Changelog == + += 0.4.1 = +2012.08.16 + +* storage key extended with scheme ( http; https; etc. ), the miss caused problems when https request server CSS and JS files via http. + +KNOWN ISSUES + = 0.4 = 2012.08.06
M wp-ffpc.phpwp-ffpc.php

@@ -1,7 +1,7 @@

<?php /* Plugin Name: WP-FFPC -Version: 0.4 +Version: 0.4.1 Plugin URI: http://petermolnar.eu/wordpress/wp-ffpc Description: Fast Full Page Cache, backend can be memcached or APC Author: Peter Molnar

@@ -27,7 +27,7 @@

*/ /** - * checks for SSL connection + * checks for SSL connection */ if ( ! function_exists ( 'replace_if_ssl' ) ) { function replace_if_ssl ( $string ) {