From 35050f52f51040f2b0d7cb1c37bb53bca6e57ccb Mon Sep 17 00:00:00 2001 From: Vinod Sowdagar <53818758+Vinod-MultiSafepay@users.noreply.github.com> Date: Mon, 16 Oct 2023 15:42:52 +0200 Subject: [PATCH] PLGMAG2V2-703: Prepare release changes for version 3.2.1 (#92) --- CHANGELOG.md | 4 ++++ composer.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1ed637..144949d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## [3.2.1] - 2023-10-16 +### Fixed +- PLGMAG2V2-702: Fixed an issue where in some cases the wrong transaction_type would be used for some 'Direct' payment methods + ## [3.2.0] - 2023-10-11 ### Added - PLGMAG2V2-700: Added Edenred Consumption Voucher (EDENCONSUM) diff --git a/composer.json b/composer.json index 037af98..532d5a7 100755 --- a/composer.json +++ b/composer.json @@ -1,9 +1,9 @@ { "name": "multisafepay/magento2", "description": "MultiSafepay module suite for Magento 2", - "version": "3.2.0", + "version": "3.2.1", "require": { - "multisafepay/magento2-core": "3.2.0", + "multisafepay/magento2-core": "3.2.1", "multisafepay/magento2-frontend": "2.2.0", "multisafepay/magento2-adminhtml": "1.24.0", "multisafepay/magento2-catalog-inventory": "1.0.3",