Skip to content

Commit

Permalink
Releasing Quick Cache v131224
Browse files Browse the repository at this point in the history
  • Loading branch information
raamdev committed Dec 25, 2013
1 parent dabcff2 commit 09a3e8d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 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 = '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.
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: 131206
Version: 131224
Text Domain: quick-cache
Plugin Name: Quick Cache
Network: true
Expand Down
19 changes: 16 additions & 3 deletions quick-cache/readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=== Quick Cache (Speed Without Compromise) ===

Stable tag: 131206
Stable tag: 131224
Requires at least: 3.7
Tested up to: 3.7.1
Tested up to: 3.8
Text Domain: quick-cache

License: GPLv2 or later
Expand Down Expand Up @@ -256,12 +256,25 @@ Released under the terms of the [GNU General Public License](http://www.gnu.org/

== Upgrade Notice ==

= v131206 =
= v131224 =

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 ==

= 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>
* 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: <https://github.com/WebSharks/Quick-Cache/issues/41>
* **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: <https://github.com/WebSharks/Quick-Cache/issues/50>
* **Multisite Enhancement**. New 'Wipe' button allows a site owner to clear (wipe) the cache for all sites in a Multisite Network at once. See: <https://github.com/WebSharks/Quick-Cache/issues/48>
* **Multisite Bug Fix**. Clearing the cache on a Multisite Network configured to use sub-directories now works properly. See: <https://github.com/WebSharks/Quick-Cache/issues/39>
* **Multisite Bug Fix**. Fixed unmatched closing parenthesis in regex. See: <https://github.com/WebSharks/Quick-Cache/issues/37>
* **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).
Expand Down

0 comments on commit 09a3e8d

Please sign in to comment.