You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.txt
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@ Found a bug? Have a great feature idea? Get on GitHub and tell us about it and w
2
2
3
3
Our GitHub has the full list of all prior releases of Pods: https://github.com/pods-framework/pods/releases
4
4
5
+
= 3.3.3 - September 4th, 2025 =
6
+
7
+
* Tweak: Support referencing ID for `PodsMeta::groups_get()`. (@sc0ttkclark)
8
+
* Tweak: Update edit capability used for settings Pods so it can be displayed on the edit pod screen correctly. (@sc0ttkclark)
9
+
* Fixed: Resolve issues with TinyMCE and Quill editors not loading when used as repeatable fields or conditional logic. #7448 #7438 #7430 (@multisme, @altermulti, @sc0ttkclark, @ztackett11)
10
+
* Fixed: Resolve PHP fatal errors for undefined constant `\Pods\Whatsit\Store::PLACEHOLDER` in some edge case circumstances. #7445 (@sc0ttkclark, @Hue-SPetrovic)
* Fixed: Resolve warnings when using `--args` with WP-CLI commands. #7452 (@sc0ttkclark, @KhaledSakr)
13
+
* Fixed: Resolve handling of decimals when auto-formatting to prevent removing zero number values and expand decimal handling for more cases. Improve logic matching (except dashes) for PHP vs JS. (@sc0ttkclark)
14
+
* Fixed: Resolve field assigment issue in `pods_config_merge_data()` to reference the correct field. (@sc0ttkclark)
15
+
5
16
= 3.3.2 - July 8th, 2025 =
6
17
7
18
* Tweak: Updated Swagger docs for Pods REST API endpoints. (@sc0ttkclark)
0 commit comments