Skip to content

Commit

Permalink
Prepare the release of version 3.3.1 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodsowdagar authored Dec 28, 2023
1 parent 0188e40 commit a800709
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.3.1] - 2023-12-28
### Fixed
- PLGMAG2V2-715: Fixed an issue where pretransaction notifications would be processed for canceled orders

### Changed
- DAVAMS-700: Refactored in3 Direct to only make gender mandatory
- PLGMAG2V2-714: POST notifications will now always be logged, instead of only when the verification fails
- PLGMAG2V2-709: The DataAssignObserver for Card payments will now return early whenever the payload is already defined

### Removed
- DAVAMS-708: Removed Santander Betaal Per Maand

## [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
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.0",
"version": "3.3.1",
"require": {
"multisafepay/magento2-core": "3.3.0",
"multisafepay/magento2-frontend": "2.3.0",
"multisafepay/magento2-adminhtml": "1.25.0",
"multisafepay/magento2-core": "3.3.1",
"multisafepay/magento2-frontend": "2.3.1",
"multisafepay/magento2-adminhtml": "1.25.1",
"multisafepay/magento2-catalog-inventory": "1.0.3",
"multisafepay/magento2-msi": "1.0.2"
},
Expand Down

0 comments on commit a800709

Please sign in to comment.