Skip to content

Commit

Permalink
PLGMAG2V2-756: release version 3.4.0 (#58)
Browse files Browse the repository at this point in the history
* PLGMAG2V2-756: release version 3.4.0

* Update CHANGELOG.md

* Update composer.json

* Update CHANGELOG.md

---------

Co-authored-by: Daniel Civit <[email protected]>
  • Loading branch information
vinodsowdagar and danielcivit committed May 17, 2024
1 parent ea14654 commit 87ed134
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.4.0] - 2024-05-16
### Added
- PLGMAG2V2-662: Add support for [Payment components](https://docs.multisafepay.com/docs/payment-components)

### Changed
- DAVAMS-700: Refactor in3

## [3.3.0] - 2023-04-13
### Added
- Add compatibility with ^3.0 version of core module and ^2.0 of frontend module
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "multisafepay/magento2-graphql",
"description": "MultiSafepay module for Magento 2 GraphQl support",
"version": "3.3.0",
"version": "3.4.0",
"require": {
"php": ">=7.1",
"multisafepay/magento2-core": "^2.21 | ^3.0",
"multisafepay/magento2-frontend": "^1.19 | ^2.0",
"multisafepay/magento2-adminhtml": "^1.22",
"php": ">=7.2",
"multisafepay/magento2-core": "^3.6",
"multisafepay/magento2-frontend": "^2.6",
"multisafepay/magento2-adminhtml": "^1.28",
"magento/framework": "103.0.*",
"magento/module-sales": "103.0.*",
"magento/module-payment": "100.4.*",
Expand Down

0 comments on commit 87ed134

Please sign in to comment.