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: When dragging a field or field group, a smaller drag helper will be used that is more consistent with the field type options in the sidebar, and the field that is being dragged will gray out.
New: Improved error handling when installing templates from XML. A message will be shown when the simple XML extension is not installed, and errors will now be shown in a pop up when a template falls to install.
New: Added a new frm_before_simple_form_render action that triggers before a Gutenberg block is rendered.
New: Added a new frm_rich_text_emails filter for cases when a plain textarea may be preferred over rich text.
New: Fields with floating labels now take up less space in the front end.
Fix: When inserting a [default-plain] or [default-html] shortcode into a rich text editor, the shortcode would insert instead of changing dynamically as expected.
Fix: Rich text HTML emails were not automatically using wpautop so line breaks were not appearing in emails as expected.
Fix: Improved how drag and drop works when dragging multiple sections in a field group.
Fix: Prevent a warning that would trigger when previewing in-theme when using Twenty Twenty One.
Fix: Prevent a fatal error that would only ever happen once, immediately when upgrading to version 5.5 or higher from an older version.
Fix: Prevent a fatal error that was preventing add ons from installing via API.
Fix: Updated radio button styling on the Edit Entry page to fix visual issues at mobile screen sizes.
Embed examples no longer include title=true and description=true.
License types will no longer appear as application template category options.
Plain text email actions will no longer use a rich text editor.