From a383e3d72a14c7fb25b17c2024894b430c5e2424 Mon Sep 17 00:00:00 2001 From: Vinod Sowdagar <53818758+Vinod-MultiSafepay@users.noreply.github.com> Date: Tue, 16 Feb 2021 18:18:02 +0100 Subject: [PATCH] Release/1.3.1 (#79) * Add changes to CHANGELOG.md * Add version to composer * Add GraphQL support text to README.md --- CHANGELOG.md | 2 ++ README.md | 3 +++ composer.json | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a557615..cbdb59d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 24a12c1..c4edb7a 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/composer.json b/composer.json index d2fbbb8..8691d07 100644 --- a/composer.json +++ b/composer.json @@ -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",