From e077ebef5eecfb0ae964c3d91d4aadae810f24aa Mon Sep 17 00:00:00 2001 From: apetrovici Date: Thu, 16 Sep 2021 19:00:13 +0300 Subject: [PATCH] TR-44: [WooCommerce]: verion bump --- globalpayments-gateway-provider-for-woocommerce.php | 2 +- readme.txt | 10 +++++++++- src/Plugin.php | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/globalpayments-gateway-provider-for-woocommerce.php b/globalpayments-gateway-provider-for-woocommerce.php index 723a633..26682c8 100644 --- a/globalpayments-gateway-provider-for-woocommerce.php +++ b/globalpayments-gateway-provider-for-woocommerce.php @@ -3,7 +3,7 @@ * Plugin Name: GlobalPayments WooCommerce * Plugin URI: https://github.com/globalpayments/globalpayments-woocommerce * Description: This extension allows WooCommerce to use the available Global Payments payment gateways. All card data is tokenized using the respective gateway's tokenization service. - * Version: 1.1.1 + * Version: 1.1.2 * Requires PHP: 5.5.9 * WC tested up to: 5.0.0 * Author: Global Payments diff --git a/readme.txt b/readme.txt index c5892c3..468fe85 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: globalpayments Tags: woocommerce, woo, unified, commerce, platform, global, payments, ucp, heartland, payment, systems, tsys, genius, 3DS, gateway, token, tokenize, save cards Requires at least: 5.4 Tested up to: 5.7 -Stable tag: 1.1.1 +Stable tag: 1.1.2 License: MIT License URI: https://github.com/globalpayments/globalpayments-woocommerce/blob/main/LICENSE @@ -45,6 +45,14 @@ Access to our Unified Commerce Platform (UCP) requires sandbox credentials which == Changelog == += 1.1.2 = +* UCP Bug fix - admin sandbox credentials error when live mode enabled +* UCP Bug fix - 3DS InitiateAuthentication order.shipping_address.state +* TransIT Bug fix - Generate transaction key when credentials updated +* UCP, Heartland, TransIT - Add logging +* Bug fix - 'Place order' button appears twice on checkout flow +* Update PHP-SDK to v2.3.12 + = 1.1.1 = * Added gateway credentials toggle for live/sandbox in admin gateway configuration * Added UCP dynamic headers for platform and extension diff --git a/src/Plugin.php b/src/Plugin.php index 6fb7979..c32e373 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -20,7 +20,7 @@ class Plugin { * * @var string */ - const VERSION = '1.1.1'; + const VERSION = '1.1.2'; /** * Init the package.