Skip to content

v5.13.0

Choose a tag to compare

@kjmartens kjmartens released this 27 Oct 19:50
· 322 commits to v5 since this release
v5.13.0
5b17506

Added

  • PayPal integration: Accept payments with PayPal.
  • Square integration: Accept payments with Square.
  • Mollie integration: Accept payments with Mollie.
  • xAI integration: Use xAI models to process form submissions.
  • Anthropic integration: Use Anthropic models to process form submissions.
  • SugarCRM integration: Send submission data to Leads, Opportunities, Accounts, and Contacts endpoints.
  • Gibberish Spam Blocking: Block spam when submissions score as gibberish or contain random-looking values (e.g., X76fddHg8qw8, sadjfgasfh).
  • Check MX Record option for Email Blocking: Validate email domains against their MX records to ensure they can receive mail.
  • Check DNS Block Lists option for IP Address Blocking: Check IP addresses against the DNS block lists you provide to help detect spam and abuse.
  • Image field type: Select or upload image assets into form layouts.
  • srcset support for the Cards field type.
  • <optgroup> support for Dropdown and Multi-select field types.
  • Expanded translation support for field types, including HTML, Rich Text, Date & Time, File Upload, Tables, Cards, Stripe, and more.
  • Granular default values for field settings in the form builder.
  • Additional controls for the Limited Users feature.
  • AI Processing Queue setting: Processes AI Spam Analysis and AI fields in the background so submission handling isn't delayed.
  • Site picker in breadcrumbs on the control panel Submission detail/edit page.
  • Prevent Duplicate Submissions (Idempotency Keys): Prevent duplicate submissions even when javascript guards are not present.
  • Form Groups: use Twig variables to display a list of form groups on the front end.
  • Critical Error Notifications: Immediately notify admins about critical error reports.
  • Notification Template Manager in the form builder (handy for creating form-specific templates for Template-based email notifications).

Changed

  • Whitespaces on values sent to integrations are now trimmed automatically.