File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
25
## 2.1.37 - 2024-12-27
4
26
5
27
### Added
Original file line number Diff line number Diff line change 2
2
"name" : " verbb/formie" ,
3
3
"description" : " The most user-friendly forms plugin for Craft." ,
4
4
"type" : " craft-plugin" ,
5
- "version" : " 2.1.37 " ,
5
+ "version" : " 2.1.38 " ,
6
6
"keywords" : [
7
7
" craft" ,
8
8
" cms" ,
You can’t perform that action at this time.
0 commit comments