Skip to content

Commit 092d53b

Browse files
committed
Set version to 3.4.0-a-1
1 parent fbd5a2b commit 092d53b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

init.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: Pods - Custom Content Types and Fields
1111
* Plugin URI: https://pods.io/
1212
* Description: Pods is a framework for creating, managing, and deploying customized content types and fields
13-
* Version: 3.3.8-a-1
13+
* Version: 3.4.0-a-1
1414
* Author: Pods Framework Team
1515
* Author URI: https://pods.io/about/
1616
* Text Domain: pods
@@ -49,7 +49,7 @@
4949
add_action( 'init', 'pods_deactivate_pods_ui' );
5050
} else {
5151
// Current version.
52-
define( 'PODS_VERSION', '3.3.8-a-1' );
52+
define( 'PODS_VERSION', '3.4.0-a-1' );
5353

5454
// Current database version, this is the last version the database changed.
5555
define( 'PODS_DB_VERSION', '2.3.5' );

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pods",
3-
"version": "3.3.8-a-1",
3+
"version": "3.4.0-a-1",
44
"description": "Pods is a development framework for creating, extending, managing, and deploying customized content types in WordPress.",
55
"author": "Pods Foundation, Inc",
66
"homepage": "https://pods.io/",

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: pods, custom post types, custom taxonomies, content types, custom fields
55
Requires at least: 6.3
66
Tested up to: 7.0
77
Requires PHP: 7.2
8-
Stable tag: 3.3.8-a-1
8+
Stable tag: 3.4.0-a-1
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

0 commit comments

Comments
 (0)