Skip to content

Commit 4eefaca

Browse files
authored
Merge pull request #7164 from pods-framework/release/3.0.1
2 parents f96f404 + 716e3a4 commit 4eefaca

File tree

7 files changed

+16
-6
lines changed

7 files changed

+16
-6
lines changed

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ Found a bug? Have a great feature idea? Get on GitHub and tell us about it and w
22

33
Our GitHub has the full list of all prior releases of Pods: https://github.com/pods-framework/pods/releases
44

5+
= 3.0.1 - September 13th, 2023 =
6+
7+
* Fixed: Custom Settings Pages no longer have the error when saving that was introduced by changes made in Pods 3.0. (@sc0ttkclark)
8+
59
= 3.0 - September 13th, 2023 =
610

711
**Compatibility warning**

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.0.0
13+
* Version: 3.0.1
1414
* Author: Pods Framework Team
1515
* Author URI: https://pods.io/about/
1616
* Text Domain: pods
@@ -43,7 +43,7 @@
4343
add_action( 'init', 'pods_deactivate_pods_ui' );
4444
} else {
4545
// Current version.
46-
define( 'PODS_VERSION', '3.0.0' );
46+
define( 'PODS_VERSION', '3.0.1' );
4747

4848
// Current database version, this is the last version the database changed.
4949
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.0.0",
3+
"version": "3.0.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: 5 additions & 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.0
66
Tested up to: 6.3
77
Requires PHP: 7.2
8-
Stable tag: 3.0.0
8+
Stable tag: 3.0.1
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -175,6 +175,10 @@ Pods really wouldn't be where it is without all the contributions from our [dono
175175

176176
== Changelog ==
177177

178+
= 3.0.1 - September 13th, 2023 =
179+
180+
* Fixed: Custom Settings Pages no longer have the error when saving that was introduced by changes made in Pods 3.0. (@sc0ttkclark)
181+
178182
= 3.0 - September 13th, 2023 =
179183

180184
**Compatibility warning**

ui/js/dfv/pods-dfv.min.asset.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"dependencies":["lodash","moment","react","react-dom","wp-api-fetch","wp-autop","wp-components","wp-compose","wp-data","wp-element","wp-hooks","wp-i18n","wp-keycodes","wp-plugins","wp-polyfill","wp-primitives","wp-url"],"version":"3dc6fc648d0d68add1c1"}
1+
{"dependencies":["lodash","moment","react","react-dom","wp-api-fetch","wp-autop","wp-components","wp-compose","wp-data","wp-element","wp-hooks","wp-i18n","wp-keycodes","wp-plugins","wp-polyfill","wp-primitives","wp-url"],"version":"fdbfab9ab0418cd82cd7"}

ui/js/dfv/pods-dfv.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/js/dfv/src/core/api.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import { createStoreKey } from 'dfv/src/store/store';
1313
*/
1414
import isEditPodScreen from 'dfv/src/helpers/isEditPodScreen';
1515

16+
import { STORE_KEY_DFV } from 'dfv/src/store/constants';
17+
1618
const API = {
1719
/**
1820
* Store the field configs for reference.

0 commit comments

Comments
 (0)