Skip to content

Commit a759817

Browse files
committed
version 3.0.27
1 parent d10e0f7 commit a759817

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
## 3.0.27 - 2025-04-29
4+
5+
### Changed
6+
- Update Salesforce CRM integration attachment handling.
7+
- Ensure full errors are logged for integrations. (thanks @boboldehampsink).
8+
9+
### Fixed
10+
- Fix a timezone issue with Date fields when setting a min/max date relative to today.
11+
- Fix PDF handling for Craft Cloud.
12+
- Fix `StringHelper::cleanString` handling.
13+
- Fix JavaScript errors when managing theme config classes.
14+
- Fix an error for payment fields when removing alert classes via Theme Config.
15+
- Fix typo with RegisterDateTimeFormatOptionsEvent. (thanks @jamesmacwhite).
16+
- Fix an issue when using conditions to filter submissions.
17+
- Fix an error on Craft Cloud when a failed queue job’s payload couldn’t be updated on a queue job.
18+
- Fix Formie 2 migration where form titles could be null in some circumstances.
19+
- Fix an error with User element integration when activating users.
20+
- Fix issue with custom Lead fields in Copper. (thanks @antcooper).
21+
- Fix an error when upgrading to Craft 5 and the `m250315_131608_unlimited_authors` Craft migration.
22+
323
## 3.0.26 - 2025-04-22
424

525
### 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": "3.0.26",
5+
"version": "3.0.27",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)