Skip to content

Commit

Permalink
Updated details for v4.5.21
Browse files Browse the repository at this point in the history
  • Loading branch information
nirmalrdesai committed Nov 25, 2024
1 parent 74848b4 commit 0d2b081
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions paypal-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: PayPal for WooCommerce
* Plugin URI: http://www.angelleye.com/product/paypal-for-woocommerce-plugin/
* 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.
* Version: 4.5.20
* Version: 4.5.21
* Author: Angell EYE
* Author URI: http://www.angelleye.com/
* License: GNU General Public License v3.0
Expand Down Expand Up @@ -72,7 +72,7 @@ private function define_constants() {
$constants = [
'PAYPAL_FOR_WOOCOMMERCE_PLUGIN_DIR' => dirname(__FILE__),
'PAYPAL_FOR_WOOCOMMERCE_ASSET_URL' => plugin_dir_url(__FILE__),
'VERSION_PFW' => '4.5.20',
'VERSION_PFW' => '4.5.21',
'PAYPAL_FOR_WOOCOMMERCE_PLUGIN_FILE' => __FILE__,
'PAYPAL_FOR_WOOCOMMERCE_BASENAME' => plugin_basename(__FILE__),
'PAYPAL_FOR_WOOCOMMERCE_DIR_PATH' => untrailingslashit(plugin_dir_path(__FILE__)),
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
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
Requires at least: 5.8
Tested up to: 6.6.2
Stable tag: 4.5.20
Stable tag: 4.5.21
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 4.5.21 - 11.25.2024
* Fix - Payment method specifies Credit Card or PayPal. ([PFW-1912](https://github.com/angelleye/paypal-woocommerce/pull/2094))
* Fix - Array offset access on null warning. ([PFW-1909](https://github.com/angelleye/paypal-woocommerce/pull/2095))

= 4.5.20 - 10.16.2024
* Feature - Upgrade CardFields from HostedFields. ([PFW-1873](https://github.com/angelleye/paypal-woocommerce/pull/2087))
* Fix - Added the migrated user flag to onboarding check API. ([PFW-1866](https://github.com/angelleye/paypal-woocommerce/pull/2091))
Expand Down

0 comments on commit 0d2b081

Please sign in to comment.