You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.