diff --git a/CHANGELOG.md b/CHANGELOG.md index 95dfa78..6522c2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.6.2 - 2021-10-06 + +### Fixed +- Fix when attaching the PDF to an email, clears the body content of the email. +- Fix an override warning message not showing for the `attachPdfToEmails` config setting in the control panel. +- Fix debug console output in the control panel. + ## 2.6.1 - 2021-08-23 ### Fixed diff --git a/composer.json b/composer.json index bde7fbe..fbc2567 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.6.1", + "version": "2.6.2", "keywords": [ "craft", "cms",