Skip to content

Commit

Permalink
Pods Alternative Cache 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Mar 2, 2020
1 parent de8c9fd commit 1a0bdf5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion classes/Pods/Alternative/Cache/DB.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.6
Version: 2.0.7
Author: Pods Framework Team
Author URI: https://pods.io/
*/

define( 'PODS_ALT_CACHE_VERSION', '2.0.6' );
define( 'PODS_ALT_CACHE_VERSION', '2.0.7' );
define( 'PODS_ALT_CACHE_DIR', plugin_dir_path( __FILE__ ) );

/**
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: https://pods.io/friends-of-pods/
Tags: pods, cache, wpengine
Requires at least: 3.8
Tested up to: 5.1
Stable tag: 2.0.6
Tested up to: 5.4
Stable tag: 2.0.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -73,6 +73,10 @@ Disable object cache fallback, when File writes fail:

== Changelog ==

= [2.0.7] March 2nd 2020 =
* Fix DB-based storage value sets (props @Danone89)
* Tested against WordPress 5.4 for compatibility

= [2.0.6] March 2nd, 2019 =
* Fixed caching issues with fallback cache
* Added more tests to improve stability
Expand Down

0 comments on commit 1a0bdf5

Please sign in to comment.