Skip to content

Commit

Permalink
Update changelog, update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Jul 14, 2020
1 parent 8d03f79 commit fb12bbc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pods-alternative-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -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__ ) );

/**
Expand Down
15 changes: 9 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit fb12bbc

Please sign in to comment.