Skip to content

Commit

Permalink
PLGMAG2V2-737: Prepare changes for the 3.5.0 release (#97)
Browse files Browse the repository at this point in the history
* PLGMAG2V2-737: Prepare changes for the 3.5.0 release

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
vinodsowdagar committed Apr 3, 2024
1 parent 0949881 commit f4b5b31
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.5.0] - 2024-04-02
### Added
- PLGMAG2V2-731: Added VVV Cadeaubon gateway
- DAVAMS-733: Added Pay After Delivery (BNPL_MF) gateway
- PLGMAG2V2-736: Added browser info to the transaction
- PLGMAG2V2-734: Added more integration tests for Magento Vault
- DAVAMS-745: Fixed template id and added merge value for payment component

### Fixed
- PLGMAG2V2-733: Make frontend messages translatable
- PLGMAG2V2-735: Fix an issue where wrong shipping cost is sent in OrderRequest when VAT is exempted during checkout

### Changed
- DAVAMS-756: Rebrand in3 B2C

## [3.4.0] - 2024-02-16
### Added
- DAVAMS-716: Add Multibanco
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.4.0",
"version": "3.5.0",
"require": {
"multisafepay/magento2-core": "3.4.0",
"multisafepay/magento2-frontend": "2.4.0",
"multisafepay/magento2-adminhtml": "1.26.0",
"multisafepay/magento2-core": "3.5.0",
"multisafepay/magento2-frontend": "2.5.0",
"multisafepay/magento2-adminhtml": "1.27.0",
"multisafepay/magento2-catalog-inventory": "1.0.3",
"multisafepay/magento2-msi": "1.0.2"
},
Expand Down

0 comments on commit f4b5b31

Please sign in to comment.