Changeset 1593592
- Timestamp:
- 02/11/2017 12:13:27 AM (9 years ago)
- Location:
- wp-ffpc/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (4 diffs)
-
wp-ffpc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-ffpc/trunk/readme.txt
r1593547 r1593592 4 4 Requires at least: 3.0 5 5 Tested up to: 4.7.2 6 Stable tag: 1.11. 16 Stable tag: 1.11.2 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 15 15 If you need new features, please send code and pull requests to [WP FFPC @ Github](https://github.com/petermolnar/wp-ffpc). 16 16 17 *A short why: I developed this plugin in 2010 to support my own site. Right now, as it is, it's working on a few sites I still maintain for friends and since I don't need any additional features, I'm not planning to extend it with things I have no real use of. During the past years I've received some heartwar ning donations - unfortunately the amount never came close to consider the project financially beneficial. I removed the donation links and put it on hold for now.*17 *A short why: I developed this plugin in 2010 to support my own site. Right now, as it is, it's working on a few sites I still maintain for friends and since I don't need any additional features, I'm not planning to extend it with things I have no real use of. During the past years I've received some heartwarming donations - unfortunately the amount never came close to consider the project financially beneficial. I removed the donation links and put it on hold for now.* 18 18 19 19 … … 48 48 * [APC](http://php.net/manual/en/book.apc.php "APC") 49 49 * [APCu](http://pecl.php.net/package/APCu "APC User Cache") 50 * cache exclude options ( home, feeds, archi eves, pages, singles; regex based url exclusion )50 * cache exclude options ( home, feeds, archives, pages, singles; regex based url exclusion ) 51 51 * minor Woocommerce support 52 52 * (optional) cache for logged-in users … … 125 125 *2017-02-08* 126 126 127 * annoying typos in text 128 129 = 1.11.1 = 130 *2017-02-08* 131 132 * exclude cache for WooCommerce 133 * fix load textdomain 134 * add Italian (it_IT) translation 127 135 * nonexistent redis support removed (it never got to a usable stable state, mostly due to the chaos with the redis php modules) 128 136 * readme cleaned up for development hibernation 129 137 * donation link removed 130 138 * WP version compatibility bumped 131 132 = 1.11.1 =133 *2016-04-21*134 135 * exclude cache for WooCommerce136 * fix load textdomain137 * add Italian (it_IT) translation138 139 139 140 = 1.11.0 = -
wp-ffpc/trunk/wp-ffpc.php
r1593547 r1593592 4 4 Plugin URI: https://github.com/petermolnar/wp-ffpc 5 5 Description: WordPress in-memory full page cache plugin 6 Version: 1.11. 16 Version: 1.11.2 7 7 Author: Peter Molnar <hello@petermolnar.eu> 8 8 Author URI: http://petermolnar.net/ … … 70 70 ); 71 71 72 $wp_ffpc= new WP_FFPC ( 'wp-ffpc', '1.11. 1', 'WP-FFPC', $wp_ffpc_defaults );72 $wp_ffpc= new WP_FFPC ( 'wp-ffpc', '1.11.2', 'WP-FFPC', $wp_ffpc_defaults );
Note: See TracChangeset
for help on using the changeset viewer.