Skip to content

Commit

Permalink
Prepare changes for the 3.1.2 release (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodsowdagar committed Jul 18, 2023
1 parent 28f7264 commit c5a4a5c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.1.2] - 2023-07-17
### Fixed
- PLGMAG2V2-682: Fixed an issue where Google Pay and Apple Pay were not redirecting to the payment page
- PLGMAG2V2-675: Fixed an issue where cron job sales_clean_orders failed when order contains no payment method
- PLGMAG2V2-679: Fixed an issue where the integration tests were reporting the wrong code coverage percentages

### Changed
- PLGMAG2V2-664: Refactored the CreateInvoice procedure.

### Removed
- PLGMAG2V2-669: Removed the setup_version from the module.xml
- PLGMAG2V2-674: Removed use of SecureHtmlRenderer to be backwards compatible with version 2.3

## [3.1.1] - 2023-06-13
### Added
- PLGMAG2V2-671: Added the functionality to add plugin data information for other enabled third party plugins, starting with Hyva React Checkout
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.1",
"version": "3.1.2",
"require": {
"multisafepay/magento2-core": "3.1.1",
"multisafepay/magento2-frontend": "2.1.0",
"multisafepay/magento2-adminhtml": "1.23.1",
"multisafepay/magento2-core": "3.1.2",
"multisafepay/magento2-frontend": "2.1.1",
"multisafepay/magento2-adminhtml": "1.23.2",
"multisafepay/magento2-catalog-inventory": "1.0.3",
"multisafepay/magento2-msi": "1.0.2"
},
Expand Down

0 comments on commit c5a4a5c

Please sign in to comment.