Skip to content

Commit 5c814dd

Browse files
committed
version 3.0.16
1 parent 7696135 commit 5c814dd

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## 3.0.16 - 2024-12-27
4+
5+
### Added
6+
- Add context property for integrations to record extra data at submission time.
7+
- Add support for Pardot tracking cookies for Form Handler.
8+
- Add support for field conditions to use non-field conditions such as status.
9+
10+
### Fixed
11+
- Fix any serialized `MissingField` classes not being converted back when the field is no longer missing.
12+
- Fix an error importing forms and nested fields not retaining their submission content.
13+
- Fix Dropdown and Checkboxes not validating correctly when in a nested field.
14+
- Fix `Db::prepareForJsonColumn` deprecation and handling.
15+
- Fix an error with Usage tab when Formie forms are referenced in a Neo block.
16+
- Fix Freeform 4/5 migration. (thanks @ThomasDeMarez).
17+
318
## 3.0.15 - 2024-12-17
419

520
### 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.15",
5+
"version": "3.0.16",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)