Skip to content

Commit

Permalink
Updated details for v4.5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Oct 16, 2024
1 parent 9e38877 commit 41a030a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 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.19
* Version: 4.5.20
* 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.19',
'VERSION_PFW' => '4.5.20',
'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
11 changes: 9 additions & 2 deletions 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.19
Stable tag: 4.5.20
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 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))
* Fix - Modify the condition to check for the upsell functionality separately. ([PFW-1901](https://github.com/angelleye/paypal-woocommerce/pull/2090))
* Fix - Classic Payments Pro Credentials Encrypted. ([PFW-1903](https://github.com/angelleye/paypal-woocommerce/pull/2089))
* Fix - Revert Admin notice. ([PFW-1904](https://github.com/angelleye/paypal-woocommerce/pull/2088))

= 4.5.19 - 09.23.2024
* Fix - Encrypted values being passed into BT gateway settings request causing failure. ([PFW-1866](https://github.com/angelleye/paypal-woocommerce/pull/2085))
* Fix - Encrypted values being passed into BT gateway settings request causing failure. ([PFW-1906](https://github.com/angelleye/paypal-woocommerce/pull/2085))

* 4.5.18 - 09.20.2024
* Fix - is_front_page was called incorrectly. ([PFW-1889](https://github.com/angelleye/paypal-woocommerce/pull/2086))
Expand Down

0 comments on commit 41a030a

Please sign in to comment.