diff --git a/changelog.txt b/changelog.txt index c6e693240..56b781d97 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,16 @@ *** Changelog *** += 1.9.3 - TBD = +* Fix - Transaction ID in order not updated when manually capturing authorized payment from WC #766 +* Fix - Failed form validation on Checkout page causing page to be sticky #781 +* Fix - Do not include full path in exception #779 +* Enhancement - Add links to docs & support in plugin #782 +* Enhancement - Put gateway sub-options into tabs #772 +* Enhancement - Show tabs only after onboarding #789 +* Enhancement - Add header on settings page #790 +* Enhancement - PUI add option for a phone number field next to the Birth Date field #742 +* Enhancement - PUI gateway availability on pay for order page with unsupported currency #744 + = 1.9.2 - 2022-08-09 = * Fix - Do not allow birth date older than 100 years for PUI. #743 * Fix - Store the customer id for vaulted payment method in usermeta to not lose vaulted methods after the invoice prefix change. #698 diff --git a/package.json b/package.json index edabc03b3..8e6dc1342 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "woocommerce-paypal-payments", - "version": "1.9.2", + "version": "1.9.3", "description": "WooCommerce PayPal Payments", "repository": "https://github.com/woocommerce/woocommerce-paypal-payments", "license": "GPL-2.0", diff --git a/readme.txt b/readme.txt index e3bf1233a..a98367b6f 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: woocommerce, paypal, payments, ecommerce, e-commerce, store, sales, sell, Requires at least: 5.3 Tested up to: 6.0 Requires PHP: 7.1 -Stable tag: 1.9.2 +Stable tag: 1.9.3 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -81,6 +81,17 @@ Follow the steps below to connect the plugin to your PayPal account: == Changelog == += 1.9.3 = +* Fix - Transaction ID in order not updated when manually capturing authorized payment from WC #766 +* Fix - Failed form validation on Checkout page causing page to be sticky #781 +* Fix - Do not include full path in exception #779 +* Enhancement - Add links to docs & support in plugin #782 +* Enhancement - Put gateway sub-options into tabs #772 +* Enhancement - Show tabs only after onboarding #789 +* Enhancement - Add header on settings page #790 +* Enhancement - PUI add option for a phone number field next to the Birth Date field #742 +* Enhancement - PUI gateway availability on pay for order page with unsupported currency #744 + = 1.9.2 = * Fix - Do not allow birth date older than 100 years for PUI. #743 * Fix - Store the customer id for vaulted payment method in usermeta to not lose vaulted methods after the invoice prefix change. #698 diff --git a/woocommerce-paypal-payments.php b/woocommerce-paypal-payments.php index c9b04e646..f5001cc92 100644 --- a/woocommerce-paypal-payments.php +++ b/woocommerce-paypal-payments.php @@ -3,13 +3,13 @@ * Plugin Name: WooCommerce PayPal Payments * Plugin URI: https://woocommerce.com/products/woocommerce-paypal-payments/ * Description: PayPal's latest complete payments processing solution. Accept PayPal, Pay Later, credit/debit cards, alternative digital wallets local payment types and bank accounts. Turn on only PayPal options or process a full suite of payment methods. Enable global transaction with extensive currency and country coverage. - * Version: 1.9.2 + * Version: 1.9.3 * Author: WooCommerce * Author URI: https://woocommerce.com/ * License: GPL-2.0 * Requires PHP: 7.1 * WC requires at least: 3.9 - * WC tested up to: 6.7 + * WC tested up to: 6.8 * Text Domain: woocommerce-paypal-payments * * @package WooCommerce\PayPalCommerce