Skip to content

Commit bc0c947

Browse files
committed
Pods 3.3.8
Signed-off-by: Scott Kingsley Clark <scott@skc.dev>
1 parent 4d3601c commit bc0c947

File tree

4 files changed

+22
-6
lines changed

4 files changed

+22
-6
lines changed

changelog.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Found a bug? Have a great feature idea? Get on GitHub and tell us about it and we'll get right on it: https://pods.io/submit/
22

3-
Our GitHub has the full list of all prior releases of Pods: https://github.com/pods-framework/pods/releases
3+
Our GitHub has the full list of all prior releases and changelogs for Pods: [https://github.com/pods-framework/pods/releases](https://github.com/pods-framework/pods/releases)
4+
5+
= 3.3.8 - March 19th, 2026 =
6+
7+
* Feature: Reuse the same UI that Repeatable Fields use for the Relationship fields using "List View" list items. The UI is now consistent and Pods 3.4 will include the same UI treatment for the File fields. (@sc0ttkclark)
8+
* Fixed: Resolve issue with reordering repeatable fields and prevent rendering incorrectly when typing in the field which causes focus to be lost. #7498 #7499 (@pdclark, @sc0ttkclark)
9+
* Fixed: Resolve problems with reordering Relationship fields using "List View" list items. (@sc0ttkclark)
10+
* Fixed: Resolve issue with Migrate PHP component not placing magic tags on the correct separate new line of the file header. (@sc0ttkclark)
11+
* Fixed: Prevent conflicts with ACF/SCF when ACF compatibility functions are enabled.
412

513
= 3.3.7 - February 25th, 2026 =
614

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.3.8
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.3.8' );
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.3.8",
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: 10 additions & 2 deletions
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.3.8
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -182,6 +182,14 @@ Pods really wouldn't be where it is without all the contributions from our [dono
182182

183183
== Changelog ==
184184

185+
= 3.3.8 - March 19th, 2026 =
186+
187+
* Feature: Reuse the same UI that Repeatable Fields use for the Relationship fields using "List View" list items. The UI is now consistent and Pods 3.4 will include the same UI treatment for the File fields. (@sc0ttkclark)
188+
* Fixed: Resolve issue with reordering repeatable fields and prevent rendering incorrectly when typing in the field which causes focus to be lost. #7498 #7499 (@pdclark, @sc0ttkclark)
189+
* Fixed: Resolve problems with reordering Relationship fields using "List View" list items. (@sc0ttkclark)
190+
* Fixed: Resolve issue with Migrate PHP component not placing magic tags on the correct separate new line of the file header. (@sc0ttkclark)
191+
* Fixed: Prevent conflicts with ACF/SCF when ACF compatibility functions are enabled.
192+
185193
= 3.3.7 - February 25th, 2026 =
186194

187195
* Fixed: Resolve issues using `WP_Filesystem` to check session paths before starting a session. (@sc0ttkclark)
@@ -282,7 +290,7 @@ Pods really wouldn't be where it is without all the contributions from our [dono
282290
* Fixed: Name check handling when duplicating pod now works as expected and prevents weirdly named duplicate pod names. (@sc0ttkclark)
283291
* Tooling: Generate build provenance attestation during deployment for .org zip. #7419 (@johnbillion)
284292

285-
Our GitHub has the full list of all prior releases of Pods: [https://github.com/pods-framework/pods/releases](https://github.com/pods-framework/pods/releases)
293+
Our GitHub has the full list of all prior releases and changelogs for Pods: [https://github.com/pods-framework/pods/releases](https://github.com/pods-framework/pods/releases)
286294

287295
== Upgrade Notice ==
288296

0 commit comments

Comments
 (0)