- New: Screen reader text has been added to header logos for improved accessibility on admin pages.
- New: Some margins have been removed from file upload fields that were causing styling issues.
- New: Checkbox groups will no longer use an aria-required attribute on the group element. This was causing accessibility errors in axe DevTools and Google PageSpeed.
- New: Email fields now have a new autocomplete setting to make it easier to add autocomplete="email" to an email field.
- New: The reports page now includes a status dropdown for filtering entries by status.
- New: The dropzone button now includes a label for improved accessibility.
- New: Date field colors can now be styled for every style. Previously this was limited to the default style only.
- New: A repeater with no rows will reset to a single row when the start over button is clicked.
- New: You can now search for values for embedded and repeated fields when searching from the entries list admin page.
- Fix: [formidable] shortcodes would not process in HTML field descriptions, and shortcodes in HTML field custom HTML were not processing as expected.
- Fix: A JavaScript error would get logged after submitting forms with dynamic fields when only a success message is shown on success.
- Fix: Look ups were not working when watching a Name field.
- Fix: Star rating fields were not appearing in Safari browsers.
- Fix: The Other input for radio buttons would not get hidden after clicking the star over button.
- Fix: Dropzone errors would get cleared immediately on load when there were file values set.
- Fix: Stale embedded form data wouldn't update after fields in an embedded form was updated.
- Fix: Add/remove buttons used in repeaters no longer change background color on hover when using icons only.
- Fix: The repeater limit was not getting applied properly when switching between pages in a multiple page form.
- Fix: Edit in-place would not work for a form with a reCAPTCHA field when submit with AJAX was disabled.
- Fix: Some padding has been removed from radio buttons displayed as images. This fixes issues with options appearing off-centre.
- Fix: Entry meta wasn't getting deleted when entries were deleting after clicking star over.
- Fix: Checkbox options displayed as images would not appear selected when viewing the result when the checkbox option included an ampersand character.
- Fix: The add row button would not appear after deleting every repeater row when using the icons only display style.
- Fix: An undefined array key "size" warning would get logged for some file upload fields.
- Fix: HTML fields were not properly working in conditional logic inside of repeaters.
- Fix: When importing a form and its embedded form child, the child form will now get updated to the new child form ID in the parent form after the import is complete.
- Fix: The other option would not appear selected in field settings after setting it as the default value.
- Fix: A star rating field display value would appear as star_full text when using [frm-field-value] shortcodes without the keepjs=1 because of a filtering issue.
- The function FrmProEntry::get_view_results has been deprecated.
- Checkboxes have been removed as an option for Post Titles due to incompatibility issues.