PluginProbe ʕ •ᴥ•ʔ
GlobalPayments Gateway Provider for WooCommerce / 1.15.2
GlobalPayments Gateway Provider for WooCommerce v1.15.2
1.20.2 1.20.1 1.19.3 1.19.2 1.19.1 1.19.0 1.18.4 1.18.3 trunk 1.0.0 1.0.0-b2 1.0.2 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.6 1.10.7 1.10.8 1.11.0 1.12.0 1.12.1 1.13.0 1.13.1 1.13.2 1.13.3 1.13.4 1.13.7 1.13.8 1.14.0 1.14.1 1.14.2 1.14.3 1.14.4 1.14.5 1.14.6 1.14.7 1.14.8 1.14.9 1.15.0 1.15.2 1.15.4 1.15.5 1.15.6 1.15.8 1.15.9 1.16.0 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.16.6 1.17.0 1.17.1 1.18.0 1.18.1 1.18.2 1.2.0 1.2.1 1.2.2 1.3.0 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.6.0 1.7.0 1.8.0 1.9.0 1.9.1 1.9.2 1.9.3 1.9.4 1.9.5
global-payments-woocommerce / readme.txt
global-payments-woocommerce Last commit date
assets 8 months ago includes 8 months ago languages 1 year ago resources 8 months ago src 8 months ago vendor 8 months ago LICENSE 2 years ago README.md 2 years ago composer.json 8 months ago composer.lock 8 months ago globalpayments-gateway-provider-for-woocommerce.php 8 months ago metadata.xml 8 months ago readme.txt 8 months ago webpack.config.js 1 year ago
readme.txt
302 lines
1 === GlobalPayments Gateway Provider for WooCommerce ===
2 Contributors: globalpayments
3 Tags: woocommerce, woo, commerce, payments, payments
4 Requires at least: 6.0
5 Tested up to: 6.8.2
6 Stable tag: trunk
7 License: MIT
8 License URI: https://github.com/globalpayments/globalpayments-woocommerce/blob/main/LICENSE
9
10 == Description ==
11 This extension allows WooCommerce to use the available Global Payments payment gateways. All card data is tokenized using the respective gateway's tokenization service.
12
13 = Features =
14 - Heartland Portico gateway
15 - TSYS Genius gateway
16 - TSYS TransIT gateway with TSEP
17 - Unified Payments
18 - Credit Cards
19 - Integrates with Woocommerce
20 - Sale transactions (automatic capture or separate capture action later)
21 - Refund transactions from a previous Sale
22 - Stored payment methods
23 - 3D Secure 2 & SCA
24 - Digital Wallets - Google Pay
25 - Digital Wallets - Apple Pay
26 - Digital Wallets - Click To Pay
27 - Payments over the phone
28 - Buy Now Pay Later - Affirm
29 - Buy Now Pay Later - Clearpay
30 - Buy Now Pay Later - Klarna
31 - Bank Payment
32 - PayPal
33
34 = Support =
35 For more information or questions, please email <a href="mailto:developers@globalpay.com">developers@globalpay.com </a>.
36
37 = Developer Docs =
38 Discover our developer portal powered by Heartland, a Global Payments Company (https://developer.heartlandpaymentsystems.com/) or our portal for companies located outside the US (https://developer.globalpay.com/).
39
40 == Installation ==
41 After you have installed and configured the main WooCommerce plugin use the following steps to install the GlobalPayments Gateway Provider for WooCommerce:
42 1. In your WordPress admin, go to Plugins > Add New and search for "GlobalPayments Gateway Provider for WooCommerce"
43 2. Click Install, once installed click Activate
44 3. Configure and Enable gateways in WooCommerce by adding your public and secret Api Keys
45
46 == Unified Payments Sandbox credentials ==
47 Access to our Unified Payments requires sandbox credentials which you can retrieve yourself via our <a href="https://developer.globalpay.com/" target="_blank">Developer Portal</a>:
48
49 1. First go to the Developer Portal.
50 2. Click on the person icon in the top-right corner and select Log In or Register.
51 3. Once registered, click on the person icon again and select Unified Payments Apps.
52 4. Click ‘Create a New App’. An app is a set of credentials used to access the API and generate access tokens.
53
54 == Changelog ==
55 = 1.15.2 (10/29/25) =
56 * Enhanced compatibility with PHP8.4
57
58 = 1.15.0 (10/28/25) =
59 * GPAPI gateway: Add HPP checkout option
60
61 = 1.14.9 (10/09/25) =
62 * Fixed bug causing transaction failures when using TransIT gateway
63
64 = 1.14.8 (10/02/25) =
65 * Fixed No COF flag in authorization message while card is being saved
66 * Fixed single card was being saved multiple times during checkout
67
68 = 1.14.7 (09/25/25) =
69 * GPAPI gateway: enhancements to Polish APM validations
70 * Fixed sandbox 3ds error issue
71 * fixed the plugin update issue
72
73 = 1.14.6 (09/18/25) =
74 * Gift card script is visible on checkout page issue
75 * Fixed - Payment fields not loading issue
76 * Fixed - Google Pay content issue, which was displaying HTML tags
77
78 = 1.14.5 (09/11/25) =
79 * Various security remediations
80
81 = 1.14.4 (09/09/25) =
82 * Google Pay misaligned button issue
83
84 = 1.14.3 (09/04/25) =
85 * Updates to order status handling for Blik transactions
86 * Minor corrections to file formatting
87
88 = 1.14.1 (08/26/25) =
89 * Enhanced functionality for determining optimal configuration for 3DS
90 * Fixed Admin Panel "Pay for Order" button display issue
91 * Minor labeling and description improvements
92 * GPAPI gateway: fixed admin-panel configuration screen display issue
93
94 = 1.14.0 (08/12/25) =
95 * Added DiUI-based APMs: Blik & Bank Select (Poland-only APMs)
96
97 = 1.13.8 (07/24/25) =
98 * Various security remediations
99 * Fixed HPS gift card display issue
100
101 = 1.13.7 (06/10/25) =
102 * Added account name mandetory with dropdown to select account
103 * GPAPI gateway: switched to Drop-in UI card fields
104 * Added PHP configuration checks
105
106 = 1.13.4 (05/01/25) =
107 * Fixed gateway settings display bug
108
109 = 1.13.3 (04/15/25) =
110 * Add support for admin panel refunds w/TSYS Genius gateway
111 * Added support for Spanish Translations
112
113 = 1.13.2 (03/27/25) =
114 * Minor WordPress marketplace enhancements
115
116 = 1.13.1 (03/27/25) =
117 * Add support for Spanish translations
118
119 = 1.13.0 (03/24/25) =
120 * Add subscriptions support for GP API gateway
121
122 = 1.12.1 (09/12/24) =
123 * Add the possibility to configure the Transaction Processing Account Name
124
125 = 1.12.0 (07/30/24) =
126 * Block checkout compatibility for Digital Wallets, Buy Now Pay Later, Bank Payment and PayPal
127
128 = 1.11.0 (07/16/24) =
129 * Block checkout compatibility for Unified Payments
130
131 = 1.10.7 (04/10/24) =
132 * Added Google Pay and Apple Pay compatible with the Heartland Portico gateway
133 * Added French Translation
134
135 = 1.10.6 (03/28/24) =
136 * Updated Hosted Fields JS Library version to 3.0.11
137
138 = 1.10.5 (03/19/24) =
139 * Fixed a bug where the TransIT gateway would not reverse the transaction if the AVS/CVN checks failed
140
141 = 1.10.4 (03/13/24) =
142 * Paypal
143
144 = 1.10.3 (02/20/24) =
145 * Open Banking
146
147 = 1.10.2 (01/10/24) =
148 * Bug Fix - Provider missing on initiated message for open banking
149
150 = 1.10.1 (12/05/23) =
151 * Hotfix for the 1.10.0 release
152
153 = 1.10.0 (12/05/23) =
154 * Open banking
155
156 = 1.9.5 (11/09/23) =
157 * Unified payments - High-Performance Order Storage (HPOS) compatibility
158
159 = 1.9.4 (10/10/23) =
160 * GooglePay - configurable Allowed Card Auth Methods
161 * Bug fix - Accepted cards field is not mandatory on Apple Pay config
162
163 = 1.9.3 (09/19/23) =
164 * Added the option to enable/disable the 3DS flow
165
166 = 1.9.2 (08/01/23) =
167 * Replaced OrderId function with OrderNumber function
168
169 = 1.9.1 (07/20/23) =
170 * Added the Card Holder Name in the Google Pay and Apple Pay requests
171
172 = 1.9.0 (07/06/23) =
173 * Unified Payments - Added Credential Check button
174 * Fixed a bug where the Card Number iframe would not be 100% expanded on Mozilla Firefox
175
176 = 1.8.0 (05/16/23) =
177 * Unified Payments - Added Click To Pay
178
179 = 1.7.0 (05/10/23) =
180 * Added GPI Transactions support
181
182 = 1.6.0 (04/11/23) =
183 * Unified Payments - Added Buy Now Pay Later (BNPL) - Affirm, Clearpay, Klarna
184
185 = 1.5.6 (03/30/23) =
186 * Unified Payments - fixed a bug where certain browser extensions would stop the 3DS Challenge process
187
188 = 1.5.5 (03/01/23) =
189 * Update to v6.1.5 of GP PHP SDK
190 * Genius MerchantWare bug fix - fixes service URL problem
191
192 = 1.5.4 (02/09/23) =
193 * Unified Payments bug fix - `Pay for Order` 3DS
194
195 = 1.5.3 (02/02/23) =
196 * Added GPI Transactions : Transaction API - added support for credit, ach & reporting transactions
197
198 = 1.5.2 (01/10/23) =
199 * Unified Payments improvement - 3ds notification endpoints work with defer mode
200 * Unified Payments improvement - `Pay for Order` button improved selector
201 * Hosted fields bug fix - checkout loading
202
203 = 1.5.1 (11/17/22) =
204 * Unified Payments - Added transaction descriptor
205 * Unified Payments settings - Increased `Merchant contact url` length
206 * Unified Payments bug fix - Added `Pay for Order` 3DS
207 * Unified Payments bug fix - `Pay for Order` amount
208
209 = 1.5.0 (10/26/22) =
210 * Unified Payments - remove 3DS1
211
212 = 1.4.2 (10/19/22) =
213 * Update PHP-SDK to v6.0.0
214
215 = 1.4.1 (08/24/22) =
216 * Bug fix - fixed for payment failed issue (transIt)
217
218 = 1.4.0 (08/23/22) =
219 * Unified Payments - added Card Holder Name for Hosted Fields
220 * Add Merchant Name option for the Google Pay gateway
221
222 = 1.3.0 (08/01/22) =
223 * Unified Payments - Added Admin Pay for Order (process payments over the phone)
224 * Added Admin option for Apple Pay button color
225 * Bug fix - Refund issue when create_refund is called programmatically
226 * Bug fix - Digital Wallets pay buttons on `Pay for Order`
227 * Update PHP-SDK to v4.0.4
228
229 = 1.2.2 (06/14/22) =
230 * Bug fix - 3DS/Digital Wallets amount not updated when a customer added/removed a coupon
231
232 = 1.2.1 (05/05/22) =
233 * Renamed Unified Commerce Platform (UCP) to Unified Payments
234 * Bug fix - Live mode toggle in Digital Wallets javascript
235 * Update PHP-SDK to v3.0.5
236
237 = 1.2.0 (04/14/22) =
238 * Added Digital Wallets - Google Pay
239 * Added Digital Wallets - Apple Pay
240
241 = 1.1.6 (03/03/22) =
242 * Split-tender - added functionality
243
244 = 1.1.5 (02/22/22) =
245 * Bug fix - Heartland gift card error
246
247 = 1.1.4 (02/15/22) =
248 * Add dependency for WC checkout frontend scripts.
249
250 = 1.1.3 (12/07/21) =
251 * Added composer
252 * Bug fix - globalpayments_gpapi-checkout_validated displayed although it should be hidden
253
254 = 1.1.2 (09/21/21) =
255 * UCP Bug fix - admin sandbox credentials error when live mode enabled
256 * UCP Bug fix - 3DS InitiateAuthentication order.shipping_address.state
257 * TransIT Bug fix - Generate transaction key when credentials updated
258 * UCP, Heartland, TransIT - Add logging
259 * Bug fix - 'Place order' button appears twice on checkout flow
260 * Update PHP-SDK to v2.3.12
261
262 = 1.1.1 (08/17/21) =
263 * Added gateway credentials toggle for live/sandbox in admin gateway configuration
264 * Added UCP dynamic headers for platform and extension
265 * Update PHP-SDK to v2.3.9
266
267 = 1.1.0 (07/29/21) =
268 * Renamed GP-API to Unified Commerce Platform (UCP)
269 * Added checkout environment indicator for test/sandbox
270 * Update PHP-SDK to v2.3.7
271 * Update UCP 3DS
272
273 = 1.0.3 (07/29/21) =
274 * Added AVS/CVV result based reversal conditions in admin and store.
275
276 = 1.0.2 (07/13/21) =
277 * Update PHP-SDK to v2.3.6
278 * Fix GP-API 3DS Challenge for Live Mode
279 * Fix GP-API Capture for Live Mode
280
281 = 1.0.1 (06/24/21) =
282 * Fix TransIT credential handling
283
284 = 1.0.0 (06/17/21) =
285 * Add GP-API instructions for sandbox credentials
286 * Handle new errors for card expiry_year
287 * Move Heartland hooks to gateway class
288 * Card saving admin note
289 * Validate refund amount
290 * Add missing invalid card icons
291
292 = 1.0.0-b.2 (05/20/21) =
293 * Fix toggleSubmitButton
294 * Fix 3DS events
295 * Remove Verify payment action
296 * Add filters for hosted fields styling
297 * Internet Explorer compatibility
298 * Update PHP-SDK version to 2.2.14
299
300 = 1.0.0-b.1 (04/09/21) =
301 * Initial release.
302