Skip to content

Commit

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

* Fix logo url in readme
  • Loading branch information
vinodsowdagar authored Jan 24, 2024
1 parent bacf3ff commit ff7890c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.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

## [2.3.1] - 2023-12-28
### Changed
- DAVAMS-700: Refactored in3 Direct to only make gender mandatory
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 (Frontend module)
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.1",
"version": "2.3.2",
"require": {
"multisafepay/magento2-core": "^3.3.1",
"multisafepay/magento2-adminhtml": "^1.25.1",
"multisafepay/magento2-core": "^3.3.2",
"multisafepay/magento2-adminhtml": "^1.25.2",
"magento/framework": "^102.0|^103.0",
"magento/module-checkout": "^100.0",
"magento/module-quote": "^101.0",
Expand Down

0 comments on commit ff7890c

Please sign in to comment.