Skip to content

Commit 8bf9ad9

Browse files
committed
version 3.0.32
1 parent 35350ea commit 8bf9ad9

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

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

3+
## 3.0.32 - 2025-07-18
4+
5+
### Added
6+
- Add the ability to set `cssAttributes` when rendering form CSS.
7+
- Add support for proper search index handling for submission fields.
8+
- Add support for Salesforce integration for Leads, for task creation on duplicate, to use the Lead ID by default.
9+
- Add warning text for File Upload fields, when uploading to a filesystem with public URLs.
10+
11+
### Changed
12+
- Update English translations.
13+
- Improve error handling for Dynamics 365 with regards to entity permissions.
14+
- Update Recaptcha server-side verification to use recaptcha.net for better availability.
15+
16+
### Fixed
17+
- Fix phone field value encryption.
18+
- Fix cosmetic fields in emails, improve Phone encrypted values in email, and improve sub-field email placeholder values.
19+
- Fix Submission search handling for cosmetic or long field handles.
20+
- Fix support for site-specific email settings for email notifications.
21+
- Fix cosmetic fields not showing in email notifications.
22+
- Fix typecast of Pipedrive “Owner ID” value.
23+
- Fix Form element fields using IDs for source settings.
24+
- Fix cosmetic fields not showing in email notifications.
25+
- Fix an error for empty encrypted Phone Number fields.
26+
- Fix an issue with Friendly Captcha for Ajax forms with Start Mode = Auto.
27+
- Fix Signature field output in emails for multi-site installs.
28+
- Fix incorrect type for “Submission Date” when mapping to integrations.
29+
330
## 3.0.31 - 2025-07-03
431

532
### Changed

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.31",
5+
"version": "3.0.32",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)