Skip to content

Commit 3b70250

Browse files
committed
version 2.1.48
1 parent 4e80610 commit 3b70250

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## 2.1.48 - 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+
11+
### Fixed
12+
- Fix an error with some Payment field providers when resubmitting the form after payment.
13+
- Fix an issue for Payment fields when a client-side error occured.
14+
- Fix Date field handling of min/max dates on statically caches sites when using offsets.
15+
- Fix an error validating minimum words limit for Multi-Line and Single-Line text fields.
16+
- Fix Freeform 5 migration and Hidden fields.
17+
- Fix an error with Freeform/Sprout Forms migrations and submission statuses.
18+
319
## 2.1.47 - 2025-04-29
420

521
### Fixed

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

0 commit comments

Comments
 (0)