Skip to content

Commit

Permalink
v5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmartens committed Nov 12, 2024
1 parent 80dae07 commit 79ab868
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Solspace Freeform Changelog

## 5.7.1 - 2024-11-12

### Added
- Added `EVENT_DEFINE_SIDEBAR_HTML` in the Freeform Submissions CP view. Thanks @mofman!

### Changed
- Updated CRM integrations in the form builder to include separators for objects to improve clarity.
- Updated comppser.json to force the `phpstan/phpdoc-parser` package to `^1.33` to work around an issue in the `symfony/property-access` package.

### Fixed
- Fixed a bug where labels in the Jira integration would sometimes error about array values.
- Fixed a bug where some forms could error when duplicating forms.

## 5.7.0.1 - 2024-11-10

### Fixed
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.7.0.1",
"version": "5.7.1",
"type": "craft-plugin",
"authors": [
{
Expand Down

0 comments on commit 79ab868

Please sign in to comment.