Skip to content

Releases: pods-framework/pods-alternative-cache

2.2.0 - March 24th, 2024

24 Mar 23:32
c0dd498
Compare
Choose a tag to compare
  • New requirements that match Pods: WP 6.0+, PHP 7.2+, and Pods 3.0+ (@sc0ttkclark)

2.1.8 - March 24th, 2024

24 Mar 16:54
e37af63
Compare
Choose a tag to compare
  • Fixed: Resolved a PHP notices with the storage set method. (@sc0ttkclark)
  • Fixed: Resolved an issue which was causing the cache group not be utilized properly when setting the fallback value. (@sc0ttkclark)
  • Fixed: Tested on WP 6.5 and PHP 7.2+. (@sc0ttkclark)

2.1.7 - March 13th, 2023

13 Mar 18:37
32af681
Compare
Choose a tag to compare
  • 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

09 Mar 16:18
f294340
Compare
Choose a tag to compare
  • Fixed: Prevent issue that sometimes happens with persistent object cache fallback when clearing cache for a group. (@sc0ttkclark)

2.1.5 - September 30th, 2022

30 Sep 15:23
1d9e775
Compare
Choose a tag to compare
  • Fixed: Resolved the PHP warning when setting up the .htaccess file. (@sc0ttkclark)
  • 2.1.4 still had the issue so it was released

2.1.4 - September 30th, 2022

30 Sep 15:19
0969aa5
Compare
Choose a tag to compare
  • Fixed: Resolved the PHP warning when setting up the .htaccess file. (@sc0ttkclark)

[2.1.3] March 1st, 2022

02 Mar 00:45
Compare
Choose a tag to compare
  • Fixed: Ensure that the podscache file directory is excluded from search engine indexing and deny direct browser access on Apache environments.
  • Fixed: Help resolve potential PHP warnings on certain setups when looking to see if a folder exists and getting files from it.

[2.1.2] September 4th, 2021

04 Sep 15:49
Compare
Choose a tag to compare
  • Fixed: Now compatible with PHP 8.0+

2.1.1 - August 14th, 2021

14 Aug 17:50
Compare
Choose a tag to compare
  • Tested against WordPress 5.8 for compatibility

Pods Alternative Cache 2.1.0

14 Jul 23:59
Compare
Choose a tag to compare
  • 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.