Skip to content

Commit

Permalink
v5.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmartens committed Nov 22, 2024
1 parent 58a7147 commit 92b5f85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Solspace Freeform Changelog

## 5.7.3 - Unreleased
## 5.7.3 - 2024-11-22

### Added
- Added translations for the **Usage in Elements** feature.

### Changed
- Updated the `phpoffice/phpspreadsheet` dependency to include `^2.0` and `^3.0`.
- Updated the Salesforce Lead **Update Duplicate Leads** setting to skip empty values in the new data when overwriting an existing Lead record.

### Fixed
- Fixed a bug where Matrix relation titles would not always display correctly in the **Usage in Elements** tab. Set `Entry ID#` as a title fallback for Matrix relations without a title.
- Fixed a bug where the Pipedrive integration was not correctly mapping to Lead fields.
- Fixed a bug where required field validation wasn't working correctly when using `is one of` and `is not one of` conditional rules logic on it.
- Fixed a bug where required field validation wasn't working correctly when using `is one of` and `is not one of` conditional rules logic.
- Fixed a bug where the Freeform 4.x migration could fail if a form name was too long.
- Fixed a bug where the Stripe payment status was not updating for previously declined cards.
- Fixed a bug where the Stripe instructions guide had some errors.
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.2.1",
"version": "5.7.3",
"type": "craft-plugin",
"authors": [
{
Expand Down

0 comments on commit 92b5f85

Please sign in to comment.