Skip to content

Releases: solspace/craft-freeform

v5.9.7

05 Feb 19:13
v5.9.7
e5a4f2b
Compare
Choose a tag to compare

Added

  • Added Info and Debugging logging for email notifications.
    • Added an Email Log to the settings menu so admins can easily view and clear the log from the control panel.
  • Added more translations to the Freeform Diagnostics page.

Changed

  • Cleanup and improvements to GraphQL support.

v5.9.6

04 Feb 21:51
v5.9.6
b796501
Compare
Choose a tag to compare

Changed

  • Improved some migrations not to fail if there were any previous failures.

Fixed

  • Fixed a bug where the Form Submission Throttling diagnostic item showed an extra warning message.
  • Fixed a bug where Captchas, Javascript Test and various other form settings were not supported in GraphQL.

v5.9.5

31 Jan 17:17
v5.9.5
6de541e
Compare
Choose a tag to compare

Added

  • Added FreeformPostForwardingInterface interface for GraphQL to handle new Post Forwarding integration type.
  • Added FreeformGoogleTagManagerInterface interface for GraphQL to handle new Google Tag Manager integration type.

Fixed

  • Fixed a bug where Table fields were incorrectly marked as required, even when they were not supposed to be.
  • Fixed a bug where Dropdown and Radio column types in Table fields were breaking in the form builder.
  • Fixed a bug where the new Post Forwarding integration type (postForwarding) was not supported in GraphQL.
  • Fixed a bug where the new Google Tag Manager integration type (gtm) was not supported in GraphQL.

v5.9.4

30 Jan 15:17
v5.9.4
e8767d7
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where element integrations were being disabled if the Stripe integration was enabled for the same form.
  • Fixed a PHP 8.0 compatibility issue for Craft 4 sites.
  • Fixed a bug where the duplicate conditional check was not working correctly on Cookie checks.
  • Fixed a bug where the Freeform Data Export page would not work on sites using PostgreSQL.

v5.9.3

29 Jan 14:47
v5.9.3
0d0a83a
Compare
Choose a tag to compare

Added

  • Added diagnostic checks for Minimum Submit Time and Form Submit Expiration.
  • Added support for the sqrt function (square root) in the Calculation field logic.

Fixed

  • Fixed a bug where the duplicate conditional check was not working correctly on form load.
  • Fixed a bug where user registration forms were not validating existing usernames and email addresses.

v5.9.2

24 Jan 16:52
v5.9.2
53d804a
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where the Stripe field was not factoring in default values in Radio fields when set as the dynamic amount field.
  • Fixed a bug where the File Drag & Drop field was not displaying all errors.
  • Fixed a bug where the form builder and dashboard would not display any forms for a user who did not have access to the primary site.
  • Fixed unnecessary captcha triggers in Stripe calls.
  • Fixed a bug where the breadcrumbs Site switcher was not displaying correctly in Craft 5.

v4.1.24

24 Jan 21:06
v4.1.24
1fdc30d
Compare
Choose a tag to compare

Added

  • Verified support for Craft 4.14.x.

Changes

  • Updated the plugin icon.
  • Updated some internal dependencies to prevent security warnings.

v5.9.1.2

23 Jan 19:35
v5.9.1.2
c0d73e6
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where the Calculation field logic was not editable in the form builder.

v5.9.1.1

23 Jan 14:04
v5.9.1.1
80ca360
Compare
Choose a tag to compare

Fixed

  • Fixed a compatibility issue with the Monolog 2.x dependency in Craft 4.x.

v5.9.1

23 Jan 06:45
v5.9.1
72db745
Compare
Choose a tag to compare

Changed

  • Updated the integration logging to include extensive Stripe webhook logging.
  • Updated the plugin icon.