Skip to content

Commit 6548937

Browse files
committed
version 3.0.23
1 parent 15f24fd commit 6548937

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.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+
337
## 3.0.22 - 2025-03-27
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.0.22",
5+
"version": "3.0.23",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)