Skip to content

Commit

Permalink
Merge branch 'craft-4' of https://github.com/verbb/formie into craft-5
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
#	composer.json
  • Loading branch information
engram-design committed Sep 7, 2024
2 parents 757288b + 96709ce commit bc6ab40
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,23 @@
- `Field::name` attribute has been deprecated. Use `Field::label` instead.
- `Field::inputHtml()` method has been deprecated. Use `Field::cpInputHtml()` instead.

## 2.1.29 - 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.

### 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 global “View Form Usage” user permission not appearing.

## 2.1.28 - 2024-08-29

### Fixed
Expand Down

0 comments on commit bc6ab40

Please sign in to comment.