From 38db020b98ad9f3a248bdeb705a9fb7e422504ce Mon Sep 17 00:00:00 2001 From: Vinod Sowdagar <53818758+vinodsowdagar@users.noreply.github.com> Date: Tue, 14 May 2024 16:52:08 +0200 Subject: [PATCH] Release version 3.6.0 (#99) --- CHANGELOG.md | 7 +++++++ composer.json | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aead29..402b5ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. +## [3.6.0] - 2024-05-15 +### Added +- DAVAMS-764: Add in3 B2B + +### Fixed +- PLGMAG2V2-755: Fixed an issue where a type error can occur when retrieving the tax rate during transaction creation + ## [3.5.1] - 2024-05-01 ### Fixed - PLGMAG2V2-738: Fixed orders stuck on pending after REST API Invoice creation diff --git a/composer.json b/composer.json index 3690838..83dc217 100755 --- a/composer.json +++ b/composer.json @@ -1,11 +1,11 @@ { "name": "multisafepay/magento2", "description": "MultiSafepay module suite for Magento 2", - "version": "3.5.1", + "version": "3.6.0", "require": { - "multisafepay/magento2-core": "3.5.1", - "multisafepay/magento2-frontend": "2.5.1", - "multisafepay/magento2-adminhtml": "1.27.1", + "multisafepay/magento2-core": "3.6.0", + "multisafepay/magento2-frontend": "2.6.0", + "multisafepay/magento2-adminhtml": "1.28.0", "multisafepay/magento2-catalog-inventory": "1.0.3", "multisafepay/magento2-msi": "1.0.2" },