From 92b5f8531ac42b87ef0b73a04243b8c875d29131 Mon Sep 17 00:00:00 2001 From: kjmartens Date: Fri, 22 Nov 2024 14:42:27 -0600 Subject: [PATCH] v5.7.3 --- CHANGELOG.md | 5 +++-- composer.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7d7bebad..0ca265511 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/composer.json b/composer.json index 4d3e5c92a..8d8a4aa9d 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.2.1", + "version": "5.7.3", "type": "craft-plugin", "authors": [ {