Skip to content

Commit

Permalink
v5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmartens committed Jul 3, 2024
1 parent aaaa74d commit 466294e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down

0 comments on commit 466294e

Please sign in to comment.