diff --git a/CHANGELOG.md b/CHANGELOG.md index a38205b2..0d899d63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 2.1.27 - 2024-08-14 + +### Added +- Added “Page URI” and “Page Name” to HubSpot integration for Forms. +- Added support for Form Template custom field validation for forms. + +### Changed +- Klaviyo Email Marketing integration now orders lists alphabetically by name. +- Klaviyo Email Marketing integration now loads more than 10 lists. +- Improved HubSpot CRM integration for HubSpot Forms, where fields don’t have a label. + +### Fixed +- Fixed an edge-case with variables, where cached data matched against incorrect submission values. +- Fixed an error when fetching Summary field HTML. +- Fixed an error when fetching Signature field image. +- Fixed an error with Klaviyo CRM integration. + ## 2.1.26 - 2024-08-14 ### Fixed diff --git a/composer.json b/composer.json index c9493305..77e26ac0 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/formie", "description": "The most user-friendly forms plugin for Craft.", "type": "craft-plugin", - "version": "2.1.26", + "version": "2.1.27", "keywords": [ "craft", "cms",