From e727e88f34c4b1df9cab314f5b5f0703a747761a Mon Sep 17 00:00:00 2001 From: Vinod Sowdagar <53818758+vinodsowdagar@users.noreply.github.com> Date: Sat, 31 Aug 2024 16:38:48 +0200 Subject: [PATCH] PLGMAG2V2-790: Prepare changes for the 1.30.0 release (#238) * PLGMAG2V2-790: Prepare changes for the 3.8.0 release * Update README.md --- CHANGELOG.md | 4 ++++ README.md | 2 +- composer.json | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f23eccb..b4212da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.30.0] - 2024-08-30 +### Added +- PLGMAG2V2-779: Added payment component for BNPL methods + ## [1.29.0] - 2024-07-05 ### Added - PLGMAG2V2-741: Added Manual Capture support for the Card payment, Visa, Mastercard and Maestro gateways. For more information about this feature, please check the [MultiSafepay Manual Capture documentation](https://docs.multisafepay.com/docs/manual-capture). diff --git a/README.md b/README.md index b6c4fab..51749a0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

# MultiSafepay plugin for Magento 2 (Backend module) diff --git a/composer.json b/composer.json index 52c016c..d77efa8 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,9 @@ { "name": "multisafepay/magento2-adminhtml", "description": "MultiSafepay backend module for Magento 2", - "version": "1.29.0", + "version": "1.30.0", "require": { - "multisafepay/magento2-core": "^3.7", + "multisafepay/magento2-core": "^3.8", "magento/framework": "^102.0|^103.0", "magento/module-backend": "^101.0|^102.0", "magento/module-config": "^101.0",