Skip to content

v6.30

Choose a tag to compare

@Crabcyborg Crabcyborg released this 16 Apr 12:55
· 1191 commits to master since this release
a888179
  • 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.