Skip to content

Commit

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

* Fix grammar
  • Loading branch information
vinodsowdagar authored Oct 11, 2023
1 parent 9b75594 commit c3de8b0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.2.0] - 2023-10-11
### Added
- PLGMAG2V2-700: Added Edenred Consumption Voucher (EDENCONSUM)
- PLGMAG2V2-699: Added support for simple products that have custom options configured with no custom SKU
- DAVAMS-661: Added the Zinia payment method
- PLGMAG2V2-687: Added support for adjustment refunds

### Fixed
- PLGMAG2V2-690: Fixed direct payment methods doing redirect when direct is configured
- PLGMAG2V2-692: Fixed bundle product shopping cart refund

### Changed
- PLGMAG2V2-688: Changed notification delay to add Canceled, Void, Expired and Declined statuses
- PLGMIRAKL-58: Excluded custom total 'marketplace_shipping' from Mirakl since it will be added by the MultiSafepay Mirakl module instead
- DAVAMS-643: Refactored and improved the processing of payment component recurring tokens

## [3.1.3] - 2023-09-04
### Added
- PLGMAG2V2-681: Added translations for title and placeholder HTML attributes
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.1.3",
"version": "3.2.0",
"require": {
"multisafepay/magento2-core": "3.1.3",
"multisafepay/magento2-frontend": "2.1.2",
"multisafepay/magento2-adminhtml": "1.23.3",
"multisafepay/magento2-core": "3.2.0",
"multisafepay/magento2-frontend": "2.2.0",
"multisafepay/magento2-adminhtml": "1.24.0",
"multisafepay/magento2-catalog-inventory": "1.0.3",
"multisafepay/magento2-msi": "1.0.2"
},
Expand Down

0 comments on commit c3de8b0

Please sign in to comment.