Skip to content

Commit

Permalink
version 2.1.38
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jan 12, 2025
1 parent 81d90a4 commit 179b636
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 179b636

Please sign in to comment.