Skip to content

Commit 1584a26

Browse files
committed
version 3.1.2
1 parent 1b85e9e commit 1584a26

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

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

3+
## 3.1.2 - 2025-08-12
4+
5+
### Added
6+
- Add clarification to Salesforce “Use Credentials” setting.
7+
- Add `AddressCountry::EVENT_MODIFY_COUNTRY_OPTIONS` event.
8+
- Add `captcha` Theme Config key.
9+
- Add support for multiple authors for Entry element integration.
10+
11+
### Changed
12+
- Update import/export description for forms.
13+
- Update Summary field for Ajax forms to refresh whenever they are visibly shown.
14+
- Allow Question captcha HTML to be modified via template overrides.
15+
- Allow email templates to make use of `renderOptions.hideName` for field labels in email content.
16+
17+
### Fixed
18+
- Fix HubSpot Form Field Mapping for Ticket fields.
19+
- Fix an error for User integrations and the address field check.
20+
- Fix Google Address autocomplete handling of saved/existing values.
21+
- Fix description for Cloudflare Turnstile captcha integration.
22+
- Fix migration issue from Formie 2 for integration opt-in field settings.
23+
- Fix Address Country sub-field not displaying correctly in email notifications.
24+
- Fix an error when saving an Address field with no auto-complete integration set.
25+
- Fix handling of some legacy field settings for older Formie installs or outdated stencils.
26+
- Fix new fields when added to the form builder not having their defaults set correctly.
27+
- Fix Forms field not working correctly for UIDs.
28+
- Fix an error for Date fields for display type Dropdowns.
29+
- Fix type mismatch when processing `defaultValue` for Date/Time fields.
30+
- Fix Question captcha rendering issues.
31+
- Fix an issue with Question captcha form settings and the “Security Question” setting.
32+
- Fix the Cloudflare Turnstile captcha description.
33+
334
## 3.1.1 - 2025-07-22
435

536
### Added

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

0 commit comments

Comments
 (0)