From bca49fda03b87f5a5a3fa521d98964beb2bc1f14 Mon Sep 17 00:00:00 2001 From: Daniel Civit Date: Fri, 16 Feb 2024 11:23:13 +0100 Subject: [PATCH] Release of 3.4.0 (#96) --- CHANGELOG.md | 13 +++++++++++++ composer.json | 8 ++++---- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b930fd5..29cf4ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog All notable changes to this project will be documented in this file. +## [3.4.0] - 2024-02-16 +### Added +-DAVAMS-716: Add Multibanco +-DAVAMS-724: Add MB WAY + +### Fixed +- PLGMAG2V2-728: Add recurring data when customer_id is in additional info +- PLGMAG2V2-725: Fix broken gift card gateway ids +- PLGMAG2V2-727: Fix payment component sometimes not loading + +### Removed +- PLGMAG2V2-726: Remove startSetup and endSetup commands from UpgradeData + ## [3.3.2] - 2024-01-24 ### Changed - PLGMAG2V2-718: Remove gateway codes from Edenred title diff --git a/composer.json b/composer.json index aabb5d5..ed230ae 100755 --- a/composer.json +++ b/composer.json @@ -1,11 +1,11 @@ { "name": "multisafepay/magento2", "description": "MultiSafepay module suite for Magento 2", - "version": "3.3.2", + "version": "3.4.0", "require": { - "multisafepay/magento2-core": "3.3.2", - "multisafepay/magento2-frontend": "2.3.2", - "multisafepay/magento2-adminhtml": "1.25.2", + "multisafepay/magento2-core": "3.4.0", + "multisafepay/magento2-frontend": "2.4.0", + "multisafepay/magento2-adminhtml": "1.26.0", "multisafepay/magento2-catalog-inventory": "1.0.3", "multisafepay/magento2-msi": "1.0.2" },