Skip to content

Commit 8af9eea

Browse files
committed
version 3.0.28
1 parent dcbb7ce commit 8af9eea

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

3+
## 3.0.28 - 2025-05-20
4+
5+
### Added
6+
- Add support for Freeform 5 Group field in migration.
7+
- Add extra logging for reCaptcha failures.
8+
- Add more payload context for failed queue jobs.
9+
- Add `endpoint` and `method` to `payload` property for failed queue jobs for context.
10+
- Add German translation for Signature Field.
11+
- Add `code` to `countryOptions` property for Phone fields in GraphQL.
12+
13+
### Fixed
14+
- Fix an error with some Payment field providers when resubmitting the form after payment.
15+
- Fix an issue for Payment fields when a client-side error occured.
16+
- Fix Date field handling of min/max dates on statically caches sites when using offsets.
17+
- Fix an error validating minimum words limit for Multi-Line and Single-Line text fields.
18+
- Fix Freeform 5 migration and Hidden fields.
19+
- Fix an error with Freeform/Sprout Forms migrations and submission statuses.
20+
- Fix an error for Element integrations when mapping a Formie options field to a Craft options field.
21+
- Fix new installs not having the default plugin data set.
22+
- Fix Checkboxes field missing `limitOptions`, `min`, `max`, `toggleCheckbox` and `toggleCheckboxLabel` properties in GraphQL queries.
23+
- Fix Freeform 5 migration for HTML and Rich Text fields.
24+
- Fix incorrect handling of serializing failed queue jobs.
25+
- Fix Calculations field parsing Markdown content.
26+
- Fix an error parsing Calculations fields’ formula containing decimals.
27+
- Fix an error with Pipedrive, when only enabling Leads.
28+
329
## 3.0.27 - 2025-04-29
430

531
### Changed

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.27",
5+
"version": "3.0.28",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)