Skip to content

Commit ba6e8c7

Browse files
PLGMAG2V2-790: Prepare changes for the 3.8.0 release (#103)
* PLGMAG2V2-790: Prepare changes for the 3.8.0 release * Update README.md
1 parent 74e42ac commit ba6e8c7

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [3.8.0] - 2024-08-30
5+
### Added
6+
- PLGMAG2V2-779: Added payment component for BNPL methods
7+
8+
### Changed
9+
- PLGMAG2V2-785: Upgraded payment icon for MultiSafepay method
10+
11+
### Removed
12+
- PLGMAG2V2-784: Removed issuers from iDEAL
13+
- PLGMAG2V2-706: Removed payment component Onload console.log
14+
415
## [3.7.1] - 2024-08-06
516
### Fixed
617
- PLGMAG2V2-753: Fixed an issue where a coupon could be decremented multiple times on multiple calls to the 'Cancel' controller

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://camo.githubusercontent.com/81fc6cfa9dd111f704e7e5eb0d0fd87b9096a942049377ed2295c6480f5cdf82/68747470733a2f2f7777772e6d756c7469736166657061792e636f6d2f66696c6561646d696e2f74656d706c6174652f696d672f6d756c7469736166657061792d6c6f676f2d69636f6e2e737667" width="400px" position="center">
2+
<img src="https://www.multisafepay.com/fileadmin/template/img/multisafepay-logo.svg" width="400px" position="center">
33
</p>
44

55
# MultiSafepay plugin for Magento 2

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "multisafepay/magento2",
33
"description": "MultiSafepay module suite for Magento 2",
4-
"version": "3.7.1",
4+
"version": "3.8.0",
55
"require": {
6-
"multisafepay/magento2-core": "3.7.1",
7-
"multisafepay/magento2-frontend": "2.6.2",
8-
"multisafepay/magento2-adminhtml": "1.29.0",
6+
"multisafepay/magento2-core": "3.8.0",
7+
"multisafepay/magento2-frontend": "2.7.0",
8+
"multisafepay/magento2-adminhtml": "1.30.0",
99
"multisafepay/magento2-catalog-inventory": "1.0.3",
1010
"multisafepay/magento2-msi": "1.0.2"
1111
},

0 commit comments

Comments
 (0)