diff --git a/init.php b/init.php index c4d6d4d770..a901746810 100644 --- a/init.php +++ b/init.php @@ -10,7 +10,7 @@ * Plugin Name: Pods - Custom Content Types and Fields * Plugin URI: https://pods.io/ * Description: Pods is a framework for creating, managing, and deploying customized content types and fields - * Version: 3.0.10-a-2 + * Version: 3.0.10-a-3 * Author: Pods Framework Team * Author URI: https://pods.io/about/ * Text Domain: pods @@ -43,7 +43,7 @@ add_action( 'init', 'pods_deactivate_pods_ui' ); } else { // Current version. - define( 'PODS_VERSION', '3.0.10-a-2' ); + define( 'PODS_VERSION', '3.0.10-a-3' ); // Current database version, this is the last version the database changed. define( 'PODS_DB_VERSION', '2.3.5' ); diff --git a/readme.txt b/readme.txt index a3ce3c90d5..2450a8e950 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: pods, custom post types, custom taxonomies, content types, custom fields, Requires at least: 6.0 Tested up to: 6.4 Requires PHP: 7.2 -Stable tag: 3.0.10-a-2 +Stable tag: 3.0.10-a-3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html