|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 3.0.23 - 2025-04-11 |
| 4 | + |
| 5 | +### Added |
| 6 | +- Add extra logging to Opayo payment failures. |
| 7 | +- Add the ability to assign a Campaign to a Contact/Lead/Account in Salesforce. |
| 8 | +- Add support for filtering submissions by fields in the control panel. |
| 9 | +- Add the ability for HTML fields to reference render options via Twig in their content. |
| 10 | +- Add the ability to provide submission query arguments for fields, for GraphQL. |
| 11 | +- Add `Field::EVENT_MODIFY_VALUE_FOR_VARIABLE`. |
| 12 | +- Add the ability to set the permissions of newly-created forms for users that have limited form access. |
| 13 | + |
| 14 | +### Change |
| 15 | +- Improve performance of submission editing screen in the control panel. |
| 16 | +- Improve performance of submissions element index in the control panel. |
| 17 | +- Improve field layout error output for nested fields and failed validation, which now references the page handle, field handle and any parent field handle. |
| 18 | +- Update deprecated `log()` function. |
| 19 | +- Move `Field::getValueForVariable` to `Field::defineValueForVariable`. |
| 20 | + |
| 21 | +### Fixed |
| 22 | +- Fix `submissionEndpoint` GraphQL property. |
| 23 | +- Fix an error for Phone fields, when initializing the form’s JS multiple times. |
| 24 | +- Fix payment field race condition when initializing form JS multiple times with conditions. |
| 25 | +- Fix an error with Opayo and billing email. |
| 26 | +- Fix an XSS vulnerability for importing forms with manipulated field content. |
| 27 | +- Fix an XSS vulnerability for email notification content. |
| 28 | +- Fix support for Craft 5.7+. |
| 29 | +- Fix submission titles displaying incorrectly when referencing some fields in their content. |
| 30 | +- Fix Agree field not rendering its empty value correctly in email notifications. |
| 31 | +- Fix email notifications not rendering empty valued fields correctly. |
| 32 | +- Fix Pardot integration not working correctly. (thanks @mirego). |
| 33 | +- Fix sub-field fields not having their label correctly set in some instances when upgrading to Formie 3. |
| 34 | +- Fix an error with Summary and Section fields for Formie 3 upgrades. |
| 35 | +- Fix large field settings throwing an error (particularly for Formie 3 upgrades). |
| 36 | + |
3 | 37 | ## 3.0.22 - 2025-03-27
|
4 | 38 |
|
5 | 39 | ### Added
|
|
0 commit comments