Skip to content

Commit

Permalink
PLGMAG2V2-790: Prepare changes for the 2.7.0 release (#286)
Browse files Browse the repository at this point in the history
* PLGMAG2V2-790: Prepare changes for the 3.8.0 release

* Update README.md
  • Loading branch information
vinodsowdagar authored Aug 31, 2024
1 parent 23fa3cf commit fdad179
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://camo.githubusercontent.com/81fc6cfa9dd111f704e7e5eb0d0fd87b9096a942049377ed2295c6480f5cdf82/68747470733a2f2f7777772e6d756c7469736166657061792e636f6d2f66696c6561646d696e2f74656d706c6174652f696d672f6d756c7469736166657061792d6c6f676f2d69636f6e2e737667" width="400px" position="center">
<img src="https://www.multisafepay.com/fileadmin/template/img/multisafepay-logo.svg" width="400px" position="center">
</p>

# MultiSafepay plugin for Magento 2 (Frontend module)
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit fdad179

Please sign in to comment.