Skip to content

Commit

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

## 2.1.30 - 2024-09-14

### Added
- Added `Integration::getSettingsHtmlVariables()` and `Integration::getFormSettingsHtmlVariables()`.
- Added support for all CRM integrations to only fetch data objects for ones that are enabled in the form builder integration settings.

### Changed
- Updated Password field `autocomplete` attribute.
- Improve Integration form instructions translations to remove duplicate translation strings.
- Improve Integration form instructions translations to remove duplicate translation strings.
- Improve Integration settings instructions translations to remove duplicate translation strings.
- Update integration descriptions to be dynamic for better translation.
- Days and Months predefined options now use Craft’s locale helpers for consistency.
- Country and State predefined options now use `commerceguys/addressing` for consistency.

### Fixed
- Fixed an error when creating forms where a default Form Template had required fields.
- Fixed an error when fetching Signature field image.

## 2.1.29 - 2024-09-07

### 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": "2.1.29",
"version": "2.1.30",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit ce51858

Please sign in to comment.