Skip to content

Commit 7d9d27a

Browse files
committed
version 3.1.3
1 parent 98c061f commit 7d9d27a

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

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

3+
## 3.1.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+
- Add `Countries::EVENT_MODIFY_ADDRESS_COUNTRIES`.
9+
10+
### Changed
11+
- Update captcha front-end JS to better handle multi-page and multi-capture scenarios.
12+
- Update Monday integration to use new Contries service.
13+
- Changed the Address Country field `getCountryOptions()` function to no longer be static.
14+
- Changed the Phone field `getCountryOptions()` function to no longer be static.
15+
- Deprecated `AddressCountry::EVENT_MODIFY_COUNTRY_OPTIONS` event.
16+
- Renamed `verbb\formie\services\Phone` to `verbb\formie\services\Countries`.
17+
18+
### Fixed
19+
- Fix handling of word-count function to better handle special characters in words.
20+
- Fix File Upload field not working correctly when editing a submission in the control panel.
21+
- Fix Formie 2.x to 3.x migration for Sub Fields within a Group or Repeater fields not migrating correctly.
22+
- Fix an issue when trying to filter Checkboxes fields by their submission value or via GraphQL.
23+
- Fix options fields not having their “Email Notification Value” set correctly.
24+
- Fix Recipients field throwing an error when used in email notifications for Dropdown display type.
25+
- Fix an encoding issue for some fields when used in email notifications.
26+
- Fix Stripe integration setting missing Redirect URI.
27+
- Fix an error with File Upload and Repeater field combinations, when using min/max row validation.
28+
- Fix Pipedrive integration not handling updating person records via email correctly.
29+
- Fix an error for the Monday integration when mapping to Checkbox fields.
30+
- Fix Entry element integration not working correctly for multiple authors.
31+
- Fix File Upload fields not working correctly for multi-page Ajax forms.
32+
- Fix support for Date field validation for Ajax based forms.
33+
- Fix incorrect handling of default values for Date fields.
34+
- Fix an error for Monday integration when mapping to a Country field.
35+
- Fix Name Prefix values in email previews, when customising options.
36+
- Fix Google Sheets integration.
37+
338
## 3.1.2 - 2025-08-12
439

540
### 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.2",
5+
"version": "3.1.3",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)