diff --git a/quick-cache/quick-cache.inc.php b/quick-cache/quick-cache.inc.php index efbe6aa..ab60db7 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 = '131205'; // See: `readme.txt` file. + public $version = '131206'; // 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 7da69fd..20b0dbc 100644 --- a/quick-cache/quick-cache.php +++ b/quick-cache/quick-cache.php @@ -1,6 +1,6 @@ . == Changelog == += 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). +* **Multisite Bug Fix**. Unable to clear the cache when running sub-directories. See: +* **Multisite Bug Fix**. The "Clear Cache" button was not displayed for child blogs in a network. Fixed in this release. + = v131205 = * Added hook to `wp_set_comment_status` to purge the comment cache when a comment status changes.