Skip to content

Commit

Permalink
Prepare changes for the 3.3.2 release (#95)
Browse files Browse the repository at this point in the history
* Prepare changes for the 3.3.2 release

* Fix logo url in readme
  • Loading branch information
vinodsowdagar committed Jan 24, 2024
1 parent a800709 commit 1616e28
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.3.2] - 2024-01-24
### Changed
- PLGMAG2V2-718: Remove gateway codes from Edenred title
- PLGMAG2V2-716: Refresh API Token and component after expiry
- PLGMAG2V2-720: Only set order canceled on notification controller

## [3.3.1] - 2023-12-28
### Fixed
- PLGMAG2V2-715: Fixed an issue where pretransaction notifications would be processed for canceled orders
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://camo.githubusercontent.com/517483ae0eaba9884f397e9af1c4adc7bbc231575ac66cc54292e00400edcd10/68747470733a2f2f7777772e6d756c7469736166657061792e636f6d2f66696c6561646d696e2f74656d706c6174652f696d672f6d756c7469736166657061792d6c6f676f2d69636f6e2e737667" width="400px" position="center">
<img src="https://camo.githubusercontent.com/81fc6cfa9dd111f704e7e5eb0d0fd87b9096a942049377ed2295c6480f5cdf82/68747470733a2f2f7777772e6d756c7469736166657061792e636f6d2f66696c6561646d696e2f74656d706c6174652f696d672f6d756c7469736166657061792d6c6f676f2d69636f6e2e737667" width="400px" position="center">
</p>

# MultiSafepay plugin for Magento 2
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.1",
"version": "3.3.2",
"require": {
"multisafepay/magento2-core": "3.3.1",
"multisafepay/magento2-frontend": "2.3.1",
"multisafepay/magento2-adminhtml": "1.25.1",
"multisafepay/magento2-core": "3.3.2",
"multisafepay/magento2-frontend": "2.3.2",
"multisafepay/magento2-adminhtml": "1.25.2",
"multisafepay/magento2-catalog-inventory": "1.0.3",
"multisafepay/magento2-msi": "1.0.2"
},
Expand Down

0 comments on commit 1616e28

Please sign in to comment.