Skip to content

Commit

Permalink
Prepare changes for the release (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodsowdagar authored Aug 23, 2022
1 parent 4eb4602 commit be830b7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.18.0] - 2022-08-23
### Added
- Added the MyBank payment method
- Improved logging for failed POST notifications

### Fixed
- Fixed an issue where in some cases VISA transactions could not be refunded through the backend

## [2.17.0] - 2022-07-11
### Added
- Added a configuration option for overriding when to send the order confirmation e-mail for pay later methods
Expand Down
2 changes: 1 addition & 1 deletion Util/VersionUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function __construct(
*/
public function getPluginVersion(): string
{
return '2.19.0';
return '2.20.0';
}

/**
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "multisafepay/magento2-core",
"description": "MultiSafepay core module for Magento 2",
"version": "2.17.0",
"version": "2.18.0",
"require": {
"multisafepay/php-sdk": "^5.5",
"multisafepay/php-sdk": "^5.6",
"nyholm/psr7": "^1.4",
"psr/http-client": "^1.0",
"magento/framework": "^102.0|^103.0",
Expand Down

0 comments on commit be830b7

Please sign in to comment.