Skip to content

Commit

Permalink
PLGMAG2V2-790: Prepare changes for the 3.8.0 release (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodsowdagar authored Aug 31, 2024
1 parent 05f27f4 commit 85a39d7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.8.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

## [3.7.1] - 2024-08-06
### Fixed
- PLGMAG2V2-753: Fixed an issue where a coupon could be decremented multiple times on multiple calls to the 'Cancel' controller
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 (Core module)
Expand Down
2 changes: 1 addition & 1 deletion Util/VersionUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function __construct(
*/
public function getPluginVersion(): string
{
return '3.7.1';
return '3.8.0';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "multisafepay/magento2-core",
"description": "MultiSafepay core module for Magento 2",
"version": "3.7.1",
"version": "3.8.0",
"require": {
"multisafepay/php-sdk": "^5.14",
"nyholm/psr7": "^1.4",
Expand Down

0 comments on commit 85a39d7

Please sign in to comment.