- New: Phone fields now support a new International phone type option to enable International Telephone Input Validation by Twilio.
- New: Pagination settings have been moved to the form builder. The rootline element or progress bar will now be displayed in the form builder.
- New: Button settings have been moved to the form builder, as settings for the new submit button field.
- New: When searching for entries by Entry creation date or updated timestamps on the entries list page, entries will be queried using the server timezone instead of UTC. To revert this behaviour, a new frm_should_search_admin_entries_created_at_in_utc filter has been added.
- Fix: An update to treat single line text lookup field values as empty when using conditional logic has been reverted because it introduced other bugs with look up fields and conditional logic.
- Fix: The frm_field_input_html hook was not calling for hidden inputs used for file fields.
- Fix: Dynamic field entries will no longer include in-progress or abandoned entries by default. Support for new options have been added for the frm_dynamic_field_include_drafts filter to modify the default behaviour.
- Fix: Some PHP warnings have been fixed for Slider fields formatted as custom currency that have been imported with incomplete option data.
- Fix: Most currency symbols other than $ would appear as encoded data for a currency formatted Slider field.
- Fix: Some value types, like dates, would trigger warnings when calling array_sum when used in [frm-stats] shortcodes when using some options including maximum.
- Fix: When the frm_field_input_html to echo HTML for a dynamic field loaded from an AJAX request, the request would fail because of an invalid AJAX response.
- Fix: A fileperms(): stat failed PHP warning would get logged when trying to get the chmod value of a file that does not exist.
- Several old deprecated views functions and view files have been removed, as well as FrmProLookupFieldsController::add_standard_field_options, FrmProFormsController:: , several function in FrmProFieldsController, and FrmProEntriesController::ajax_get_data.