|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 38 | ## 3.1.2 - 2025-08-12 |
4 | 39 |
|
5 | 40 | ### Added |
|
0 commit comments