From 179b63675f25628fb96a59c1ff58abe9b2222da8 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Mon, 13 Jan 2025 10:49:09 +1100 Subject: [PATCH] version 2.1.38 --- CHANGELOG.md | 22 ++++++++++++++++++++++ composer.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f49b2b9..99f3c164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## 2.1.38 - 2025-01-13 + +### Added +- Add `contentType` to email attachments. +- Add theme config options for Table field inner field inputs. +- Add `Element::EVENT_MODIFY_ELEMENT_MATCH` event to control behaviour for Element integrations and matching an existing element. + +### Changed +- Bump `guzzlehttp/oauth-subscriber`. +- Table field column templates are now split into separate files for easier overriding. + +### Fixed +- Fix signature field image matching on existing field, in some instances. +- Fix email notifications not correctly saving conditional recipients. +- Fix an error with migrating forms from Freeform 5. +- Fix Freeform 5 migration for some invalid field handles. +- Fix Freeform migration console commands. +- Fix some special unicode characters being stripped out of some text values for text-based fields. +- Fix Date fields and the “Available Days” setting not working correctly. +- Fix Entry element integration “Update Element Mapping” values being blank. +- Fix an error when setting a form template with required fields and validation handling. + ## 2.1.37 - 2024-12-27 ### Added diff --git a/composer.json b/composer.json index 9fb33084..2601b415 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.37", + "version": "2.1.38", "keywords": [ "craft", "cms",