Plugin Directory

Changeset 1593592


Ignore:
Timestamp:
02/11/2017 12:13:27 AM (9 years ago)
Author:
cadeyrn
Message:

version 1.11.2: fixing typos

Location:
wp-ffpc/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-ffpc/trunk/readme.txt

    r1593547 r1593592  
    44Requires at least: 3.0
    55Tested up to: 4.7.2
    6 Stable tag: 1.11.1
     6Stable tag: 1.11.2
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1515If you need new features, please send code and pull requests to [WP FFPC @ Github](https://github.com/petermolnar/wp-ffpc).
    1616
    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 heartwarning 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.*
    1818
    1919
     
    4848  * [APC](http://php.net/manual/en/book.apc.php "APC")
    4949  * [APCu](http://pecl.php.net/package/APCu "APC User Cache")
    50 * cache exclude options ( home, feeds, archieves, pages, singles; regex based url exclusion )
     50* cache exclude options ( home, feeds, archives, pages, singles; regex based url exclusion )
    5151* minor Woocommerce support
    5252* (optional) cache for logged-in users
     
    125125*2017-02-08*
    126126
     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
    127135* nonexistent redis support removed (it never got to a usable stable state, mostly due to the chaos with the redis php modules)
    128136* readme cleaned up for development hibernation
    129137* donation link removed
    130138* WP version compatibility bumped
    131 
    132 = 1.11.1 =
    133 *2016-04-21*
    134 
    135 * exclude cache for WooCommerce
    136 * fix load textdomain
    137 * add Italian (it_IT) translation
    138139
    139140= 1.11.0 =
  • wp-ffpc/trunk/wp-ffpc.php

    r1593547 r1593592  
    44Plugin URI: https://github.com/petermolnar/wp-ffpc
    55Description: WordPress in-memory full page cache plugin
    6 Version: 1.11.1
     6Version: 1.11.2
    77Author: Peter Molnar <hello@petermolnar.eu>
    88Author URI: http://petermolnar.net/
     
    7070);
    7171
    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.