mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Bump 1.9.5 version
This commit is contained in:
parent
e347bd8416
commit
85109f82d2
5 changed files with 38 additions and 8 deletions
|
@ -1,5 +1,20 @@
|
|||
*** Changelog ***
|
||||
|
||||
= 1.9.5 - TBD =
|
||||
* Fix - Invalid tracking number in logs when adding tracking #903
|
||||
* Fix - Tracking on Connection tab always enabled #900
|
||||
* Fix - PUI payment instructions printed in the refund email #873
|
||||
* Fix - Fix `thankyou_order_received` filter usage #899
|
||||
* Enhancement - Add SCA payment indicator for credit card renewals #847
|
||||
* Enhancement - Rename plugin settings tabs #893
|
||||
* Enhancement - Hide order button via class #921
|
||||
* Enhancement - Tracking integration compatibility with Germanized plugin #883
|
||||
* Enhancement - Onboarding buttons must be clicked multiple times after using PUI checkbox #851
|
||||
* Enhancement - Ratepay payment instructions added to non Pay upon Invoice orders #892
|
||||
* Enhancement - During PayPal express checkout PUI js file is loaded #905
|
||||
* Enhancement - PayPal Transaction Key meta field not populated for PUI payments #897
|
||||
* Enhancement - Onboard with PUI Checkbox automatically set when shop is set to Germany #876
|
||||
|
||||
= 1.9.4 - 2022-10-11 =
|
||||
* Add - Create new connection tab #801
|
||||
* Add - Functionality to choose subscription failure behavior #728
|
||||
|
|
|
@ -745,7 +745,7 @@ return array(
|
|||
),
|
||||
'options' => array(
|
||||
'paypal' => __( 'PayPal', 'woocommerce-paypal-payments' ),
|
||||
'checkout' => __( 'Standard Payments', 'woocommerce-paypal-payments' ),
|
||||
'checkout' => __( 'Checkout', 'woocommerce-paypal-payments' ),
|
||||
'buynow' => __( 'PayPal Buy Now', 'woocommerce-paypal-payments' ),
|
||||
'pay' => __( 'Pay with PayPal', 'woocommerce-paypal-payments' ),
|
||||
),
|
||||
|
@ -1050,7 +1050,7 @@ return array(
|
|||
),
|
||||
'options' => array(
|
||||
'paypal' => __( 'PayPal', 'woocommerce-paypal-payments' ),
|
||||
'checkout' => __( 'Standard Payments', 'woocommerce-paypal-payments' ),
|
||||
'checkout' => __( 'Checkout', 'woocommerce-paypal-payments' ),
|
||||
'buynow' => __( 'PayPal Buy Now', 'woocommerce-paypal-payments' ),
|
||||
'pay' => __( 'Pay with PayPal', 'woocommerce-paypal-payments' ),
|
||||
),
|
||||
|
@ -1356,7 +1356,7 @@ return array(
|
|||
),
|
||||
'options' => array(
|
||||
'paypal' => __( 'PayPal', 'woocommerce-paypal-payments' ),
|
||||
'checkout' => __( 'Standard Payments', 'woocommerce-paypal-payments' ),
|
||||
'checkout' => __( 'Checkout', 'woocommerce-paypal-payments' ),
|
||||
'buynow' => __( 'PayPal Buy Now', 'woocommerce-paypal-payments' ),
|
||||
'pay' => __( 'Pay with PayPal', 'woocommerce-paypal-payments' ),
|
||||
),
|
||||
|
@ -1662,7 +1662,7 @@ return array(
|
|||
),
|
||||
'options' => array(
|
||||
'paypal' => __( 'PayPal', 'woocommerce-paypal-payments' ),
|
||||
'checkout' => __( 'Standard Payments', 'woocommerce-paypal-payments' ),
|
||||
'checkout' => __( 'Checkout', 'woocommerce-paypal-payments' ),
|
||||
'buynow' => __( 'PayPal Buy Now', 'woocommerce-paypal-payments' ),
|
||||
'pay' => __( 'Pay with PayPal', 'woocommerce-paypal-payments' ),
|
||||
),
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "woocommerce-paypal-payments",
|
||||
"version": "1.9.4",
|
||||
"version": "1.9.5",
|
||||
"description": "WooCommerce PayPal Payments",
|
||||
"repository": "https://github.com/woocommerce/woocommerce-paypal-payments",
|
||||
"license": "GPL-2.0",
|
||||
|
|
17
readme.txt
17
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.4
|
||||
Stable tag: 1.9.5
|
||||
License: GPLv2
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
||||
|
@ -81,6 +81,21 @@ Follow the steps below to connect the plugin to your PayPal account:
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.9.5
|
||||
* Fix - Invalid tracking number in logs when adding tracking #903
|
||||
* Fix - Tracking on Connection tab always enabled #900
|
||||
* Fix - PUI payment instructions printed in the refund email #873
|
||||
* Fix - Fix `thankyou_order_received` filter usage #899
|
||||
* Enhancement - Add SCA payment indicator for credit card renewals #847
|
||||
* Enhancement - Rename plugin settings tabs #893
|
||||
* Enhancement - Hide order button via class #921
|
||||
* Enhancement - Tracking integration compatibility with Germanized plugin #883
|
||||
* Enhancement - Onboarding buttons must be clicked multiple times after using PUI checkbox #851
|
||||
* Enhancement - Ratepay payment instructions added to non Pay upon Invoice orders #892
|
||||
* Enhancement - During PayPal express checkout PUI js file is loaded #905
|
||||
* Enhancement - PayPal Transaction Key meta field not populated for PUI payments #897
|
||||
* Enhancement - Onboard with PUI Checkbox automatically set when shop is set to Germany #876
|
||||
|
||||
= 1.9.4 =
|
||||
* Add - Create new connection tab #801
|
||||
* Add - Functionality to choose subscription failure behavior #728
|
||||
|
|
|
@ -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.4
|
||||
* Version: 1.9.5
|
||||
* 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.9
|
||||
* WC tested up to: 7.0
|
||||
* Text Domain: woocommerce-paypal-payments
|
||||
*
|
||||
* @package WooCommerce\PayPalCommerce
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue