Skip to content

Commit

Permalink
Release/1.3.1 (#79)
Browse files Browse the repository at this point in the history
* Add changes to CHANGELOG.md

* Add version to composer

* Add GraphQL support text to README.md
  • Loading branch information
vinodsowdagar authored Feb 16, 2021
1 parent 7d101b1 commit a383e3d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.3.1] - 2021-02-16
### Fixed
- Alphabetically ordered the payment gateways in the 'Payment Gateways' tab and 'Default selected method' list

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ The new MultiSafepay Magento 2 plugin consists of several modules:
* [multisafepay-magento2-catalog-inventory](https://github.com/MultiSafepay/magento2-catalog-inventory) (Handles stock when MSI is disabled)
* [multisafepay-magento2](https://github.com/MultiSafepay/magento2) (Meta package which installs all the above)

For GraphQL support there is a separate module:
* [multisafepay-magento2-graphql](https://github.com/MultiSafepay/magento2-graphql) (Extends and adds GraphQL queries and mutations)

## Installation

This module can be installed via composer:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "multisafepay/magento2-adminhtml",
"description": "MultiSafepay module for Magento 2 (backend-only)",
"version": "1.3.0",
"version": "1.3.1",
"require": {
"multisafepay/magento2-core": "^2.2",
"magento/framework": "^101.0.1|^101.1|^102.0|^103.0",
Expand Down

0 comments on commit a383e3d

Please sign in to comment.