mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Bump 2.6.1-rc1 version
This commit is contained in:
parent
d011689773
commit
8efe8dfd6b
4 changed files with 34 additions and 6 deletions
|
@ -1,5 +1,19 @@
|
||||||
*** Changelog ***
|
*** Changelog ***
|
||||||
|
|
||||||
|
= 2.6.1 - xxxx-xx-xx =
|
||||||
|
* Fix - Payment tokens fixes and adjustments #2106
|
||||||
|
* Fix - Pay upon Invoice: Add input validation to Experience Context fields #2092
|
||||||
|
* Fix - Disable markup in get_plugin_data() returns to fix an issue with wptexturize() #2094
|
||||||
|
* Enhancement - Pay later messaging configurator improvements #2107
|
||||||
|
* Enhancement - Replace the middleware URL from connect.woocommerce.com to api.woocommerce.com/integrations #2130
|
||||||
|
* Enhancement - Remove all Sofort references as it has been deprecated #2124
|
||||||
|
* Enhancement - Improve funding source names #2118
|
||||||
|
* Enhancement - More fraud prevention capabilities by storing additional data in the order #2125
|
||||||
|
* Enhancement - Update ACDC currency eligibility for AMEX #2129
|
||||||
|
* Enhancement - Sync shipping options with Venmo when skipping final confirmation on Checkout #2108
|
||||||
|
* Enhancement - Card Fields: Add a filter for the CVC field and update the placeholder to match the label #2089
|
||||||
|
* Enhancement - Product Title: Sanitize before sending to PayPal #2090
|
||||||
|
|
||||||
= 2.6.0 - 2024-03-20 =
|
= 2.6.0 - 2024-03-20 =
|
||||||
* Fix - invoice_id not included in API call when creating payment with saved card #2086
|
* Fix - invoice_id not included in API call when creating payment with saved card #2086
|
||||||
* Fix - Typo in SCA indicators for ACDC Vault transactions #2083
|
* Fix - Typo in SCA indicators for ACDC Vault transactions #2083
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "woocommerce-paypal-payments",
|
"name": "woocommerce-paypal-payments",
|
||||||
"version": "2.6.0",
|
"version": "2.6.1",
|
||||||
"description": "WooCommerce PayPal Payments",
|
"description": "WooCommerce PayPal Payments",
|
||||||
"repository": "https://github.com/woocommerce/woocommerce-paypal-payments",
|
"repository": "https://github.com/woocommerce/woocommerce-paypal-payments",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
|
|
18
readme.txt
18
readme.txt
|
@ -2,9 +2,9 @@
|
||||||
Contributors: woocommerce, automattic, inpsyde
|
Contributors: woocommerce, automattic, inpsyde
|
||||||
Tags: woocommerce, paypal, payments, ecommerce, checkout, cart, pay later, apple pay, subscriptions, debit card, credit card, google pay
|
Tags: woocommerce, paypal, payments, ecommerce, checkout, cart, pay later, apple pay, subscriptions, debit card, credit card, google pay
|
||||||
Requires at least: 5.3
|
Requires at least: 5.3
|
||||||
Tested up to: 6.4
|
Tested up to: 6.5
|
||||||
Requires PHP: 7.2
|
Requires PHP: 7.2
|
||||||
Stable tag: 2.6.0
|
Stable tag: 2.6.1
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
|
@ -179,6 +179,20 @@ If you encounter issues with the PayPal buttons not appearing after an update, p
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 2.6.1 - xxxx-xx-xx =
|
||||||
|
* Fix - Payment tokens fixes and adjustments #2106
|
||||||
|
* Fix - Pay upon Invoice: Add input validation to Experience Context fields #2092
|
||||||
|
* Fix - Disable markup in get_plugin_data() returns to fix an issue with wptexturize() #2094
|
||||||
|
* Enhancement - Pay later messaging configurator improvements #2107
|
||||||
|
* Enhancement - Replace the middleware URL from connect.woocommerce.com to api.woocommerce.com/integrations #2130
|
||||||
|
* Enhancement - Remove all Sofort references as it has been deprecated #2124
|
||||||
|
* Enhancement - Improve funding source names #2118
|
||||||
|
* Enhancement - More fraud prevention capabilities by storing additional data in the order #2125
|
||||||
|
* Enhancement - Update ACDC currency eligibility for AMEX #2129
|
||||||
|
* Enhancement - Sync shipping options with Venmo when skipping final confirmation on Checkout #2108
|
||||||
|
* Enhancement - Card Fields: Add a filter for the CVC field and update the placeholder to match the label #2089
|
||||||
|
* Enhancement - Product Title: Sanitize before sending to PayPal #2090
|
||||||
|
|
||||||
= 2.6.0 - 2024-03-20 =
|
= 2.6.0 - 2024-03-20 =
|
||||||
* Fix - invoice_id not included in API call when creating payment with saved card #2086
|
* Fix - invoice_id not included in API call when creating payment with saved card #2086
|
||||||
* Fix - Typo in SCA indicators for ACDC Vault transactions #2083
|
* Fix - Typo in SCA indicators for ACDC Vault transactions #2083
|
||||||
|
|
|
@ -3,13 +3,13 @@
|
||||||
* Plugin Name: WooCommerce PayPal Payments
|
* Plugin Name: WooCommerce PayPal Payments
|
||||||
* Plugin URI: https://woocommerce.com/products/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.
|
* 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: 2.6.0
|
* Version: 2.6.1
|
||||||
* Author: WooCommerce
|
* Author: WooCommerce
|
||||||
* Author URI: https://woocommerce.com/
|
* Author URI: https://woocommerce.com/
|
||||||
* License: GPL-2.0
|
* License: GPL-2.0
|
||||||
* Requires PHP: 7.2
|
* Requires PHP: 7.2
|
||||||
* WC requires at least: 3.9
|
* WC requires at least: 3.9
|
||||||
* WC tested up to: 8.6
|
* WC tested up to: 8.7
|
||||||
* Text Domain: woocommerce-paypal-payments
|
* Text Domain: woocommerce-paypal-payments
|
||||||
*
|
*
|
||||||
* @package WooCommerce\PayPalCommerce
|
* @package WooCommerce\PayPalCommerce
|
||||||
|
@ -25,7 +25,7 @@ define( 'PAYPAL_API_URL', 'https://api-m.paypal.com' );
|
||||||
define( 'PAYPAL_URL', 'https://www.paypal.com' );
|
define( 'PAYPAL_URL', 'https://www.paypal.com' );
|
||||||
define( 'PAYPAL_SANDBOX_API_URL', 'https://api-m.sandbox.paypal.com' );
|
define( 'PAYPAL_SANDBOX_API_URL', 'https://api-m.sandbox.paypal.com' );
|
||||||
define( 'PAYPAL_SANDBOX_URL', 'https://www.sandbox.paypal.com' );
|
define( 'PAYPAL_SANDBOX_URL', 'https://www.sandbox.paypal.com' );
|
||||||
define( 'PAYPAL_INTEGRATION_DATE', '2024-03-12' );
|
define( 'PAYPAL_INTEGRATION_DATE', '2024-04-03' );
|
||||||
|
|
||||||
! defined( 'CONNECT_WOO_CLIENT_ID' ) && define( 'CONNECT_WOO_CLIENT_ID', 'AcCAsWta_JTL__OfpjspNyH7c1GGHH332fLwonA5CwX4Y10mhybRZmHLA0GdRbwKwjQIhpDQy0pluX_P' );
|
! defined( 'CONNECT_WOO_CLIENT_ID' ) && define( 'CONNECT_WOO_CLIENT_ID', 'AcCAsWta_JTL__OfpjspNyH7c1GGHH332fLwonA5CwX4Y10mhybRZmHLA0GdRbwKwjQIhpDQy0pluX_P' );
|
||||||
! defined( 'CONNECT_WOO_SANDBOX_CLIENT_ID' ) && define( 'CONNECT_WOO_SANDBOX_CLIENT_ID', 'AYmOHbt1VHg-OZ_oihPdzKEVbU3qg0qXonBcAztuzniQRaKE0w1Hr762cSFwd4n8wxOl-TCWohEa0XM_' );
|
! defined( 'CONNECT_WOO_SANDBOX_CLIENT_ID' ) && define( 'CONNECT_WOO_SANDBOX_CLIENT_ID', 'AYmOHbt1VHg-OZ_oihPdzKEVbU3qg0qXonBcAztuzniQRaKE0w1Hr762cSFwd4n8wxOl-TCWohEa0XM_' );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue