From 2b24247f9c9cff27b729a7d11d9d755e65db4ca7 Mon Sep 17 00:00:00 2001 From: Igor Goltsov Date: Wed, 1 Dec 2021 10:07:21 +0300 Subject: [PATCH 1/2] Add release notes for version 103.7.1 --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4ad65e..ce5dc71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. +## [103.7.1] - 2021-12-01 +### Fixed +- Fixed a race condition issue for Hosted Payment Form rendering +- Fixed an issue for Hosted Payment Form when payment form is rendered even if the payment session JS fails to load entirely + + ## [103.7.0] - 2021-10-19 ### Changed - Add support for the "Enforce Unique Order Reference" and "Enforce Unique Merchant Transaction Reference" gateway features diff --git a/composer.json b/composer.json index c0aa0ce..87e6f54 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Official Magento2 Plugin to integrate with MasterCard Payments", "type": "magento2-module", "license": "Apache-2.0", - "version": "103.7.0", + "version": "103.7.1", "require": { "magento/framework": "^104.0.0|^103.0.0|^102.0.0" }, From e0436fabe6ee3503e4ccb161749ac0b40c3bb7e0 Mon Sep 17 00:00:00 2001 From: Igor Goltsov Date: Tue, 29 Mar 2022 10:52:35 +0300 Subject: [PATCH 2/2] MPGS-666: Remove redundant content from README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 40bf9bf..8304aac 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,5 @@ The OnTap_MasterCard module implements the integration with the MasterCard Payment Gateway Services and makes the latter available as a payment method in Magento. -[![Quality Gate Status](http://sonarqube.extensions.ontap.cloud/api/project_badges/measure?project=mpgs_module-mastercard_AXZHYjTSYbrCcxJa7xyn&metric=alert_status)](http://sonarqube.extensions.ontap.cloud/dashboard?id=mpgs_module-mastercard_AXZHYjTSYbrCcxJa7xyn) -[![Security Rating](http://sonarqube.extensions.ontap.cloud/api/project_badges/measure?project=mpgs_module-mastercard_AXZHYjTSYbrCcxJa7xyn&metric=security_rating)](http://sonarqube.extensions.ontap.cloud/dashboard?id=mpgs_module-mastercard_AXZHYjTSYbrCcxJa7xyn) -[![Vulnerabilities](http://sonarqube.extensions.ontap.cloud/api/project_badges/measure?project=mpgs_module-mastercard_AXZHYjTSYbrCcxJa7xyn&metric=vulnerabilities)](http://sonarqube.extensions.ontap.cloud/dashboard?id=mpgs_module-mastercard_AXZHYjTSYbrCcxJa7xyn) - ## Feature Support Magento 2 Mastercard Payment Gateway Service module supports following list of features: @@ -22,4 +18,4 @@ Magento 2 Mastercard Payment Gateway Service module supports following list of f ## Documentation -The official documentation for this module is available on: [http://ontap.wiki/magento-mastercard-payment-gateway-services/](http://ontap.wiki/magento-mastercard-payment-gateway-services/) \ No newline at end of file +The official documentation for this module is available on: [http://ontap.wiki/magento-mastercard-payment-gateway-services/](http://ontap.wiki/magento-mastercard-payment-gateway-services/)