From ef4cda44cfc8cf17cb61518ba535b45c8869f708 Mon Sep 17 00:00:00 2001 From: SenthilKumar Date: Thu, 17 Feb 2022 11:25:46 +0530 Subject: [PATCH] Version number updated --- globalpayments-gateway-provider-for-woocommerce.php | 2 +- readme.txt | 6 +++--- src/Plugin.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/globalpayments-gateway-provider-for-woocommerce.php b/globalpayments-gateway-provider-for-woocommerce.php index 0eb0ed1..0438261 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.4 + * Version: 1.1.5 * Requires PHP: 5.5.9 * WC tested up to: 5.6.0 * Author: Global Payments diff --git a/readme.txt b/readme.txt index 9ad31f8..f0f5184 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: 6.0.0 -Stable tag: 1.1.4 +Stable tag: 1.1.5 License: MIT License URI: https://github.com/globalpayments/globalpayments-woocommerce/blob/main/LICENSE @@ -45,8 +45,8 @@ Access to our Unified Commerce Platform (UCP) requires sandbox credentials which == Changelog == -= 1.1.4 = -* Bug fix - Heartland gift card enable error += 1.1.5 = +* Bug fix - Heartland gift card error = 1.1.3 = * Added composer diff --git a/src/Plugin.php b/src/Plugin.php index c450c55..05d8391 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -18,7 +18,7 @@ class Plugin { * * @var string */ - const VERSION = '1.1.4'; + const VERSION = '1.1.5'; /** * Init the package.