Skip to content

Commit

Permalink
Pods Alt Cache 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sclark3-godaddy committed Mar 13, 2023
1 parent f294340 commit 32af681
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 11 deletions.
24 changes: 17 additions & 7 deletions classes/Pods/Alternative/Cache/File.php

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pods-alternative-cache",
"version": "2.0.8",
"version": "2.1.7",
"description": "Alternative caching engine for Pods for large sites on hosts with hard limits on how much you can store in the object cache.",
"author": "Pods Foundation, Inc",
"homepage": "https://pods.io",
Expand Down
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.1.6
Version: 2.1.7
Author: Pods Framework Team
Author URI: https://pods.io/
*/

define( 'PODS_ALT_CACHE_VERSION', '2.1.6' );
define( 'PODS_ALT_CACHE_VERSION', '2.1.7' );
define( 'PODS_ALT_CACHE_DIR', plugin_dir_path( __FILE__ ) );

/**
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: pods, cache, wpengine
Requires at least: 3.8
Tested up to: 6.2
Requires PHP: 5.6
Stable tag: 2.1.6
Stable tag: 2.1.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 2.1.7 - March 13th, 2023 =

* Fixed: Caught a bug hanging around for a few years that only happened in edge cases -- checking if file/directory still exists before trying to delete/remove it. (@sc0ttkclark)

= 2.1.6 - March 6th, 2023 =

* Fixed: Prevent issue that sometimes happens with persistent object cache fallback when clearing cache for a group. (@sc0ttkclark)
Expand Down

0 comments on commit 32af681

Please sign in to comment.