- New: A star rating field can now be toggled off by clicking the current selected star rating again.
- New: Lookup requests are now batched in groups. This should help significantly reduce the number of web requests required for complex forms with many lookup fields, which should improve the speed of look ups when multiple fields need to update at the same time.
- New: [date] shortcodes will now get replaced in form action conditions. This makes it easier to now conditionally send an email when a date field has passed or hasn't passed today's date for example.
- New: The CSS for international phone fields is now prefixed for Formidable-specific classes to avoid conflicts with other plugins that also include international phone fields.
- New: Tag are now stripped when using the clean=1 option in a [frm-math] shortcode. This helps to avoid issues where HTML tags including hyphens or numbers in attributes would break a calculation.
- Fix: Calculations would only update for a single repeater row when updating a field from outside of the repeater that is used in the calculation.
- Fix: Additional padding has been added to help avoid an issue with HTML formatting for fields inside of sections with an autocomplete option set.
- Fix: The page turn transition setting will now reset immediately when the last page break field is deleted without requiring a form update afterwards.
- Fix: When two forms would load with lookup fields, some lookup field data would get overwritten, causing lookup fields to only work in a single form.
- An old deprecated filter, frm_is_dynamic_field_empty, has been removed.