From d8dbe206d2cd7e55e58a604f7eb240db17c2b210 Mon Sep 17 00:00:00 2001 From: Daniel Dudzic Date: Thu, 31 Jul 2025 16:17:40 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Prepare=203.0.9-rc1=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.txt | 3 +++ package.json | 2 +- readme.txt | 5 ++++- woocommerce-paypal-payments.php | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index 6a44ae2af..c80a05d89 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ *** Changelog *** += 3.0.9 - XXXX-XX-XX = +* Fix - Payment via "Proceed to PayPal" may result in a redirect loop #3570 + = 3.0.8 - 2025-07-28 = * Enhancement - Migration from Legacy Settings to New Settings as opt-in via banner & button #3491 * Enhancement - Replace call to `billing-agreements/agreement-tokens` with checking the capabilities for Reference Transactions #3495 diff --git a/package.json b/package.json index 092b50055..5878f5671 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "woocommerce-paypal-payments", - "version": "3.0.8", + "version": "3.0.9", "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 7d005e851..8b06b14ef 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: woocommerce, paypal, payments, ecommerce, credit card Requires at least: 6.5 Tested up to: 6.8 Requires PHP: 7.4 -Stable tag: 3.0.8 +Stable tag: 3.0.9 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -156,6 +156,9 @@ If you encounter issues with the PayPal buttons not appearing after an update, p == Changelog == += 3.0.9 - XXXX-XX-XX = +* Fix - Payment via "Proceed to PayPal" may result in a redirect loop #3570 + = 3.0.8 - 2025-07-28 = * Enhancement - Migration from Legacy Settings to New Settings as opt-in via banner & button #3491 * Enhancement - Replace call to `billing-agreements/agreement-tokens` with checking the capabilities for Reference Transactions #3495 diff --git a/woocommerce-paypal-payments.php b/woocommerce-paypal-payments.php index d23173970..edc0afa40 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: 3.0.8 + * Version: 3.0.9 * Author: PayPal * Author URI: https://paypal.com/ * License: GPL-2.0 @@ -27,7 +27,7 @@ define( 'PAYPAL_API_URL', 'https://api-m.paypal.com' ); define( 'PAYPAL_URL', 'https://www.paypal.com' ); define( 'PAYPAL_SANDBOX_API_URL', 'https://api-m.sandbox.paypal.com' ); define( 'PAYPAL_SANDBOX_URL', 'https://www.sandbox.paypal.com' ); -define( 'PAYPAL_INTEGRATION_DATE', '2025-07-21' ); +define( 'PAYPAL_INTEGRATION_DATE', '2025-07-31' ); define( 'PPCP_PAYPAL_BN_CODE', 'Woo_PPCP' ); ! defined( 'CONNECT_WOO_CLIENT_ID' ) && define( 'CONNECT_WOO_CLIENT_ID', 'AcCAsWta_JTL__OfpjspNyH7c1GGHH332fLwonA5CwX4Y10mhybRZmHLA0GdRbwKwjQIhpDQy0pluX_P' );