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.
New: Added support for hCaptcha. Now in Global Settings, the reCAPTCHA tab has been changed to a CAPTCHA tab with a new CAPTCHA type setting so you can choose between using reCAPTCHA or hCaptcha.
Fix: Avoid a fatal error if the hidden columns setting is in an unexpected format on the form and entry list pages. This may happen because of invalid option data being set or a conflict with another plugin or custom code.
Fix: Long field names on the reports tab would force the table to horizontally scroll. A long field name will now break into multiple lines instead.
Fix: The frm_form_object filter wouldn't get applied to a cached form result.
Fix: Prevent an undefined function get_editable_roles fatal error that triggers when trying to connect an account.
Fix: An incorrect section comparison was causing fields to keep old section data after being moved somewhere else. This would result in unexpected data exports and other side effects.
Fix: A "row is undefined" error would prevent merging multiple field groups together after the layout option was clicked.