Skip to content

Commit

Permalink
Pods Alt Cache 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Jul 13, 2016
1 parent 1dea86f commit 93af833
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"type": "wordpress-plugin",
"keywords": ["pods", "wordpress", "cache", "wpengine"],
"homepage": "https://github.com/pods-framework/pods-alternative-cache",
"require": {
"php": ">=5.3"
},
"license": "GPL-2.0",
"authors": [
{
Expand All @@ -31,6 +28,7 @@
"source": "https://github.com/pods-framework/pods-alternative-cache"
},
"require": {
"php": ">=5.3",
"composer/installers": "~1.0",
"wpackagist-plugin/pods": ">=2.4"
}
Expand Down
2 changes: 1 addition & 1 deletion pods-alternative-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Pods Alternative Cache
Plugin URI: http://pods.io/2014/04/16/introducing-pods-alternative-cache/
Description: Alternative caching engine for Pods for large sites on hosts with hard limits on how much you can cache
Version: 2.0
Version: 2.0.1
Author: The Pods Framework Team
Author URI: http://pods.io/
*/
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: sc0ttkclark
Donate link: http://podsfoundation.org/donate/
Tags: pods, cache, wpengine
Requires at least: 3.8
Tested up to: 4.5
Stable tag: 2.0
Tested up to: 4.6
Stable tag: 2.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -69,6 +69,10 @@ Disable Pods Alternative Cache:

== Changelog ==

= 2.0.1 - July 13th, 2016 =
* Fixed cache file/folder deleting bug that wouldn't let Pods clear / preload caches properly
* Typo fix (props @szepeviktor)

= 2.0 - June 23rd, 2016 =
* Added support for a Memcache caching (props @shaer)
* Added support for WP_Filesystem usage instead of using PHP directly
Expand Down

0 comments on commit 93af833

Please sign in to comment.