trust-payments-hosted-payment-pages-integration
Last commit date
Firebase
5 months ago
admin
5 months ago
assets
5 months ago
i18n
5 months ago
includes
5 months ago
templates
5 months ago
vendor
5 months ago
CHANGELOG.md
5 months ago
README.md
5 months ago
composer.json
5 months ago
composer.lock
5 months ago
readme.txt
5 months ago
woocommerce-securetrading-gateway.php
5 months ago
CHANGELOG.md
135 lines
| 1 | WooCommerce Trust Payments Gateway - changelog |
| 2 | ====================================== |
| 3 | |
| 4 | == Changelog == |
| 5 | version 2.1.0 |
| 6 | - Tested compatibility with WooCommerce version 10.4.3 |
| 7 | - Enhanced card animation functionality for the API flow |
| 8 | - Implemented guest checkout support for Apple Pay payment method |
| 9 | - Introduced onPaymentValidity callback support to provide additional validation and prevent unnecessary order creation |
| 10 | - Added 'Supported Card Types' feature for Apple Pay, enabling merchants to restrict processing of either credit or debit cards |
| 11 | - Implemented compatibility for sites utilising the Bedrock framework |
| 12 | - Enhanced failover support for order updates, allowing both webhooks and callbacks to be processed and accepted |
| 13 | - Added decline notifications to the HPP flow to update order status and append order notes |
| 14 | - Optimised Order Payment page by implementing minified JavaScript files to improve performance |
| 15 | - Enhanced Apple Pay configuration to utilise onPaymentAuthorize feature for improved order creation flow management |
| 16 | - Refined styling on JavaScript payment input frames |
| 17 | - Updated credentials-on-file flagging to enable merchants to perform MIT (Merchant Initiated Transactions) |
| 18 | - Modified HPP flow to use shortcode functionality, allowing merchants to customise pages |
| 19 | - Improved error logging for enhanced reporting when issues occur |
| 20 | - Resolved issue where orders were not updated to 'Failed' status when a decline occurred |
| 21 | - Resolved issue where HPP configuration would take precedence over API configuration when both were enabled and attempting to utilise wallet functionality |
| 22 | - Resolved character encoding issue when performing MOTO payments using the API flow |
| 23 | - Resolved issue where Google Pay button would disappear when changing payment methods on the checkout page |
| 24 | - Removed redundant card-info.php file from plugin |
| 25 | |
| 26 | version 2.0.1 |
| 27 | - Fixed issue with Guest users performing payments when enforced account creation is enabled |
| 28 | - Added extra error messages to be returned on the checkout to improve customer experience. |
| 29 | |
| 30 | version 2.0.0 |
| 31 | - Added compatibility for WooCommerce version v9.7.1 |
| 32 | - Fixed security issue |
| 33 | - Fixed issue with Apple Pay not creating correct order in certain cases |
| 34 | - Updated Trust Payments Transaction data to now work with HPOS and WordPress legacy posts storage |
| 35 | - Fixed issue with the Enable Choice Page feature |
| 36 | - Fixed issue with Apple Pay allowing the DPAN to be saved to the customers account |
| 37 | - Changed logic to how the JavaScript and JWT is being initialised on the checkout |
| 38 | - Fixed issue with Pay by bank incorrectly updating the order status for virtual and non-virtual products |
| 39 | - Added links and extra text within the settings of the plugin |
| 40 | - Added Button Text, Button Radius, Button Style, Button Width and Height to Google Pay settings |
| 41 | - Added Button Type to Apple Pay settings |
| 42 | - Fixed issue on ST Transaction page loading too slow |
| 43 | - STJS controlled button takes precedence over the 'place order' button on the checkout for additional validation. |
| 44 | |
| 45 | version 1.1.4 |
| 46 | - Added compatibility for WooCommerce version v9.5.2 |
| 47 | - Added compatibility for Wordpress version v6.7.1 |
| 48 | - Added support for using newer STPP PHP JSON Library (https://github.com/SecureTrading/PHP-API4.0.1) |
| 49 | - Added support for PHP 8.2 |
| 50 | - Added additional feature support for Applepay |
| 51 | - Improvements to notification handling |
| 52 | - Added support for 3 decimal currencies |
| 53 | - Fixed issue with Trustpayments transaction data not shown in order screen for specific flow |
| 54 | |
| 55 | version 1.1.3 |
| 56 | - Fixed issue with Applepay not displaying in certain cases. |
| 57 | - Fixed issue with Pay for Order page not working with our payment methods. |
| 58 | - Added supported to WooCommerce plugin "All Products for Woo Subscriptions". |
| 59 | - Prevented JSINIT request from being submitted if the module is disabled. |
| 60 | - Added compatibility for WooCommerce version v9.1.2 |
| 61 | - Added compatibility for Wordpress version v6.5.5 |
| 62 | |
| 63 | version 1.1.2 |
| 64 | - Added Account 2 Account (Pay by bank) payment type to the checkout |
| 65 | - Fixed issue with payment options not correctly displaying for "Customer payment page" link |
| 66 | - Fixed PHP warnings |
| 67 | - Added compatibility for WooCommerce v8.5 and v8.6 |
| 68 | - Fixed issue with Apple Pay where the wallet verify would not dispay in certain cases |
| 69 | - Added locale support |
| 70 | |
| 71 | version 1.1.1 |
| 72 | - Fixed issue with notifications not being accepting with the hosted checkout flow |
| 73 | - Fixed issue with the API flow where the option wasn't visible to guest users |
| 74 | - Fixed issue with saved cards on the US platform |
| 75 | - Added compatibility for WordPress v6.4.1 |
| 76 | |
| 77 | version 1.1.0 |
| 78 | |
| 79 | - Added new checkout flow that utilises the JavaScript library |
| 80 | - Added recurring subscriptions using the WooCommerce subscription engine (for hosted checkout and API) |
| 81 | - Added Google Pay, Apple Pay and PayPal to the checkout |
| 82 | - Added URL notifications in order to improve order status updates |
| 83 | - Updated plugin to support the newest versions of WooCommerce and WordPress |
| 84 | - Added support for PHP 8.1 |
| 85 | - Users can now add a logo to their payment method within the plugin settings |
| 86 | - Fixed iframe redirect issue on hosted checkout which duplicated the page |
| 87 | - Added extra information in the order comments |
| 88 | - Fixed URL notification issue with MOTO transactions |
| 89 | - Updated the flow of saved cards of where now the user does not get redirected to make payment |
| 90 | - Added backwards compatibilty for previous versions |
| 91 | |
| 92 | version 1.0.7 |
| 93 | |
| 94 | - Resolved issue with incomplete payments showing as successful |
| 95 | - Declined notification now correctly shown when using a saved card |
| 96 | |
| 97 | version 1.0.6 |
| 98 | |
| 99 | - Fixed decline payments to correctly update order status to 'pending payment' |
| 100 | |
| 101 | version 1.0.5 |
| 102 | |
| 103 | - Fixed issue with saving card to customers account |
| 104 | |
| 105 | version 1.0.4 |
| 106 | |
| 107 | - Dont save card if walletsource=applepay/googlepay |
| 108 | - Add threedquery to accountcheck (saving your card on My account) |
| 109 | - Apdate saved card to use v3 JS library |
| 110 | |
| 111 | version 1.0.2 |
| 112 | |
| 113 | - ApplePay address override |
| 114 | - Sending notifications |
| 115 | - Fix: Saving your card in "Payment Method" flags invalid field |
| 116 | - Fix: Incorrect URL redirect |
| 117 | |
| 118 | version 1.0.1 |
| 119 | |
| 120 | - Fix: can't save cards when iframe is enabled |
| 121 | - Fix: MOTO + iframe doesn't show success page |
| 122 | - Add address update when using saved card |
| 123 | |
| 124 | |
| 125 | version 1.0.0 |
| 126 | |
| 127 | - Integrate your Trust Payments account with the WooCommerce store. |
| 128 | - Allow customers to checkout using credit and debit cards. |
| 129 | - Support of Saved Card functionality, using Tokenisation for security. |
| 130 | - Allows admin to easily track the transaction history. |
| 131 | - Allows logged in customers to pay using credit/debit cards saved on their account. |
| 132 | - Allows logged in customers to manage their saved payment card(s) on the My Account page. |
| 133 | - Allows admin to perform payments from the WooCommerce admin interface (MOTO). |
| 134 | - PayPal, Apple Pay and Visa Checkout are supported. |
| 135 | - First release |