From bd7557f0ee543b738f81e41335edc3dd8d0d8016 Mon Sep 17 00:00:00 2001 From: kjmartens Date: Fri, 29 Nov 2024 11:27:32 -0600 Subject: [PATCH] v5.7.4 --- CHANGELOG.md | 9 +++++++++ composer.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ca265511..bbfb5c16c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Solspace Freeform Changelog +## 5.7.4 - 2024-11-29 + +### Changed +- Updated the Mailchimp integration to include additional error logging around Contact Tags. + +### Fixed +- Fixed a bug in the Freeform 4.x migration where form submission table names were not always being named correctly. +- Fixed a bug in the Freeform 4.x migration where original form handles were not being preserved. + ## 5.7.3 - 2024-11-22 ### Added diff --git a/composer.json b/composer.json index 8d8a4aa9d..66435d8c7 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "solspace/craft-freeform", "description": "The most reliable form builder that's ready for wherever your project takes you.", - "version": "5.7.3", + "version": "5.7.4", "type": "craft-plugin", "authors": [ {