diff --git a/CHANGELOG.md b/CHANGELOG.md index 47a436d..ea94dbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index e37fff9..6a952b2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- +
# MultiSafepay plugin for Magento 2 (Frontend module) diff --git a/composer.json b/composer.json index 61787d9..57b450c 100644 --- a/composer.json +++ b/composer.json @@ -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",