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
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,25 @@ 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 Gravity Forms: https://github.com/pods-framework/pods-gravity-forms/releases
4
4
5
+
= 1.6.0 - February 24th, 2026 =
6
+
7
+
* Minimum requirements updated to WordPress 6.3+ to match current Pods minimum requirements.
8
+
* Enhancement: Support handling prepend content in Pods_GF_UI. (@sc0ttkclark)
9
+
* Enhancement: Support passing restrict_callback, show_in_header, and content fields in Pods_GF_UI for actions to pass into PodsUI. (@sc0ttkclark)
10
+
* Enhancement: Support for replacing dynamic `{@id}`, `{@action}`, `{@id2}`, and `{@action2}` in Pods_GF confirmation URL handling, which is helpful when using Pods_GF_UI context. (@sc0ttkclark)
11
+
* Enhancement: New Pods_GF::_gf_confirmation_url_replace_tags can be used to replace tags dynamically for a confirmation URL + entry + form. (@sc0ttkclark)
12
+
* Enhancement: Make Markdown safe mode optional with new filter `pods_gf_markdown_safe_mode` (default on, just as before). (@sc0ttkclark)
13
+
* Fixed: Pods_GF::prepopulate now has pod, id, and fields arguments as optional so that it can be more easily used in more contexts. (@sc0ttkclark)
14
+
* Fixed: Prevent loading entry too soon to prevent Gravity Forms bug with uploaded files. This resolves issues with submitting a form with file fields that are required and them not coming through. (@sc0ttkclark)
15
+
* Fixed: Resolved issues with Pods_GF::_gf_get_form_filter form ID usage. (@sc0ttkclark)
16
+
* Extensive cleanup to resolve important WP Plugin Checker results, PHPCS, and PHPStan issues across the codebase. (@sc0ttkclark)
17
+
* Tested against WP 7.0 and the latest version of Gravity Forms. (@sc0ttkclark)
18
+
19
+
= 1.5.1 - March 30th, 2025 =
20
+
21
+
* Fixed: Resolved issue with auto-delete option when using Pods feeds. (@sc0ttkclark)
22
+
* Tested against WP 6.8. (@sc0ttkclark)
23
+
5
24
= 1.5.0 - March 29th, 2024 =
6
25
7
26
* New requirements that match Pods: WP 6.0+, PHP 7.2+, and Pods 3.0+ to prep for Pods Gravity Forms 2.0 (@sc0ttkclark)
* Minimum requirements updated to WordPress 6.3+ to match current Pods minimum requirements.
119
+
* Enhancement: Support handling prepend content in Pods_GF_UI. (@sc0ttkclark)
120
+
* Enhancement: Support passing restrict_callback, show_in_header, and content fields in Pods_GF_UI for actions to pass into PodsUI. (@sc0ttkclark)
121
+
* Enhancement: Support for replacing dynamic `{@id}`, `{@action}`, `{@id2}`, and `{@action2}` in Pods_GF confirmation URL handling, which is helpful when using Pods_GF_UI context. (@sc0ttkclark)
122
+
* Enhancement: New Pods_GF::_gf_confirmation_url_replace_tags can be used to replace tags dynamically for a confirmation URL + entry + form. (@sc0ttkclark)
123
+
* Enhancement: Make Markdown safe mode optional with new filter `pods_gf_markdown_safe_mode` (default on, just as before). (@sc0ttkclark)
124
+
* Fixed: Pods_GF::prepopulate now has pod, id, and fields arguments as optional so that it can be more easily used in more contexts. (@sc0ttkclark)
125
+
* Fixed: Prevent loading entry too soon to prevent Gravity Forms bug with uploaded files. This resolves issues with submitting a form with file fields that are required and them not coming through. (@sc0ttkclark)
126
+
* Fixed: Resolved issues with Pods_GF::_gf_get_form_filter form ID usage. (@sc0ttkclark)
127
+
* Extensive cleanup to resolve important WP Plugin Checker results, PHPCS, and PHPStan issues across the codebase. (@sc0ttkclark)
128
+
* Tested against WP 7.0 and the latest version of Gravity Forms. (@sc0ttkclark)
129
+
116
130
= 1.5.1 - March 30th, 2025 =
117
131
118
132
* Fixed: Resolved issue with auto-delete option when using Pods feeds. (@sc0ttkclark)
0 commit comments