Skip to content

Commit c05b80d

Browse files
committed
version 2.2.7
1 parent 609bb49 commit c05b80d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## 2.2.7 - 2025-11-29
4+
5+
### Added
6+
- Add debug logging for reCAPTCHA responses.
7+
8+
### Changed
9+
- Webhook-based payment integrations (Mollie, GoCardless) now properly fire integrations and notifications.
10+
- Question captcha protects against validation when no questions are set.
11+
- Captchas for GraphQL mutations now don’t require a mandatory variables parameter to be named the same as their input type.
12+
13+
### Fixed
14+
- Fix Payment fields displaying in Summary field content by default.
15+
- Fix Date/Time fields not using min/max values for native date input for non-Flatpickr.
16+
- Fix an issue with Date fields, where the `availableDaysOfWeek` may not be typed correctly in some instances.
17+
- Fix an issue with ReCAPTCHA Enterprise validation.
18+
- Fix fetching an email signature controller action using CSRF verification when it doesn’t need to.
19+
320
## 2.2.6 - 2025-11-06
421

522
### 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": "2.2.6",
5+
"version": "2.2.7",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)