Skip to content

v6.14

Compare
Choose a tag to compare
@Crabcyborg Crabcyborg released this 10 Sep 13:40
· 1396 commits to master since this release
2f012a6
  • 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.