diff --git a/quick-cache/quick-cache.inc.php b/quick-cache/quick-cache.inc.php index 8ddbc52..50449b3 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 = '131224'; // See: `readme.txt` file. + public $version = '140104'; // See: `readme.txt` file. public $text_domain = ''; // Defined by class constructor. public $default_options = array(); // Defined @ setup. public $options = array(); // Defined @ setup. @@ -194,6 +194,7 @@ public function check_version() $notices = (is_array($notices = get_option(__NAMESPACE__.'_notices'))) ? $notices : array(); $notices[] = __('Quick Cache: detected a new version of itself. Recompiling w/ latest version... wiping the cache... all done :-)', $this->text_domain); + $notices[] = __('Quick Cache Feature Notice: This version of Quick Cache adds new options for Feed caching. Feed caching is now disabled by default. If you wish to enable feed caching, please visit the Quick Cache options panel.', $this->text_domain); update_option(__NAMESPACE__.'_notices', $notices); } diff --git a/quick-cache/quick-cache.php b/quick-cache/quick-cache.php index fa41ef9..2f6670f 100644 --- a/quick-cache/quick-cache.php +++ b/quick-cache/quick-cache.php @@ -1,6 +1,6 @@ . == Changelog == += v140104 = + +* **New Options for Feed Caching**. It's now possible to control RSS, RDF, and Atom Feed caching. The new default is for feed caching to be disabled, which resolves an issue where new posts don't show up in the feed until the cache is cleared. This version of Quick Cache disables feed caching to prevent this from happening. If you wish to cache feeds, you can enable feed caching in the options. See: +* **New Automatic Updater for Quick Cache Pro**. Quick Cache Pro now includes an automatic updater which lets you to keep Quick Cache Pro updated right from within your WordPress Dashboard. To upgrade to a new version of Quick Cache Pro using the Automatic Updater, simply fill in your WebSharks-Inc.com credentials in the new Plugin Updater sub-panel (**Quick Cache Pro -› Plugin Updater**). See: + = 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: