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 6a814b6 commit 0eaf74eCopy full SHA for 0eaf74e
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 2.1.47 - 2025-04-29
4
+
5
+### Fixed
6
+- Fix a timezone issue with Date fields when setting a min/max date relative to today.
7
+- Fix PDF handling for Craft Cloud.
8
+- Fix `StringHelper::cleanString` handling.
9
+- Fix JavaScript errors when managing theme config classes.
10
+- Fix an error for payment fields when removing alert classes via Theme Config.
11
12
## 2.1.46 - 2025-04-22
13
14
### Fixed
composer.json
@@ -2,7 +2,7 @@
"name": "verbb/formie",
"description": "The most user-friendly forms plugin for Craft.",
"type": "craft-plugin",
- "version": "2.1.46",
+ "version": "2.1.47",
"keywords": [
"craft",
"cms",
0 commit comments