Skip to content

Commit

Permalink
version 3.0.0-beta.15
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jun 15, 2024
1 parent 1827e2e commit f79f79f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## 3.0.0-beta.15 - 2024-06-15

### Added
- Added support for new Klaviyo integrations due to [API changes](https://developers.klaviyo.com/en/v1-2/reference/api-overview).
- Added support for Calculations field when used in field conditions.
- Added appearance settings to Turnstile captcha. (thanks @jmauzyk).
- Added a warning for incorrect permissions for Craft Team.
- Added “All Submissions Behaviour” plugin setting.

### Changed
- Calculations fields can now reference other Calculations fields.
- Improved handling of spam, deleted, and agent contacts for Freshdesk integration. (thanks @jmauzyk).
- Adjusted dropzone size for form builder.

### Fixed
- Fixed default values for fields not being trimmed of whitespace.
- Fixed some variables not supporting env variables in Email Notifications.
- Fixed an error with Dynamics365 CRM Integration.
- Fixed an error when pre-populating element fields.
- Fixed options-based fields not having their default values set correctly.
- Fixed nested and sub-fields not having their parent field associated with the inner fields.
- Fixed validation error for Table field inside a Repeater field.
- Fixed Stripe payments amount being recorded incorrectly.
- Fixed conditions not working for Repeater fields, for fields outside of the Repeater field.
- Fixed conditions not working on sibling nested Repeater fields.
- Fixed a JS error with Table and Repeater fields.
- Fixed an error for Entry element integrations.
- Fixed an error when generating `aria-describedby` attributes for client-side validation.
- Fixed an error where form alerts weren’t removed after a successful submit for the next form submission.
- Fixed form permissions on Craft Team.
- Fixed “optional” label field fields like Sub-Fields and Nested Fields.

## 3.0.0-beta.14 - 2024-05-31

### Added
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.0-beta.14",
"version": "3.0.0-beta.15",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit f79f79f

Please sign in to comment.