- New: [frm-graph] shortcodes now support a title_italic=1 option.
- New: The setting for displaying a look up or dynamic field as a dropdown has been renamed to improve compatibility with security tools that block the word "select" in POST data.
- New: Formidable branding has been removed on the import page when white labelling is enabled.
- New: "like" and "not like" conditions used in conditional logic have been renamed to "contains" and "does not contain".
- Fix: Edited entries would perform look ups and change the value of some fields watching the look ups when there were already values set.
- Fix: A conditionally disabled submit button would switch to enabled after a look up was completed, or a file was uploaded. Now it will only switch to enabled when all conditions are fulfilled.
- Fix: Dynamic defaults values like [post_title] and [get] shortcodes were not always getting set back to their default values after clicking the start over button.
- Fix: A fatal error would occur when using a [frm-graph] shortcode when using group_by and include_zero options together.
- Fix: A styling issue has been fixed for rootline elements on RTL layouts.
- Fix: [if created_at] conditional statements with conditions like greater_than="-10 minutes" would not work using the expected timezone. This has been updated to work with condition values like "-10 minutes" and "-30 seconds".
- Fix: A third parameter is now included when calling the frm_after_create_entry action for a draft entry. Without this parameter, there were issues with possible conflicts with other code that relies on this hook, including code in older versions of the Zoho Flow plugin.
- Fix: New repeater entries were not getting added when updating an entry because of an issue introduced in last release.
- Fix: "like" conditions were failing to work when comparing a numeric value to an unexpected non-numeric string like "_123".
- Fix: A passing null to parameter #3 deprecated message when calling str_replace has been fixed when processing shortcodes.
- Fix: Some warnings would get logged when deactivating Pro.
- Fix: A passing null to parameter #1 deprecated message when calling stripos has been fixed when processing shortcodes.
- Fix: When importing CSV data for a multiselect dynamic dropdown, only a single entry record would get imported successfully.
- Fix: Only a single multiselect lookup option would be selected when editing an entry after the lookup happens on page load.
- Fix: Calculations with repeaters would sometimes include values from incorrect fields with similar field keys.
- Fix: Clicking on a single file upload field with an uploaded file will no longer load the prompt to upload another file.