From e7a4522f8d34ed0a069d47bc6abb832f952a7aa6 Mon Sep 17 00:00:00 2001 From: dinamiko Date: Fri, 8 Jul 2022 10:53:35 +0200 Subject: [PATCH] Bump 1.9.1 version --- changelog.txt | 9 +++++++++ package.json | 2 +- readme.txt | 11 ++++++++++- woocommerce-paypal-payments.php | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 70909097d..72fd09378 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,14 @@ *** Changelog *** += 1.9.1 - TBD = +* Fix - ITEM_TOTAL_MISMATCH error when checking out with multiple products #721 +* Fix - Unable to purchase a product with Credit card button in pay for order page #718 +* Fix - Pay Later messaging only displayed when smart button is active on the same page #283 +* Fix - Pay Later messaging displayed for out of stock variable products or with no variation selected #667 +* Fix - Placeholders and card type detection not working for PayPal Card Processing (260) #685 +* Fix - PUI gateway is displayed with unsupported store currency #711 +* Enhancement - Missing PayPal fee in WC order details for PUI purchase #714 + = 1.9.0 - 2022-07-04 = * Add - New Feature - Pay Upon Invoice (Germany only) #608 * Fix - Order not approved: payment via vaulted PayPal account fails #677 diff --git a/package.json b/package.json index 541f35f98..f9b601973 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "woocommerce-paypal-payments", - "version": "1.9.0", + "version": "1.9.1", "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 63e9e8361..d1b6b3339 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.0 +Stable tag: 1.9.1 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -81,6 +81,15 @@ Follow the steps below to connect the plugin to your PayPal account: == Changelog == += 1.9.1 = +* Fix - ITEM_TOTAL_MISMATCH error when checking out with multiple products #721 +* Fix - Unable to purchase a product with Credit card button in pay for order page #718 +* Fix - Pay Later messaging only displayed when smart button is active on the same page #283 +* Fix - Pay Later messaging displayed for out of stock variable products or with no variation selected #667 +* Fix - Placeholders and card type detection not working for PayPal Card Processing (260) #685 +* Fix - PUI gateway is displayed with unsupported store currency #711 +* Enhancement - Missing PayPal fee in WC order details for PUI purchase #714 + = 1.9.0 = * Add - New Feature - Pay Upon Invoice (Germany only) #608 * Fix - Order not approved: payment via vaulted PayPal account fails #677 diff --git a/woocommerce-paypal-payments.php b/woocommerce-paypal-payments.php index 4aa932a36..38817fd03 100644 --- a/woocommerce-paypal-payments.php +++ b/woocommerce-paypal-payments.php @@ -3,7 +3,7 @@ * 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.0 + * Version: 1.9.1 * Author: WooCommerce * Author URI: https://woocommerce.com/ * License: GPL-2.0