Skip to content

Commit

Permalink
version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jun 17, 2020
1 parent fe7ef8a commit 511c96a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.4.0 - 2020-06-18
> {warning} Please note a breaking change in removing `fieldsPath`. If you use this setting to add custom field content to your voucher codes when adding to the cart, you will need to change this. Please see the docs - https://verbb.io/craft-plugins/gift-voucher/docs/template-guides/single-voucher#line-item-options
### Changed
- Removed `fieldsPath` config setting. If you are using this setting for adding custom field content to your voucher codes, please update your templates. Use `input type="text" name="options[fieldHandle]"` instead of `input type="text" name="options[<fieldsPath>][fieldHandle]"`.

## 2.3.1 - 2020-06-15

### 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/gift-voucher",
"description": "Plugin for Craft Commerce implementing gift vouchers.",
"type": "craft-plugin",
"version": "2.3.1",
"version": "2.4.0",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 511c96a

Please sign in to comment.