- New: Repeaters now support a new collapsible setting.
- New: Front end entry deleting has been made more consistent. In some cases, entries would not properly get removed immediately.
- New: If a star rating value exceeds a new maximum threshold, a number will be used to represent the score instead of outputting too many stars. This limit is 10 by default and can be updated using a new frm_pro_max_star_rating filter.
- New: The option to delete all associated forms, views, and pages has been added when deleting an application.
- New: A new filter frm_should_include_captcha_nonce_field has been added to opt out of a special nonce field used to prevent users from needing to complete multiple captchas.
- Fix: When adding conditional logic for dropdowns, an open text field is now used when comparing LIKE values to allow for custom strings that aren't limited to the available dropdown options.
- Fix: Datepickers used on admin pages were missing previous/next month icons. In addition, datepicker styling was not consistent on the form settings page when setting a form schedule.
- Fix: The labels for repeater style settings were incorrect.
- Fix: A fgetcsv(): the $escape parameter must be provided deprecated message in PHP 8.4 has been fixed.
- Fix: Star rating field style selectors have been updated slightly to fix a conflict with the Blocksy theme.
- Fix: Date calculations would fail on a multiple page form where the field was also readonly and not on the first page of the form when submitting a form with AJAX is enabled.
- The functions FrmProEntriesHelper::edit_button and FrmProEntriesHelper::duplicate_link have been deprecated.
- Several deprecated files have been removed including _style_switcher.php, back-end/order.php, field-scale.php.