Version Description
- April 5th 2020 =
Bug Fixes
- Fixed: Resolved issues with Freemius notices not being able to be properly dismissed. (@sc0ttkclark)
Download this release
Release Info
Developer | sc0ttkclark |
Plugin | Pods – Custom Content Types and Fields |
Version | 2.7.20 |
Comparing to | |
See all releases |
Code changes from version 2.7.18.1 to 2.7.20
- classes/PodsInit.php +1 -0
- init.php +2 -2
- readme.txt +6 -6
classes/PodsInit.php
CHANGED
@@ -184,6 +184,7 @@ class PodsInit {
|
|
184 |
'plugins.php' !== $pagenow
|
185 |
&& 'update-core.php' !== $pagenow
|
186 |
&& 'update.php' !== $pagenow
|
|
|
187 |
&& ( ! isset( $_GET['page'] ) || 0 !== strpos( $_GET['page'], 'pods' ) )
|
188 |
) {
|
189 |
return;
|
184 |
'plugins.php' !== $pagenow
|
185 |
&& 'update-core.php' !== $pagenow
|
186 |
&& 'update.php' !== $pagenow
|
187 |
+
&& ( ! defined( 'DOING_AJAX' ) || ! DOING_AJAX )
|
188 |
&& ( ! isset( $_GET['page'] ) || 0 !== strpos( $_GET['page'], 'pods' ) )
|
189 |
) {
|
190 |
return;
|
init.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Pods - Custom Content Types and Fields
|
4 |
Plugin URI: https://pods.io/
|
5 |
Description: Pods is a framework for creating, managing, and deploying customized content types and fields
|
6 |
-
Version: 2.7.
|
7 |
Author: Pods Framework Team
|
8 |
Author URI: https://pods.io/about/
|
9 |
Text Domain: pods
|
@@ -36,7 +36,7 @@ if ( defined( 'PODS_VERSION' ) || defined( 'PODS_DIR' ) ) {
|
|
36 |
add_action( 'init', 'pods_deactivate_pods_ui' );
|
37 |
} else {
|
38 |
// Current version
|
39 |
-
define( 'PODS_VERSION', '2.7.
|
40 |
|
41 |
// Version tracking between DB updates themselves
|
42 |
define( 'PODS_DB_VERSION', '2.3.5' );
|
3 |
Plugin Name: Pods - Custom Content Types and Fields
|
4 |
Plugin URI: https://pods.io/
|
5 |
Description: Pods is a framework for creating, managing, and deploying customized content types and fields
|
6 |
+
Version: 2.7.20
|
7 |
Author: Pods Framework Team
|
8 |
Author URI: https://pods.io/about/
|
9 |
Text Domain: pods
|
36 |
add_action( 'init', 'pods_deactivate_pods_ui' );
|
37 |
} else {
|
38 |
// Current version
|
39 |
+
define( 'PODS_VERSION', '2.7.20' );
|
40 |
|
41 |
// Version tracking between DB updates themselves
|
42 |
define( 'PODS_DB_VERSION', '2.3.5' );
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: pods, custom post types, custom taxonomies, content types, custom fields,
|
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 5.4
|
7 |
Requires PHP: 5.3
|
8 |
-
Stable tag: 2.7.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -190,15 +190,15 @@ We are also available through our [Live Slack Chat](https://pods.io/chat/) to he
|
|
190 |
|
191 |
== Changelog ==
|
192 |
|
193 |
-
= 2.7.
|
194 |
|
195 |
-
**
|
196 |
|
197 |
-
*
|
198 |
|
199 |
-
|
200 |
|
201 |
-
|
202 |
|
203 |
= 2.7.18 - April 3rd 2020 =
|
204 |
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 5.4
|
7 |
Requires PHP: 5.3
|
8 |
+
Stable tag: 2.7.20
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
190 |
|
191 |
== Changelog ==
|
192 |
|
193 |
+
= 2.7.20 - April 5th 2020 =
|
194 |
|
195 |
+
**Bug Fixes**
|
196 |
|
197 |
+
* Fixed: Resolved issues with Freemius notices not being able to be properly dismissed. (@sc0ttkclark)
|
198 |
|
199 |
+
= 2.7.19 - April 5th 2020 =
|
200 |
|
201 |
+
This version was bugged due to a deployment that sent out a copy of 2.7.18 as 2.7.19.
|
202 |
|
203 |
= 2.7.18 - April 3rd 2020 =
|
204 |
|