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.
Increased WP version requirement to 5.2.
New: Added a new Embed Form modal and a new Embed button that appears in the form builder and form settings pages beside Preview and Update. Now a form can be embedded into a new page or an existing page with just a few clicks.
Fix: A Notice was being logged that wp_enqueue_script() was called incorrectly when loading the new Widgets editor since WordPress 5.8.
Fix: An unexpected array value in form data would cause some text fields to break in PHP8.
Fix: Some AJAX calls for API loaded forms were occasionally targeting the wrong site, causing unwanted redirects.
Fix: Dropdown field options were including redundant class="" HTML that has been removed.