Skip to content

v6.1

Choose a tag to compare

@Crabcyborg Crabcyborg released this 23 Feb 17:24
· 11676 commits to master since this release
dc46d62
  • Security: Added a new global setting to use custom headers when retrieving IPs with form submissions. This is disabled by default to avoid IP spoofing but required when using a reverse proxy as all IP addresses may appear identical. This setting is hidden when the GDPR IP option is enabled, but can still be enabled with a new frm_use_custom_header_ip filter using __return_true.
  • New: Full screen pages are now conditionally full screen based on the WordPress fullscreen mode user preference setting.
  • New: Success messages when updating an entry will now use the message from a confirmation action that triggers on entry updates.
  • Fix: Forms with redirect confirmation actions were redirecting when saving a draft entry.
  • Fix: An extra comma was causing the editor for views to break in PHP versions 7.2 and lower.
  • Fix: Formidable settings have been updated to avoid PHP 8.2 deprecation messages.
  • Fix: Label position styles were being applied to all fields in styler previews, not just fields with the default label position setting.
  • Fix: The sidebar has been moved back to below the entry details when printing an entry.
  • Fix: A 99 limit would always get applied when getting form actions without a specified limit. Now the limit is based off of the action type. This fixes issues with Quiz outcomes not matching when beyond the 99 limit.