Skip to content

Commit

Permalink
Releasing Quick Cache v140104
Browse files Browse the repository at this point in the history
  • Loading branch information
raamdev committed Jan 4, 2014
1 parent 865e8f8 commit 51f3e3e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion quick-cache/quick-cache.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -194,6 +194,7 @@ public function check_version()

$notices = (is_array($notices = get_option(__NAMESPACE__.'_notices'))) ? $notices : array();
$notices[] = __('<strong>Quick Cache:</strong> detected a new version of itself. Recompiling w/ latest version... wiping the cache... all done :-)', $this->text_domain);
$notices[] = __('<strong>Quick Cache Feature Notice:</strong> 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);
}

Expand Down
2 changes: 1 addition & 1 deletion quick-cache/quick-cache.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
Version: 131224
Version: 140104
Text Domain: quick-cache
Plugin Name: Quick Cache
Network: true
Expand Down
10 changes: 8 additions & 2 deletions quick-cache/readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=== Quick Cache (Speed Without Compromise) ===

Stable tag: 131224
Stable tag: 140104
Requires at least: 3.7
Tested up to: 3.8
Text Domain: quick-cache
Expand Down Expand Up @@ -229,6 +229,7 @@ Quick Cache is now completely uninstalled and you can start fresh :-)
- User-Agent exclusion patterns (now supporting wildcards too).
- HTTP referrer exclusion patterns (now supporting wildcards too).
- An MD5 Version Salt (customize the caching engine).
- An Automatic Updater to update Quick Cache Pro from your WordPress Dashboard.
- Rockstar support for all Quick Cache features.

**TIP:** you can preview Pro features in the free version by clicking the "**Preview Pro Features**" link at the top of your Quick Cache options.
Expand Down Expand Up @@ -256,12 +257,17 @@ Released under the terms of the [GNU General Public License](http://www.gnu.org/

== Upgrade Notice ==

= v131224 =
= v140104 =

Requires PHP v5.3+. The latest version of Quick Cache is a complete rewrite (OOP design). Faster! and even more dependable. NOTE: the free version of Quick Cache (this new LITE version); while it remains fully functional and is more-than-adequate for most sites; is now limited in some ways. The following advanced features from the previous release are no longer available in the lite version: a custom MD5 Version Salt, custom Exclusion Patterns, a Clear Cache button in admin bar. These, and other features; are now available only in the pro version of the plugin. For further details, please see: <http://www.websharks-inc.com/product/quick-cache/>.

== 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: <https://github.com/WebSharks/Quick-Cache/issues/44>
* **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: <https://github.com/WebSharks/Quick-Cache/issues/21>

= 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: <https://github.com/WebSharks/Quick-Cache/issues/40>
Expand Down

0 comments on commit 51f3e3e

Please sign in to comment.