- Added Signature Consent Form and Testimonial Form templates to the Template Library.
- Added an accessibility warning in the form editor when the rich text editor setting is enabled on the Paragraph Text field.
- Added a deprecation warning in the form editor when a form uses any of the `gf_list_height` Ready Classes.
- Fixed an issue where canceling the conditional logic warning displayed by the rich text editor setting does not cancel the current changes.
- Fixed accessibility of decorative font icons in admin screens so they are not announced by screen readers.
- Fixed an issue where the Gravity Forms header displays incorrectly when Screen Options panel is open.
- Fixed an issue where the upload button for a multi-file enabled File Upload field with a limit is not re-enabled when the last file is removed.
- Fixed an issue where the gform variable (hooks script) can be output in the wrong location on some sites.
- Fixed an issue where the sales page does not display the charts correctly in RTL languages.
- Fixed an issue where the add and delete icon URL settings are not applied to the List field.
- Fixed a PHP fatal error that occurs when editing an entry with a multi-file enabled File Upload field.
- Fixed a PHP fatal error sometimes occurs when trying to dismiss a message in the admin.
- Removed ready classes from the Employment Application form template.
- Added Signaure Consent Form and Testimonial Form templates to the Template Library.
- Fixed an issue where the upload button for a multi file upload field with a limit is not re-enabled when the last file is removed.
- Fixed an issue where the gform variable (hooks script) can be output in the wrong location on some sites.
- Fixed an issue where the sales page is not displaying the charts correctly in RTL languages.
- Fixed an issue where the add and delete icon URL settings are not applied to the List field.
- Removed the Ready Class from the Employment Application form template.
- Fixed a PHP fatal error that occurs when editing an entry and the existing value of a multi-file enabled File Upload field JSON decodes to a string.
- Fixed a PHP fatal error that can occur if the gform_sticky_admin_messages option does not return an array.
- Added support for dynamically populating File Upload fields with file URLs. Note: the URL is saved to the entry; the file itself is not saved in the form uploads folder.
- Added the [gform_submission_files_pre_save_field_value](https://docs.gravityforms.com/gform_submission_files_pre_save_field_value/) filter, so files can be modified (e.g. renamed) just before they are saved to the form folder and entry.
- Updated the Checkboxes and Radio Buttons fields to show more choices in the form editor when the "Display in columns" setting is enabled for a more accurate preview.
- Updated the block editor Advanced settings tab for better visibility and consistency.
- Fixed an issue where the values of legacy post fields aren't saved on form submission if the page query string includes the `view` parameter with a value of `entry`. Credit: The Gravity PDF team.
- Fixed the formatting of the Time field in RTL languages.
- Fixed an issue where the submitted values of some fields with conditional logic based on a Consent field are not saved if the Consent field was the first field on the form when the conditional logic rule was configured.
- Fixed an issue where the Honeypot field can be removed when paging through a multipage form and the new AJAX submission method is in use.
- Fixed an issue where the value saved is truncated when the selected choice of a Dropdown field contains '<'.
- Fixed an issue where an Email field with confirmation enabled passes validation when the first input is empty and the confirmation input is not empty.
- Fixed an issue where two instances of the gform variable (hooks script) can be output with some themes.
- Fixed an issue where Option field choices HTML tags are displayed as text in the order summary.
- Fixed a PHP fatal error that occurs when editing an entry and the existing value of a multi-file enabled File Upload field JSON decodes to `null`.
- Fixed an issue where the calculation field type uses an incorrect markup tag.
- Fixed a bug that prevented the search box from showing on the Entries screen.
- API: Fixed an issue where REST API form submissions don't validate or save files submitted using array-based input names (e.g. input_1[]) for multi-file enabled File Upload fields.
- API: Added several new functions to `GF_Field_FileUpload` including: `get_tmp_file_details()`, `get_submission_files()`, `set_submission_files()`, `populate_file_urls_from_value()`, and `populate_file_url()`.
- API: Deprecated `GFFormsModel::get_temp_filename()`, use `$file_upload_field->get_tmp_file_details( $file_or_name )` instead.
- AF: Added support for enabling Post Payment actions by default via the GFFeedAddon::get_post_payment_actions_config() method.
- AF: Fixed an issue where the add-on tabs on the settings page are not sorted alphabetically.
- Fixed an issue where the values of legacy post fields aren't saved on form submission if the page query string includes the `view` parameter with a value of `entry`. Credit: The Gravity PDF team.
- Fixed an issue where the time field is formatted incorrectly in RTL.
- Fixed an issue where some fields with conditional logic based on a Consent field are not saved if the Consent field was the first field on the form when the conditional logic rule was configured.
- Fixed an issue where the honeypot field can be removed when paging through a multipage form and the new AJAX submission method is in use.
- Fixed an issue where the value saved is truncated when the selected choice of a Dropdown field contains '<'.
- Fixed an issue where an Email field with confirmation enabled does not fail validation when the first input is empty and the confirmation input is not empty.
- Fixed a bug that prevented entries search input boxes from showing.
- Fixed a PHP fatal error and warnings that can occur if an empty batch is returned during background processing.
- Fixed an issue where the values of hidden and readonly inputs for fields that have failed state validation (e.g. single product field) are repopulated with the invalid submitted values instead of reverting to their original values.
- Fixed an issue that prevents forms with legacy markup from being able to disable legacy markup in Form Settings.
- Added full text of the form name when hovering over a title in the form dropdown.
- Added settings to the Radio and Checkbox fields to replace the list column Ready Classes.
- Added sanitization to the enableEnhancedUI property in GF_Field_Select to be consistent with GF_Field_Multiselect.
- Added the [gform_entries_filter_count_queries](https://docs.gravityforms.com/gform_entries_filter_count_queries/) filter, which can be used to add queries for custom filter links for the entries list page.
- Added the [gform_honeypot_input_name](https://docs.gravityforms.com/gform_honeypot_input_name/) filter, so the input name used by the honeypot input can be customized.
- Updated the [gform_filter_links_entry_list](https://docs.gravityforms.com/gform_filter_links_entry_list/) filter, so the entry counts are passed as the 4th param.
- Fixed a JavaScript error that can occur on form render when themes and plugins output unexpected content in the admin-ajax.php response.
- Fixed a PHP warning that occurs on third-party admin pages that use the id query argument when a script that requires the gf_vars variable has been enqueued.
- Fixed a bug that causes the reset button on the field map setting to sometimes display on top of other elements.
- Fixed an issue that can cause ACF fields to trigger form submissions when editing a post.
- Fixed an issue where all the rows of a List type field can be deleted if the delete row buttons are clicked in quick succession.
- Fixed the entry detail page to display an error message if the entry id query argument is invalid. Credit: The Gravity Wiz Team.
- Fixed an issue where data is not saved when conditional rules match against empty Consent field.
- Fixed an issue where required indicator is displayed for Consent field in entry edit view when field label is hidden.
- Fixed an issue where the results page is not displaying the charts correctly in RTL languages.
- Fixed an issue with the legacy post creation feature that impacted the performance of all form submissions.
- Fixed class attribute being declared twice for single product base price input when quantity field is disabled.
- AF: Fixed an issue where the wp_inline_script_attributes filter is not impacting the script tag for the JavaScript gform.extensions variable.
- AF: Updated the entries list page to include filter links for the various payment statuses.
- API: Updated the $step attribute used with the text $input_type settings field to be public.
- API: Fixed issue where the placeholder attribute was not working correctly in the Settings API.
- Added sanitization to the enableEnhancedUI property in GF_Field_Select to be consistent with GF_Field_Multiselect.
- Fixed issue with Placeholder attribute not working properly.
- Added a setting to replace the list column ready classes.
- Fixed an issue where data is not saved when conditional rules match against empty Consent field.
- AF: Fixed an issue where the wp_inline_script_attributes filter is not impacting the script tag for the JavaScript gform.extensions variable.
- API: Updated the $step attribute used with the text $input_type settings field to be public.
- Fixed a bug that causes the reset button on the field map setting to sometimes appear on top of other elements.
- Added the [gform_entries_filter_count_queries](https://docs.gravityforms.com/gform_entries_filter_count_queries/) filter, which can be used to add queries for custom filter links for the entries list page.
- Updated the [gform_filter_links_entry_list](https://docs.gravityforms.com/gform_filter_links_entry_list/) filter, so the entry counts are passed as the 4th param.
- AF: Updated the entries list page to include filter links for the various payment statuses.
- Fixed an issue where an error message is not displayed when linking to the entry detail page with an invalid lid query argument. Credit: The Gravity Wiz Team.
- Fixed a PHP warning that occurs on third-party admin pages that use the id query argument when a script that requires the gf_vars variable has been enqueued.