Skip to content

Commit 0d2b081

Browse files
committed
Updated details for v4.5.21
1 parent 74848b4 commit 0d2b081

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-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.5.20
7+
* Version: 4.5.21
88
* Author: Angell EYE
99
* Author URI: http://www.angelleye.com/
1010
* License: GNU General Public License v3.0
@@ -72,7 +72,7 @@ private function define_constants() {
7272
$constants = [
7373
'PAYPAL_FOR_WOOCOMMERCE_PLUGIN_DIR' => dirname(__FILE__),
7474
'PAYPAL_FOR_WOOCOMMERCE_ASSET_URL' => plugin_dir_url(__FILE__),
75-
'VERSION_PFW' => '4.5.20',
75+
'VERSION_PFW' => '4.5.21',
7676
'PAYPAL_FOR_WOOCOMMERCE_PLUGIN_FILE' => __FILE__,
7777
'PAYPAL_FOR_WOOCOMMERCE_BASENAME' => plugin_basename(__FILE__),
7878
'PAYPAL_FOR_WOOCOMMERCE_DIR_PATH' => untrailingslashit(plugin_dir_path(__FILE__)),

readme.txt

Lines changed: 5 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.6.2
7-
Stable tag: 4.5.20
7+
Stable tag: 4.5.21
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

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

128128
== Changelog ==
129129

130+
= 4.5.21 - 11.25.2024
131+
* Fix - Payment method specifies Credit Card or PayPal. ([PFW-1912](https://github.com/angelleye/paypal-woocommerce/pull/2094))
132+
* Fix - Array offset access on null warning. ([PFW-1909](https://github.com/angelleye/paypal-woocommerce/pull/2095))
133+
130134
= 4.5.20 - 10.16.2024
131135
* Feature - Upgrade CardFields from HostedFields. ([PFW-1873](https://github.com/angelleye/paypal-woocommerce/pull/2087))
132136
* Fix - Added the migrated user flag to onboarding check API. ([PFW-1866](https://github.com/angelleye/paypal-woocommerce/pull/2091))

0 commit comments

Comments
 (0)