From 511c96a3ac29e730daa2a231f8bd538aea0bcae2 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Thu, 18 Jun 2020 09:32:27 +1000 Subject: [PATCH] version 2.4.0 --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 392721f..1569842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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[][fieldHandle]"`. + ## 2.3.1 - 2020-06-15 ### Fixed diff --git a/composer.json b/composer.json index 40a4da4..41a0f94 100644 --- a/composer.json +++ b/composer.json @@ -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",