Skip to content

Commit

Permalink
Release of 3.4.0 (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcivit authored Feb 16, 2024
1 parent a4dc639 commit be6d379
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

### Fixed
- PLGMAG2V2-728: Add recurring data when customer_id is in additional info
- PLGMAG2V2-725: Fix broken gift card gateway ids

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

## [3.3.2] - 2024-01-24
### Changed
- PLGMAG2V2-716: Refresh API Token and component after expiry
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.3.2';
return '3.4.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.3.2",
"version": "3.4.0",
"require": {
"multisafepay/php-sdk": "^5.12",
"nyholm/psr7": "^1.4",
Expand Down

0 comments on commit be6d379

Please sign in to comment.