Skip to content

Commit 32af681

Browse files
Pods Alt Cache 2.1.7
1 parent f294340 commit 32af681

4 files changed

Lines changed: 25 additions & 11 deletions

File tree

classes/Pods/Alternative/Cache/File.php

Lines changed: 17 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pods-alternative-cache",
3-
"version": "2.0.8",
3+
"version": "2.1.7",
44
"description": "Alternative caching engine for Pods for large sites on hosts with hard limits on how much you can store in the object cache.",
55
"author": "Pods Foundation, Inc",
66
"homepage": "https://pods.io",

pods-alternative-cache.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
Plugin Name: Pods Alternative Cache
44
Plugin URI: https://pods.io/2014/04/16/introducing-pods-alternative-cache/
55
Description: Alternative caching engine for Pods for large sites on hosts with hard limits on how much you can store in the object cache
6-
Version: 2.1.6
6+
Version: 2.1.7
77
Author: Pods Framework Team
88
Author URI: https://pods.io/
99
*/
1010

11-
define( 'PODS_ALT_CACHE_VERSION', '2.1.6' );
11+
define( 'PODS_ALT_CACHE_VERSION', '2.1.7' );
1212
define( 'PODS_ALT_CACHE_DIR', plugin_dir_path( __FILE__ ) );
1313

1414
/**

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: pods, cache, wpengine
55
Requires at least: 3.8
66
Tested up to: 6.2
77
Requires PHP: 5.6
8-
Stable tag: 2.1.6
8+
Stable tag: 2.1.7
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

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

7777
== Changelog ==
7878

79+
= 2.1.7 - March 13th, 2023 =
80+
81+
* 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)
82+
7983
= 2.1.6 - March 6th, 2023 =
8084

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

0 commit comments

Comments
 (0)