Skip to content

Commit

Permalink
PLGMAG2V2-713: Prepare 3.3.0 release (#93)
Browse files Browse the repository at this point in the history
* PLGMAG2V2-713: Prepare 3.3.0 release

* Update CHANGELOG.md
  • Loading branch information
vinodsowdagar committed Nov 30, 2023
1 parent 35050f5 commit 0188e40
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.3.0] - 2023-11-30
### Fixed
- PLGMAG2V2-705: Fixed a bug where the notification process would not finish due to an empty 'Auth' header in the POST webhook request
- PLGMAG2V2-708: Fixed Hyva React Checkout OutOfBoundsException when it is installed through app/code
- PLGMAG2V2-688: Fixed an issue where coupons would not be restored if the payment was canceled/declined
- PLGMAG2V2-711: Fixed an issue where it was not possible to do refunds for a generic gateway that requires the shopping cart

### Added
- DAVAMS-531: Added an advanced setting for adding a template ID to be used for payment components
- DAVAMS-676: Added preset gateway filters for Zinia
- DAVAMS-596: Added a setting to choose SVG icons instead PNG.

### Changed
- PLGMAG2V2-704: For E-invoicing, there will be no invoice e-mails sent from Magento, since E-invoicing handles invoice e-mails on the payment side

## [3.2.1] - 2023-10-16
### Fixed
- PLGMAG2V2-702: Fixed an issue where in some cases the wrong transaction_type would be used for some 'Direct' payment methods
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.2.1",
"version": "3.3.0",
"require": {
"multisafepay/magento2-core": "3.2.1",
"multisafepay/magento2-frontend": "2.2.0",
"multisafepay/magento2-adminhtml": "1.24.0",
"multisafepay/magento2-core": "3.3.0",
"multisafepay/magento2-frontend": "2.3.0",
"multisafepay/magento2-adminhtml": "1.25.0",
"multisafepay/magento2-catalog-inventory": "1.0.3",
"multisafepay/magento2-msi": "1.0.2"
},
Expand Down

0 comments on commit 0188e40

Please sign in to comment.