- New: The default value for a password field invalid format validation message is now more descriptive. As this error message is used for the missing special characters rule, the message now includes the special characters error message by default instead of the previous "Password is invalid" default message.
- New: [foreach] shortcodes now support a order="desc" option for iterating repeater entries in reverse order.
- New: Field calculations now support scientific notation, enabling numbers like 10e2.
- New: A new frm_protected_file_readonly_permission filter has been added. This can be used to work around a Snuffleupagus security module rule that prevents certain chmod values.
- New: The way CSS and SVGs are added has been modified for better compatibility with the Snuffleupagus security module.
- Fix: Star rating field styling has been updated to improve compatibility with some themes where stars would appear on separate lines.
- Fix: Placeholder labels would not appear in multiselect lookup dropdowns.
- Fix: Text calculations were not working properly for dynamic field dropdowns in repeaters.