Skip to content

Commit 4e5ca8e

Browse files
committed
version 3.1.7
1 parent 3ad0547 commit 4e5ca8e

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## 3.1.7 - 2026-01-13
4+
5+
### Added
6+
- Add `FieldValueInterface` for model classes that represent the value of a field.
7+
- Add `enableJsEvents` and `jsGtmEventOptions` to `PageSettingsInterface` for GraphQL.
8+
- Add support for Formie Address Country to Craft Country field for Element integrations.
9+
10+
### Changed
11+
- Update form import/export to be compatible with `tempAssetUploadFs`.
12+
- Change submission behaviour when editing in the control panel when form settings like scheduling is enabled.
13+
- Element integrations now handle array-like values for relation fields.
14+
15+
### Fixed
16+
- Fix Date/Time fields for Dropdowns or Inputs not having their values treated consistently.
17+
- Fix compatibility with Craft 5.9+.
18+
- Fix element fields not showing their correct values in the submissions index in the control panel.
19+
- Fix an error with File Upload fields with Feed Me.
20+
- Fix unload warning for Snaptcha.
21+
- Fix an error where “From” email notification values weren’t always properly parsed.
22+
- Fix conditional logic handling for Repeater fields.
23+
- Fix an error with Date fields in Repeater fields failing Year restriction validation.
24+
- Fix number input fields in the form builder for Firefox.
25+
- Fix an error where “From” email notification values weren’t always properly parsed.
26+
- Fix Opayo and Moneris iframe event handling registration.
27+
- Fix an error for Opayo billing name mapping.
28+
- Fix overflow for IP Address values (particularly v6) when editing a submission in the control panel.
29+
- Fix Pardot integration JSON/XML responses.
30+
- Fix Pardot CRM base API URL.
31+
- Fix Zoho CRM base API URL.
32+
- Fix Pardot API scope.
33+
- Fix cache-handling for integration connections.
34+
- Fix deprecation error for `log()` calls.
35+
- Fix an error using OopSpam.
36+
337
## 3.1.6 - 2025-11-29
438

539
### Added

composer.json

Lines changed: 1 addition & 1 deletion
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": "3.1.6",
5+
"version": "3.1.7",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)