Skip to content

Commit 49f8778

Browse files
Pods Alternative Cache 2.2.1
1 parent 214ceeb commit 49f8778

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

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.2.0",
3+
"version": "2.2.1",
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
@@ -4,12 +4,12 @@
44
Plugin URI: https://pods.io/2014/04/16/introducing-pods-alternative-cache/
55
Requires Plugins: pods
66
Description: Alternative caching engine for Pods for large sites on hosts with hard limits on how much you can store in the object cache
7-
Version: 2.2.0
7+
Version: 2.2.1
88
Author: Pods Framework Team
99
Author URI: https://pods.io/
1010
*/
1111

12-
define( 'PODS_ALT_CACHE_VERSION', '2.2.0' );
12+
define( 'PODS_ALT_CACHE_VERSION', '2.2.1' );
1313
define( 'PODS_ALT_CACHE_DIR', plugin_dir_path( __FILE__ ) );
1414

1515
/**

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: sc0ttkclark
33
Donate link: https://friends.pods.io/
44
Tags: pods, cache, wpengine
55
Requires at least: 6.0
6-
Tested up to: 6.5
6+
Tested up to: 6.8
77
Requires PHP: 7.2
8-
Stable tag: 2.2.0
8+
Stable tag: 2.2.1
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.2.1 - March 30th, 2025 =
80+
81+
* Fixed: Tested on WP 6.8 and PHP 7.2+. (@sc0ttkclark)
82+
7983
= 2.2.0 - March 24th, 2024 =
8084

8185
* New requirements that match Pods: WP 6.0+, PHP 7.2+, and Pods 3.0+ (@sc0ttkclark)

0 commit comments

Comments
 (0)