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.
New: The visual styler has gotten a major update. Many components have been redesigned, and a new quick settings page has been added.
New: The code for moving fields in the builder has been optimized for large forms.
New: Field keys will now work in place of field ids when creating or updating repeater entries using API actions or when calling FrmEntryMeta::update_entry_metas directly.
Fix: In some cases it was possible for non-customizable fields such as radio buttons and dropdowns to be used for Akismet guest info.
Fix: Forms would not duplicate as expected when one of the fields had "description" as a field key value.
Fix: A fatal error would occur when failing to search for plugins due to internet connection problems.
Fix: A JavaScript error would occur when trying to validate a read only time field.
Fix: A Trying to access array offset on value of type bool PHP Warning that could happen in rare edge cases when working in th Gutenberg editor has been fixed.
Fix: A layering issue would show section fields on top of the pop up for merging fields into groups.
Fix: Turnstile elements are now only rendered when the field is visible.
Fix: Some new checkbox and radio button styles were being overwritten by certain themes, resulting in various styling issues.