trust-payments-hosted-payment-pages-integration
Last commit date
Firebase
1 year ago
admin
1 year ago
assets
1 year ago
includes
1 year ago
templates
1 year ago
vendor
1 year ago
CHANGELOG.md
1 year ago
README.md
1 year ago
composer.json
1 year ago
composer.lock
1 year ago
constants.php
1 year ago
readme.txt
1 year ago
woocommerce-securetrading-gateway.php
1 year ago
CHANGELOG.md
97 lines
| 1 | WooCommerce Trust Payments Gateway - changelog |
| 2 | ====================================== |
| 3 | |
| 4 | == Changelog == |
| 5 | |
| 6 | version 1.1.4 |
| 7 | - Added compatibility for WooCommerce version v9.5.2 |
| 8 | - Added compatibility for Wordpress version v6.7.1 |
| 9 | - Added support for using newer STPP PHP JSON Library (https://github.com/SecureTrading/PHP-API4.0.1) |
| 10 | - Added support for PHP 8.2 |
| 11 | - Added additional feature support for Applepay |
| 12 | - Improvements to notification handling |
| 13 | - Added support for 3 decimal currencies |
| 14 | - Fixed issue with Trustpayments transaction data not shown in order screen for specific flow |
| 15 | |
| 16 | version 1.1.3 |
| 17 | - Fixed issue with Applepay not displaying in certain cases. |
| 18 | - Fixed issue with Pay for Order page not working with our payment methods. |
| 19 | - Added supported to WooCommerce plugin "All Products for Woo Subscriptions". |
| 20 | - Prevented JSINIT request from being submitted if the module is disabled. |
| 21 | - Added compatibility for WooCommerce version v9.1.2 |
| 22 | - Added compatibility for Wordpress version v6.5.5 |
| 23 | |
| 24 | version 1.1.2 |
| 25 | - Added Account 2 Account (Pay by bank) payment type to the checkout |
| 26 | - Fixed issue with payment options not correctly displaying for "Customer payment page" link |
| 27 | - Fixed PHP warnings |
| 28 | - Added compatibility for WooCommerce v8.5 and v8.6 |
| 29 | - Fixed issue with Apple Pay where the wallet verify would not dispay in certain cases |
| 30 | - Added locale support |
| 31 | |
| 32 | version 1.1.1 |
| 33 | - Fixed issue with notifications not being accepting with the hosted checkout flow |
| 34 | - Fixed issue with the API flow where the option wasn't visible to guest users |
| 35 | - Fixed issue with saved cards on the US platform |
| 36 | - Added compatibility for WordPress v6.4.1 |
| 37 | |
| 38 | version 1.1.0 |
| 39 | |
| 40 | - Added new checkout flow that utilises the JavaScript library |
| 41 | - Added recurring subscriptions using the WooCommerce subscription engine (for hosted checkout and API) |
| 42 | - Added Google Pay, Apple Pay and PayPal to the checkout |
| 43 | - Added URL notifications in order to improve order status updates |
| 44 | - Updated plugin to support the newest versions of WooCommerce and WordPress |
| 45 | - Added support for PHP 8.1 |
| 46 | - Users can now add a logo to their payment method within the plugin settings |
| 47 | - Fixed iframe redirect issue on hosted checkout which duplicated the page |
| 48 | - Added extra information in the order comments |
| 49 | - Fixed URL notification issue with MOTO transactions |
| 50 | - Updated the flow of saved cards of where now the user does not get redirected to make payment |
| 51 | - Added backwards compatibilty for previous versions |
| 52 | |
| 53 | version 1.0.7 |
| 54 | |
| 55 | - Resolved issue with incomplete payments showing as successful |
| 56 | - Declined notification now correctly shown when using a saved card |
| 57 | |
| 58 | version 1.0.6 |
| 59 | |
| 60 | - Fixed decline payments to correctly update order status to 'pending payment' |
| 61 | |
| 62 | version 1.0.5 |
| 63 | |
| 64 | - Fixed issue with saving card to customers account |
| 65 | |
| 66 | version 1.0.4 |
| 67 | |
| 68 | - Dont save card if walletsource=applepay/googlepay |
| 69 | - Add threedquery to accountcheck (saving your card on My account) |
| 70 | - Apdate saved card to use v3 JS library |
| 71 | |
| 72 | version 1.0.2 |
| 73 | |
| 74 | - ApplePay address override |
| 75 | - Sending notifications |
| 76 | - Fix: Saving your card in "Payment Method" flags invalid field |
| 77 | - Fix: Incorrect URL redirect |
| 78 | |
| 79 | version 1.0.1 |
| 80 | |
| 81 | - Fix: can't save cards when iframe is enabled |
| 82 | - Fix: MOTO + iframe doesn't show success page |
| 83 | - Add address update when using saved card |
| 84 | |
| 85 | |
| 86 | version 1.0.0 |
| 87 | |
| 88 | - Integrate your Trust Payments account with the WooCommerce store. |
| 89 | - Allow customers to checkout using credit and debit cards. |
| 90 | - Support of Saved Card functionality, using Tokenisation for security. |
| 91 | - Allows admin to easily track the transaction history. |
| 92 | - Allows logged in customers to pay using credit/debit cards saved on their account. |
| 93 | - Allows logged in customers to manage their saved payment card(s) on the My Account page. |
| 94 | - Allows admin to perform payments from the WooCommerce admin interface (MOTO). |
| 95 | - PayPal, Apple Pay and Visa Checkout are supported. |
| 96 | - First release |
| 97 |