Skip to content

Commit

Permalink
Pods Alternative Cache 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Sep 4, 2021
1 parent 035b902 commit ca76b78
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 45 deletions.
6 changes: 3 additions & 3 deletions classes/Pods/Alternative/Cache/File.php

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

43 changes: 2 additions & 41 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.1
Version: 2.1.2
Author: Pods Framework Team
Author URI: https://pods.io/
*/

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

/**
Expand Down Expand Up @@ -369,42 +369,3 @@ function pods_alternative_cache_test_anon() {
}

add_action( 'init', 'pods_alternative_cache_test_anon' );

/**
* Register add-on with Pods Freemius connection.
*/
function pods_alternative_cache_freemius() {
try {
fs_dynamic_init( [
'id' => '5348',
'slug' => 'pods-alternative-cache',
'type' => 'plugin',
'public_key' => 'pk_c51e7ff51e827ecaddb23664c050d',
'is_premium' => false,
'has_paid_plans' => false,
'is_org_compliant' => true,
'parent' => [
'id' => '5347',
'slug' => 'pods',
'public_key' => 'pk_737105490825babae220297e18920',
'name' => 'Pods',
],
'menu' => [
'slug' => 'pods-settings',
'contact' => false,
'support' => false,
'affiliation' => false,
'account' => true,
'pricing' => false,
'addons' => true,
'parent' => [
'slug' => 'pods',
],
],
] );
} catch ( \Exception $exception ) {
return;
}
}

add_action( 'pods_freemius_init', 'pods_alternative_cache_freemius' );
5 changes: 4 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: 5.8
Requires PHP: 5.6
Stable tag: 2.1.1
Stable tag: 2.1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= [2.1.2] September 4th, 2021 =
* Fixed: Now compatible with PHP 8.0+

= [2.1.1] August 14th 2021 =
* Tested against WordPress 5.8 for compatibility

Expand Down

0 comments on commit ca76b78

Please sign in to comment.