Skip to content

Commit

Permalink
Merge pull request #122 from MultiSafepay/release/1.9.0
Browse files Browse the repository at this point in the history
prepare release branches
  • Loading branch information
Stanislau-MultiSafepay authored Jun 17, 2021
2 parents f6c1e59 + dc858a4 commit 277b3bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.9.0] - 2021-06-17
- Added MultiSafepay Credit Card component support for credit card payment methods.

### Changed
- Moved setting pending_payment status from Redirect controller to Gateway Request Builder
- Changed the notification method from 'GET' to 'POST'
- Improved the logging for the notification actions

## [1.8.0] - 2021-06-03
### Fixed
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "multisafepay/magento2-frontend",
"description": "MultiSafepay module for Magento 2 (regular frontend)",
"version": "1.8.0",
"version": "1.9.0",
"require": {
"multisafepay/magento2-core": "^2.7",
"multisafepay/magento2-adminhtml": "^1.9",
"multisafepay/magento2-core": "^2.8",
"multisafepay/magento2-adminhtml": "^1.10",
"magento/framework": "^101.0.1|^101.1|^102.0|^103.0",
"magento/module-checkout": "^100.0",
"magento/module-quote": "^101.0",
Expand Down

0 comments on commit 277b3bb

Please sign in to comment.