Skip to content

Commit

Permalink
version 2.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed May 7, 2024
1 parent 2aeab79 commit 02cc505
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 2.1.14 - 2024-05-08

### Added
- Added `disabled` property to GraphQL Dropdown field interface
- Added `Formie::EVENT_MODIFY_TWIG_ENVIRONMENT` event to modify the Twig Sandbox for variable parsing.
- Added `Variables::EVENT_REGISTER_VARIABLES` event to register your own.

### Fixed
- Fixed an error when using dynamic Dropdown options
- Fixed a PHP 8 error.
- Fixed paths for Craft Cloud. (thanks @timkelty).
- Fixed Repeater fields not retaining their values correctly.
- Fixed Form export (from the Form element index) not using custom Formie export logic.
- Fixed Name and Address sub-field conditions not working correctly.
- Fixed an error when importing forms, where custom field content existed while the custom fields themselves didn’t.
- Fixed Group/Repeater field conditions not working correctly when complex rules were created.

## 2.1.13 - 2024-04-27

### Changed
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.13",
"version": "2.1.14",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 02cc505

Please sign in to comment.