diff --git a/pods-alternative-cache.php b/pods-alternative-cache.php index c2b4706a..a8a0cae5 100644 --- a/pods-alternative-cache.php +++ b/pods-alternative-cache.php @@ -3,12 +3,12 @@ Plugin Name: Pods Alternative Cache Plugin URI: https://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 store in the object cache -Version: 2.0.8 +Version: 2.1.0 Author: Pods Framework Team Author URI: https://pods.io/ */ -define( 'PODS_ALT_CACHE_VERSION', '2.0.8' ); +define( 'PODS_ALT_CACHE_VERSION', '2.1.0' ); define( 'PODS_ALT_CACHE_DIR', plugin_dir_path( __FILE__ ) ); /** diff --git a/readme.txt b/readme.txt index 5d1f0448..ddb77908 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: sc0ttkclark Donate link: https://pods.io/friends-of-pods/ Tags: pods, cache, wpengine Requires at least: 3.8 -Tested up to: 5.4 -Requires PHP: 5.4 -Stable tag: 2.0.7 +Tested up to: 5.5 +Requires PHP: 5.6 +Stable tag: 2.1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -21,6 +21,8 @@ This plugin requires the [Pods Framework](http://wordpress.org/plugins/pods/) ve For more information on how to use this plugin, see [https://pods.io/2014/04/16/introducing-pods-alternative-cache/](https://pods.io/2014/04/16/introducing-pods-alternative-cache/). +Also check out the FAQ below for more details on customizing the configuration through your wp-config.php file. + == Installation == 1. Unpack the entire contents of this plugin zip file into your `wp-content/plugins/` folder locally @@ -74,9 +76,10 @@ Disable object cache fallback, when File writes fail: == Changelog == -= [2.0.8] March 26th 2020 = -* Added: Now requiring PHP 5.4+ -* Added: Freemius support when running Pods 2.7.17 += [2.1.0] July 14th 2020 = +* Added: Now requiring PHP 5.6+ +* Added: Freemius support when running Pods 2.7.17+ +* Fixed: SiteGround and other sites that use the domain name in the path no longer cause directory/file writes to fail. = [2.0.7] March 2nd 2020 = * Fix DB-based storage value sets (props @Danone89)