Skip to content

Commit

Permalink
Pods Alternative Cache 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Mar 2, 2022
1 parent ca76b78 commit 4bde40e
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 7 deletions.
3 changes: 3 additions & 0 deletions assets/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
order deny,allow
deny from all
allow from 127.0.0.1
35 changes: 33 additions & 2 deletions classes/Pods/Alternative/Cache/File.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.1.2
Version: 2.1.3
Author: Pods Framework Team
Author URI: https://pods.io/
*/

define( 'PODS_ALT_CACHE_VERSION', '2.1.2' );
define( 'PODS_ALT_CACHE_VERSION', '2.1.3' );
define( 'PODS_ALT_CACHE_DIR', plugin_dir_path( __FILE__ ) );

/**
Expand Down
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
=== Pods Alternative Cache ===
Contributors: sc0ttkclark
Donate link: https://pods.io/friends-of-pods/
Donate link: https://friends.pods.io/
Tags: pods, cache, wpengine
Requires at least: 3.8
Tested up to: 5.8
Tested up to: 5.9
Requires PHP: 5.6
Stable tag: 2.1.2
Stable tag: 2.1.3
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.3] March 1st, 2022 =
* 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 =
* Fixed: Now compatible with PHP 8.0+

Expand Down

0 comments on commit 4bde40e

Please sign in to comment.