From c3e1ef012ac77490ec6750091940b39a64511e3b Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Mon, 22 Jun 2020 21:52:13 +1000 Subject: [PATCH] version 2.4.1 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1569842..361cb12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.4.1 - 2020-06-22 + +### Fixed +- Add migration for potentially missing code field layout. +- Fix usage of deprecated `saleAmount`. +- Return cart errors for ajax-applying of voucher codes. + ## 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 diff --git a/composer.json b/composer.json index 41a0f94..d666f27 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.4.0", + "version": "2.4.1", "keywords": [ "craft", "cms",