Skip to content

Commit

Permalink
Release of 2.4.0 (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcivit authored Feb 16, 2024
1 parent 55b8106 commit 5c614e0
Show file tree
Hide file tree
Showing 2 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.4.0] - 2024-02-16
### Added
- DAVAMS-716: Add Multibanco payment method
- DAVAMS-724: Add MB WAY payment method

### Fixed
- PLGMAG2V2-727: Fix payment component sometimes not loading

## [2.3.2] - 2024-01-24
### Changed
- PLGMAG2V2-718: Remove gateway codes from Edenred title
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "multisafepay/magento2-frontend",
"description": "MultiSafepay frontend module for Magento 2",
"version": "2.3.2",
"version": "2.4.0",
"require": {
"multisafepay/magento2-core": "^3.3.2",
"multisafepay/magento2-adminhtml": "^1.25.2",
"multisafepay/magento2-core": "^3.4.0",
"multisafepay/magento2-adminhtml": "^1.26.0",
"magento/framework": "^102.0|^103.0",
"magento/module-checkout": "^100.0",
"magento/module-quote": "^101.0",
Expand Down

0 comments on commit 5c614e0

Please sign in to comment.