Skip to content

v5.15.15

Choose a tag to compare

@kjmartens kjmartens released this 06 Jun 01:41
· 7 commits to v5 since this release
v5.15.15
2c6e281

Changed

  • Added a default minimum value for dynamic amount fields in Stripe forms to prevent the Stripe field from failing to load.
  • Updated the CSRF Token Refresh Method setting to default to Once Per Page View when Craft's Async CSRF Inputs setting is enabled.

Fixed

  • Fixed an issue where field references could fail to resolve during form field hydration if the referenced field appeared later in the form layout. This could affect Stripe forms using dynamic amount fields.
  • Fixed an issue where the CAPTCHA script loader could fail to render when multiple forms appeared on the same page.
  • Fixed an issue where queued notifications did not work when submission data was not being stored for a form and notifications were triggered via CLI.
  • Fixed an issue where dependent/nested field types were not recognized by the Freshdesk integration.