|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 37 | ## 3.1.6 - 2025-11-29 |
4 | 38 |
|
5 | 39 | ### Added |
|
0 commit comments