We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9a3eb commit 633f13aCopy full SHA for 633f13a
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## 2.2.3 - 2025-09-02
4
+
5
+### Added
6
+- Add `onFieldVisible` and `onFetchSummary` JS events for the Summary field.
7
+- Add `setPage` to the Formie theme JS to set the page of a form client and server side.
8
9
+### Fixed
10
+- Fix an encoding issue for some fields when used in email notifications.
11
+- Fix Stripe integration setting missing Redirect URI.
12
+- Fix Google Sheets integration.
13
14
## 2.2.2 - 2025-08-12
15
16
### Added
composer.json
@@ -2,7 +2,7 @@
"name": "verbb/formie",
"description": "The most user-friendly forms plugin for Craft.",
"type": "craft-plugin",
- "version": "2.2.2",
+ "version": "2.2.3",
"keywords": [
"craft",
"cms",
0 commit comments