Skip to content

Commit

Permalink
Release of 3.4.0 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcivit authored Feb 16, 2024
1 parent 1616e28 commit bca49fd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.4.0] - 2024-02-16
### Added
-DAVAMS-716: Add Multibanco
-DAVAMS-724: Add MB WAY

### Fixed
- PLGMAG2V2-728: Add recurring data when customer_id is in additional info
- PLGMAG2V2-725: Fix broken gift card gateway ids
- PLGMAG2V2-727: Fix payment component sometimes not loading

### Removed
- PLGMAG2V2-726: Remove startSetup and endSetup commands from UpgradeData

## [3.3.2] - 2024-01-24
### Changed
- PLGMAG2V2-718: Remove gateway codes from Edenred title
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.3.2",
"version": "3.4.0",
"require": {
"multisafepay/magento2-core": "3.3.2",
"multisafepay/magento2-frontend": "2.3.2",
"multisafepay/magento2-adminhtml": "1.25.2",
"multisafepay/magento2-core": "3.4.0",
"multisafepay/magento2-frontend": "2.4.0",
"multisafepay/magento2-adminhtml": "1.26.0",
"multisafepay/magento2-catalog-inventory": "1.0.3",
"multisafepay/magento2-msi": "1.0.2"
},
Expand Down

0 comments on commit bca49fd

Please sign in to comment.