Skip to content

Commit 179b636

Browse files
committed
version 2.1.38
1 parent 81d90a4 commit 179b636

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 2.1.38 - 2025-01-13
4+
5+
### Added
6+
- Add `contentType` to email attachments.
7+
- Add theme config options for Table field inner field inputs.
8+
- Add `Element::EVENT_MODIFY_ELEMENT_MATCH` event to control behaviour for Element integrations and matching an existing element.
9+
10+
### Changed
11+
- Bump `guzzlehttp/oauth-subscriber`.
12+
- Table field column templates are now split into separate files for easier overriding.
13+
14+
### Fixed
15+
- Fix signature field image matching on existing field, in some instances.
16+
- Fix email notifications not correctly saving conditional recipients.
17+
- Fix an error with migrating forms from Freeform 5.
18+
- Fix Freeform 5 migration for some invalid field handles.
19+
- Fix Freeform migration console commands.
20+
- Fix some special unicode characters being stripped out of some text values for text-based fields.
21+
- Fix Date fields and the “Available Days” setting not working correctly.
22+
- Fix Entry element integration “Update Element Mapping” values being blank.
23+
- Fix an error when setting a form template with required fields and validation handling.
24+
325
## 2.1.37 - 2024-12-27
426

527
### Added

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "verbb/formie",
33
"description": "The most user-friendly forms plugin for Craft.",
44
"type": "craft-plugin",
5-
"version": "2.1.37",
5+
"version": "2.1.38",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)