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: Product, Quantity, and Total fields are now available in Lite! These are all included in the Pricing Fields section, now located above the Advanced Fields section.
New: Global custom CSS is now scoped to only style form previews on admin pages to prevent custom CSS from changing the appearance of other elements on the page.
New: New frm_after_create_entry_{form_key} and frm_after_update_entry_{form_key} actions have been added.
Fix: When editing an entry, the Other option would not correctly appear selected.
Fix: Entries would fail to save in some cases where entry names would exceed 255 characters with special unicode characters.
Fix: Custom style CSS would not properly prefix selectors when ::before or ::after were used.
Fix: Attempting to refund a Square payment would result in a fatal error when the Stripe or Authorize.Net add-ons were also active.
Fix: A check has been added to prevent a possible Cannot access offset of type string on string fatal PHP error issue.