Skip to content

Commit

Permalink
TR-44: [WooCommerce]: verion bump
Browse files Browse the repository at this point in the history
  • Loading branch information
apetrovici committed Sep 16, 2021
1 parent a984382 commit e077ebe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
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.1.1
* Version: 1.1.2
* Requires PHP: 5.5.9
* WC tested up to: 5.0.0
* Author: Global Payments
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Plugin {
*
* @var string
*/
const VERSION = '1.1.1';
const VERSION = '1.1.2';

/**
* Init the package.
Expand Down

0 comments on commit e077ebe

Please sign in to comment.