From fdad17919d4a71082c2638182e29c23ecf5d12dc Mon Sep 17 00:00:00 2001 From: Vinod Sowdagar <53818758+vinodsowdagar@users.noreply.github.com> Date: Sat, 31 Aug 2024 16:39:02 +0200 Subject: [PATCH] PLGMAG2V2-790: Prepare changes for the 2.7.0 release (#286) * PLGMAG2V2-790: Prepare changes for the 3.8.0 release * Update README.md --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- composer.json | 6 +++--- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aed804..596f45d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.7.0] - 2024-08-30 +### Added +- PLGMAG2V2-779: Added payment component for BNPL methods + +### Changed +- PLGMAG2V2-785: Upgraded payment icon for MultiSafepay method + +### Removed +- PLGMAG2V2-784: Removed issuers from iDEAL +- PLGMAG2V2-706: Removed payment component Onload console.log + ## [2.6.2] - 2024-08-06 ### Fixed PLGMAG2V2-780: Fixed an issue where Store Credit would be returned twice diff --git a/README.md b/README.md index 6a952b2..f456239 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

# MultiSafepay plugin for Magento 2 (Frontend module) diff --git a/composer.json b/composer.json index 2237abb..5203588 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,10 @@ { "name": "multisafepay/magento2-frontend", "description": "MultiSafepay frontend module for Magento 2", - "version": "2.6.2", + "version": "2.7.0", "require": { - "multisafepay/magento2-core": "^3.7.1", - "multisafepay/magento2-adminhtml": "^1.29", + "multisafepay/magento2-core": "^3.8", + "multisafepay/magento2-adminhtml": "^1.30", "magento/framework": "^102.0|^103.0", "magento/module-checkout": "^100.0", "magento/module-quote": "^101.0",