From 1005f72f615961e94259897f4d312222eb253782 Mon Sep 17 00:00:00 2001 From: Scott Kingsley Clark Date: Tue, 30 Jun 2020 10:20:41 -0500 Subject: [PATCH] Prep 2.7.22-a-1 branch --- init.php | 4 ++-- package.json | 2 +- readme.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/init.php b/init.php index 98d311a55f..d9763c56a9 100644 --- a/init.php +++ b/init.php @@ -3,7 +3,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: 2.7.21 +Version: 2.7.22-a-1 Author: Pods Framework Team Author URI: https://pods.io/about/ Text Domain: pods @@ -36,7 +36,7 @@ add_action( 'init', 'pods_deactivate_pods_ui' ); } else { // Current version - define( 'PODS_VERSION', '2.7.21' ); + define( 'PODS_VERSION', '2.7.22-a-1' ); // Version tracking between DB updates themselves define( 'PODS_DB_VERSION', '2.3.5' ); diff --git a/package.json b/package.json index faf6f13de1..886f6f46be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pods", - "version": "2.7.21", + "version": "2.7.22-a-1", "description": "Pods is a development framework for creating, extending, managing, and deploying customized content types in WordPress.", "author": "Pods Foundation, Inc", "homepage": "https://pods.io/", diff --git a/readme.txt b/readme.txt index eb9a83cb10..923cdb459d 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: 4.5 Tested up to: 5.4.2 Requires PHP: 5.3 -Stable tag: 2.7.21 +Stable tag: 2.7.22-a-1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html