Skip to content

Commit

Permalink
version 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Sep 7, 2024
1 parent bc6ab40 commit 7c5b5f7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## 3.0.6 - 2024-09-07

### Added
- Added “Start Mode” setting to Friendly Captcha.
- Added the ability to set `scriptAttributes` and `jsAttributes` for `<script>` tags that Formie uses.
- Added the ability for `craft.formie.renderJs` to set JS attributes for scripts.
- Added `onFormieCustomValidate` JavaScript event.
- Added `renderOptions.customInputs` to allow custom hidden input content to be inserted into a form.

### Changed
- Changed Phone input autocomplete from `tel-national` to `tel` to ensure valid autocomplete value.

### Fixed
- Fixed an issue for Stripe and Opayo 3DS handling in combination with captchas not working correctly.
- Fixed an error for GraphQL when querying submissions with brand-new Group fields with no content.
- Fixed an error with Freshdesk integration when handling duplicate contacts.
- Fixed an error with Salesforce integration when handling duplicate leads.
- Fixed an error when duplicating forms with nested fields.
- Fixed integrations enabled indicator.
- Fixed a JavaScript error when loading Formie’s JS in a module for a Repeater field.
- Fixed an error validating Repeater sub-fields.
- Fixed an error when email notifications contained references to field content, and didn’t convert special characters correctly.

## 3.0.5 - 2024-08-29

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "verbb/formie",
"description": "The most user-friendly forms plugin for Craft.",
"type": "craft-plugin",
"version": "3.0.5",
"version": "3.0.6",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 7c5b5f7

Please sign in to comment.