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
- Added filter to get_form_meta() to allow forms to be filtered globally.
9
+
- Updated localization of certain strings.
10
+
- Updated POT file.
11
+
- Updated the order of marking an entry as spam so that it is done before the gform_entry_created and gform_entry_post_save hooks.
12
+
13
+
- Fixed issue with PayPal fulfillment not going through when entry was marked as Paid in the entry detail page.
14
+
- Fixed issue with trial period amount (fixed amount entered on subscription feed) for currencies other than Dollar.
15
+
- Fixed issue with Chrome on Android for drop downs with conditional logic.
16
+
- Fixed an issue with the field filters on the entry list, export entries and results pages where product fields couldn't be filtered.
17
+
- Fixed issue with complex fields not being properly loaded into array.
18
+
- Fixed issue where List fields in notifications sometimes displayed incorrectly due to max line size being exceeded.
19
+
- Fixed issue with quantity fields not defaulting to correct value after being hidden by conditional logic.
20
+
- Fixed an issue with the single file upload field where validation fails if the max file size is set higher than 2047MB.
21
+
22
+
- AF: Added check to framework to prevent sending spam entries to non-payment feeds. This will take effect in feeds as they are migrated to the Add-On Framework.
23
+
- AF: Fixed issue with feeds not getting executed when configured for delayed payment and the payment amount ends up being $0.00.
24
+
- AF: Fixed issue with feed addons not preserving current feed when a new feed was getting created.
function it_is_all_spam( $is_spam, $form, $entry ) {
32
+
return true;
33
+
}
34
+
- Updated entry list and detail pages to display spam features if gform_entry_is_spam hook is used when Akismet integration is disabled.
35
+
- Updated is_duplicate check to work for "long" values as well.
36
+
- Added 'gform_disable_view_counter' filter to disable counting of form views. Both globally and by form id. Views column remains displayed on the Forms page.
- Fixed an issue with the multi-file upload field while uploading multiple files all selected at the same time in the file dialog. If one of the uploads fails due to an HTTP error then the next file in the list will appear as 100% complete but it will be removed from the form submission.
13
65
- AF: Fixed issue with checkboxes no retaining their values
0 commit comments