Skip to content

Commit

Permalink
Release version 3.6.0 (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodsowdagar authored May 14, 2024
1 parent 7fb9f52 commit 09771aa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.6.0] - 2024-05-15
### Added
- DAVAMS-764: Add in3 B2B

### Fixed
- PLGMAG2V2-755: Fixed an issue where a type error can occur when retrieving the tax rate during transaction creation

## [3.5.1] - 2024-05-01
### Fixed
- PLGMAG2V2-738: Fixed orders stuck on pending after REST API Invoice creation
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.5.1';
return '3.6.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.5.1",
"version": "3.6.0",
"require": {
"multisafepay/php-sdk": "^5.13",
"nyholm/psr7": "^1.4",
Expand Down

0 comments on commit 09771aa

Please sign in to comment.