Skip to content

v6.25

Choose a tag to compare

@Crabcyborg Crabcyborg released this 14 Oct 15:05
· 3827 commits to master since this release
ffc52df
  • New: Style settings have been added to Email actions.
  • New: reCAPTCHA and Turnstile now support a new frm_captcha_lang filter for modifying the captcha language.
  • New: Square forms will now automatically enforce JavaScript validation before attempting to make the Square payment.
  • New: Payment hooks like frm_payment_status_complete are now called even when no payments add-ons (Stripe or Authorize.Net) are active.
  • Fix: An empty address will no longer be sent to Square when verifying the buyer to help reduce buyer verification issues.
  • Fix: Square location IDs could be incorrectly set when connecting when another mode was active.
  • Fix: Calculation settings would not properly load if the field was loaded using AJAX.
  • Fix: Checkbox and radio button fields no longer include the aria-invalid attribute. Instead, this is applied to the group for better accessibility.
  • Fix: Buttons could be cut off in an application pop-up when there was a lot of content in the description.
  • Fix: Field unit dropdowns would lose its unit value.
  • Fix: An Undefined property: stdClass::$item_key PHP warning when making Square payments has been fixed.
  • Fix: The country code would not properly get sent to Square when using US as the address type.
  • Fix: A Cannot access offset of type string on string fatal error that occurs when field options data is in an unexpected format has been fixed.
  • Fix: Font sizes would not scale as expected after changing the base font size style setting for a second time.