diff --git a/CHANGELOG.md b/CHANGELOG.md index d33138305..e28c8e787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Solspace Freeform Changelog +## 5.5.2 - 2024-07-03 + +### Changed +- Improved field error validation on multi-page forms using Element integrations. If required element fields are not present on the current Freeform form page, their error validation will happen at the end of the form instead. +- Improved integration error messages in the settings page. + +### Fixed +- Fixed a bug where email notifications were not rendering all fields from all pages. +- Fixed a bug where email notification jobs did not contain submission object data (if using that to render submission data). +- Fixed a potential ordering issue when dragging fields between rows. + ## 5.5.1 - 2024-06-27 ### Changed diff --git a/composer.json b/composer.json index 8beb5eae2..192a40327 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.5.1", + "version": "5.5.2", "type": "craft-plugin", "authors": [ {