Skip to content

Commit 0bcd6f7

Browse files
committed
version 2.2.6
1 parent d4e9769 commit 0bcd6f7

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## 2.2.6 - 2025-11-06
4+
5+
### Added
6+
- Add handling for multi-site refresh-token front-end requests.
7+
- Add “Payment Status” column to Submissions element index.
8+
9+
### Changed
10+
- Improve CSRF token refreshing for multiple forms, particularly for new cookie sessions.
11+
- Update conditional logic evaluation in JS to default to `input` events when handling evaluation for most controls.
12+
- Update EmailOctopus integration for V2 API.
13+
14+
### Fixed
15+
- Fix Snaptcha Captcha support for Ajax forms.
16+
- Fix “is not empty” server-side conditional logic.
17+
- Fix an error with JS conditional logic for some fields.
18+
- Fix an error when handling conditionally-hidden fields within Group fields, which also contained conditions.
19+
- Fix some email notification values not receiving raw values correctly.
20+
- Fix email notification conditional emails not being case-insensitive for matched emails.
21+
322
## 2.2.5 - 2025-09-16
423

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

0 commit comments

Comments
 (0)