PluginProbe
Pods – Custom Content Types and Fields / 3.2.8.4
Pods – Custom Content Types and Fields v3.2.8.4
2.7.31.4 2.8.23.5 2.9.19.5 3.0.10.5 3.1.4.3 3.2.8.4 3.3.9.2 2.8.23.4 2.9.19.4 3.0.10.4 3.1.4.2 3.2.8.3 3.3.9.1 trunk 1.14.8 2.7.31.3 2.8.23.3 2.9.19.3 3.0.10.3 3.1.4.1 3.2.0 3.2.1 3.2.1.1 3.2.2 3.2.4 All 42 releases
← All changes | init.php +2 -2 3.2.8.33.2.8.4 View file →
@@ -9,9 +9,9 @@
9 9 *
10 10 * Plugin Name: Pods - Custom Content Types and Fields
11 11 * Plugin URI: https://pods.io/
12 12 * Description: Pods is a framework for creating, managing, and deploying customized content types and fields
13 - * Version: 3.2.8.3
13 + * Version: 3.2.8.4
14 14 * Author: Pods Framework Team
15 15 * Author URI: https://pods.io/about/
16 16 * Text Domain: pods
17 17 * License: GPL v2 or later
@@ -42,9 +42,9 @@
42 42 add_action( 'init', 'pods_deactivate_pods_duplicate' );
43 43 add_action( 'init', 'pods_deactivate_pods_ui' );
44 44 } else {
45 45 // Current version.
46 - define( 'PODS_VERSION', '3.2.8.3' );
46 + define( 'PODS_VERSION', '3.2.8.4' );
47 47
48 48 // Current database version, this is the last version the database changed.
49 49 define( 'PODS_DB_VERSION', '2.3.5' );
50 50