- New: Paragraph fields now support a new Limit Length setting for limiting a Paragraph field to a maximum number of words or characters.
- New: Date pickers initialized from a Formidable date field will now use a prefixed class to avoid styling conflicts with other date pickers. Styling for month and year dropdowns has been modified to improve compatibility with the Astra theme on WooCommerce pages.
- New: Added a new frm_check_file_referer filter to give better control of the referer check for protected files.
- New: Added a new Autocomplete setting for setting the autocomplete attribute for password and number fields.
- Fix: A 0000-00-00 date will no longer be used as the entry creation date when creating a form entry from a draft post.
- Fix: The entry updated time will now use the current time instead of being left blank when creating a form entry from a draft post.
- Fix: Prevent a warning when saving a draft on a form with only a single page.
- Fix: The frm_date_field_options filter previously would not work for disabling the changeMonth and changeYear options with the unique option set on the date field.