Skip to content

Commit

Permalink
PLGMAG2V2-697: Release version 3.1.3 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodsowdagar authored Sep 5, 2023
1 parent c5a4a5c commit 9b75594
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.1.3] - 2023-09-04
### Added
- PLGMAG2V2-681: Added translations for title and placeholder HTML attributes

### Fixed
- PLGMAG2V2-691: Fixed an issue with Pay After Delivery Installments refunds
- PLGMAG2V2-696: Fixed an issue where notification requests would require a lot of time to process, in some cases causing a timeout

### Changed
- PLGMAG2V2-683: API tokens are now stored and retrieved through the cache
- PLGMAG2V2-680: Replaced var with let in validate API key button function

### Removed
- PLGMAG2V2-694: Removed class import dependency on Magento_Giftcardaccount for CustomTotalBuilder
- PLGMAG2V2-676: Removed unused getCheckButtonId() function

## [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
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.2",
"version": "3.1.3",
"require": {
"multisafepay/magento2-core": "3.1.2",
"multisafepay/magento2-frontend": "2.1.1",
"multisafepay/magento2-adminhtml": "1.23.2",
"multisafepay/magento2-core": "3.1.3",
"multisafepay/magento2-frontend": "2.1.2",
"multisafepay/magento2-adminhtml": "1.23.3",
"multisafepay/magento2-catalog-inventory": "1.0.3",
"multisafepay/magento2-msi": "1.0.2"
},
Expand Down

0 comments on commit 9b75594

Please sign in to comment.