Skip to content

Commit

Permalink
Merge pull request #29 from mayur-vachchewar/genius-config
Browse files Browse the repository at this point in the history
PHP SDK version update
  • Loading branch information
securesubmit-buildmaster authored Oct 20, 2022
2 parents 3a61e8c + a04f3d9 commit 693ea0b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
},
"require": {
"globalpayments/php-sdk": "4.0.5",
"globalpayments/php-sdk": "6.0.0",
"psr/log": "^1.1"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion globalpayments-gateway-provider-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1
* Version: 1.4.2
* Requires PHP: 7.1
* WC tested up to: 6.6.0
* Author: Global Payments
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: globalpayments
Tags: woocommerce, woo, unified, commerce, platform, global, payments, heartland, payment, systems, tsys, genius, 3DS, gateway, token, tokenize, save cards
Requires at least: 5.4
Tested up to: 6.0.1
Stable tag: 1.2.4
Tested up to: 6.0.4
Stable tag: 1.4.2
License: MIT
License URI: https://github.com/globalpayments/globalpayments-woocommerce/blob/main/LICENSE

Expand Down Expand Up @@ -48,6 +48,9 @@ Access to our Unified Payments requires sandbox credentials which you can retrie

== Changelog ==

= 1.4.2 =
* Update PHP-SDK to v6.0.0

= 1.4.1 =
* Bug fix - fixed for payment failed issue (transIt)

Expand Down
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Plugin {
*
* @var string
*/
const VERSION = '1.4.1';
const VERSION = '1.4.2';

/**
* Init the package.
Expand Down

0 comments on commit 693ea0b

Please sign in to comment.