Skip to content

v5.9.15

Choose a tag to compare

@kjmartens kjmartens released this 27 Feb 17:35
· 712 commits to v5 since this release
v5.9.15
e95a4f3

Added

  • Added an overload for forms to create an entirely separate instance with its own configurations that can be overridden. This will help with the issue of form attributes duplicating in some cases.
  • Added check for runQueueAutomatically to the Diagnostics page to help with troubleshooting.

Fixed

  • Fixed a bug where form attributes could duplicate when loading the same form more than once in the same template.
  • Fixed a bug where the Stripe Link and US Bank Account icons were not present in the control panel.
  • Fixed a bug where the duplicate email address check was not working correctly with encrypted fields.
  • Fixed a bug where relating Freeform submissions to elements was not working in Craft 5.
  • Fixed a bug where Freeform was using \yii\di\Container as a constructor dependency.
  • Fixed a bug where the bundle loader could crash if a cached class was found in the class map.