From 8d0fcd4a10554560e482cdd12cb2efd51f68fef5 Mon Sep 17 00:00:00 2001 From: sc0ttkclark Date: Fri, 29 Mar 2024 16:19:14 +0000 Subject: [PATCH] Set version to 3.2.2-a-1 --- 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 79119c6132..ec13e9d510 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.2.1 + * Version: 3.2.2-a-1 * 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.2.1' ); + define( 'PODS_VERSION', '3.2.2-a-1' ); // Current database version, this is the last version the database changed. define( 'PODS_DB_VERSION', '2.3.5' ); diff --git a/package.json b/package.json index 1dd980dc24..baa1a0498f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pods", - "version": "3.2.1", + "version": "3.2.2-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 3b589b0bd6..28260ee220 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.5 Requires PHP: 7.2 -Stable tag: 3.2.1 +Stable tag: 3.2.2-a-1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html