Skip to content

Commit

Permalink
Release version 3.6.0 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodsowdagar committed May 14, 2024
1 parent a709448 commit 38db020
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

## [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
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "multisafepay/magento2",
"description": "MultiSafepay module suite for Magento 2",
"version": "3.5.1",
"version": "3.6.0",
"require": {
"multisafepay/magento2-core": "3.5.1",
"multisafepay/magento2-frontend": "2.5.1",
"multisafepay/magento2-adminhtml": "1.27.1",
"multisafepay/magento2-core": "3.6.0",
"multisafepay/magento2-frontend": "2.6.0",
"multisafepay/magento2-adminhtml": "1.28.0",
"multisafepay/magento2-catalog-inventory": "1.0.3",
"multisafepay/magento2-msi": "1.0.2"
},
Expand Down

0 comments on commit 38db020

Please sign in to comment.