diff --git a/quick-cache/quick-cache.inc.php b/quick-cache/quick-cache.inc.php index 8b20a34..dd255f5 100644 --- a/quick-cache/quick-cache.inc.php +++ b/quick-cache/quick-cache.inc.php @@ -10,7 +10,7 @@ class plugin // Base plugin class. { public $is_pro = FALSE; // Lite version flag. public $file = ''; // Defined by class constructor. - public $version = '131206'; // See: `readme.txt` file. + public $version = '131224'; // See: `readme.txt` file. public $text_domain = ''; // Defined by class constructor. public $default_options = array(); // Defined @ setup. public $options = array(); // Defined @ setup. diff --git a/quick-cache/quick-cache.php b/quick-cache/quick-cache.php index 9660f25..fa41ef9 100644 --- a/quick-cache/quick-cache.php +++ b/quick-cache/quick-cache.php @@ -1,6 +1,6 @@ . == Changelog == += v131224 = + +* **New Lite Enhancement**. The Home Page cache and Posts Page cache are now automatically purged when necessary (such as when a new post is published). See: +* Improved Quick Cache version check notice. +* Improved Quick Cache options validation. +* **Bug Fix**. Quick Cache was previously not properly excluding systematic WordPress areas reliably, e.g. any file that begins with `wp-` and/or the `xmlrpc` file. These are now properly auto-excluded. On Multisite installations, `/files/` is also auto-excluded from being cached. This bug required fixing incorrect instances of `[?$]` in regex patterns. See: +* **Multisite Enhancement**. When running Quick Cache on Multisite Network installation, only allow the plugin to be "Network Activated" (becuase that is how Quick Cache is designed to work). See: +* **Multisite Enhancement**. New 'Wipe' button allows a site owner to clear (wipe) the cache for all sites in a Multisite Network at once. See: +* **Multisite Bug Fix**. Clearing the cache on a Multisite Network configured to use sub-directories now works properly. See: +* **Multisite Bug Fix**. Fixed unmatched closing parenthesis in regex. See: +* **Multisite Bug Fix**. Added support for `PATH_CURRENT_SITE` and `$GLOBALS['base']`. +* **Multisite Bug Fix**. Removed depreciated VHOST code that was causing issues with clearing the cache. + = v131206 = * **New Pro Feature**. It's now possible for developers to add custom PHP code to the cache clearing routines (e.g. custom code which might consider things like APC or memcache also). This requires [Quick Cache Pro](http://www.websharks-inc.com/product/quick-cache/). Please check your Dashboard under: **Quick Cache Pro -› Clearing the Cache**. See also: [this screenshot](https://f.cloud.github.com/assets/1563559/1692324/7ae902c4-5e78-11e3-98ba-acbb08b30585.png).