Skip to content

Commit cec152a

Browse files
committed
Update details for release version 4.6.4
1 parent 75f3047 commit cec152a

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

paypal-for-woocommerce.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: PayPal for WooCommerce
55
* Plugin URI: http://www.angelleye.com/product/paypal-for-woocommerce-plugin/
66
* Description: Easily add the PayPal Complete Payments Platform including PayPal Checkout, Pay Later, Venmo, Direct Credit Processing, and alternative payment methods like Apple Pay, Google Pay, and more! Also fully supports Braintree Payments.
7-
* Version: 4.6.3
7+
* Version: 4.6.4
88
* Author: Angell EYE
99
* Author URI: http://www.angelleye.com/
1010
* License: GNU General Public License v3.0
@@ -74,7 +74,7 @@ private function define_constants() {
7474
$constants = [
7575
'PAYPAL_FOR_WOOCOMMERCE_PLUGIN_DIR' => dirname(__FILE__),
7676
'PAYPAL_FOR_WOOCOMMERCE_ASSET_URL' => plugin_dir_url(__FILE__),
77-
'VERSION_PFW' => '4.6.3',
77+
'VERSION_PFW' => '4.6.4',
7878
'PAYPAL_FOR_WOOCOMMERCE_PLUGIN_FILE' => __FILE__,
7979
'PAYPAL_FOR_WOOCOMMERCE_BASENAME' => plugin_basename(__FILE__),
8080
'PAYPAL_FOR_WOOCOMMERCE_DIR_PATH' => untrailingslashit(plugin_dir_path(__FILE__)),

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
44
Tags: woocommerce, paypal, express checkout, payments pro, angelleye, payflow, dodirectpayment, apple pay, google play, braintree, payments advanced, rest, credit cards, credit card payments, payments, payment
55
Requires at least: 5.8
66
Tested up to: 6.8.2
7-
Stable tag: 4.6.3
7+
Stable tag: 4.6.4
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -127,6 +127,11 @@ Automatic updates should work great for you. As always, though, we recommend ba
127127

128128
== Changelog ==
129129

130+
= 4.6.4 - 03.08.2026
131+
* Fix - Prevents a fatal error during PPCP onboarding when the API response result is not returned as an array. ([PFW-1959](https://github.com/angelleye/paypal-woocommerce/pull/2128))
132+
* Fix - Handles a console error occurring in certain scenarios to prevent unnecessary browser warnings. ([PFW-1952](https://github.com/angelleye/paypal-woocommerce/pull/2123))
133+
* Enhancement - Adds BN code support and resolves the authorization flow for the PayPal Pro payment gateway. ([PFW-1960](https://github.com/angelleye/paypal-woocommerce/pull/2132))
134+
130135
= 4.6.3 - 09.11.2025
131136
* Fix - Resolves "invalid IP address" on some client token requests. ([PFW-1949](https://github.com/angelleye/paypal-woocommerce/pull/2121))
132137
* Fix - Resolves a PHP conflict in Braintree. ([PFW-1946](https://github.com/angelleye/paypal-woocommerce/pull/2119))

0 commit comments

Comments
 (0)