Skip to content

Commit

Permalink
Updated details for v4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Jun 13, 2024
1 parent 2b2b6c2 commit 023143e
Show file tree
Hide file tree
Showing 2 changed files with 6 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.1
* Version: 4.5.2
* Author: Angell EYE
* Author URI: http://www.angelleye.com/
* License: GNU General Public License v3.0
Expand Down Expand Up @@ -38,7 +38,7 @@
define('PAYPAL_FOR_WOOCOMMERCE_ASSET_URL', plugin_dir_url(__FILE__));
}
if (!defined('VERSION_PFW')) {
define('VERSION_PFW', '4.5.1');
define('VERSION_PFW', '4.5.2');
}
if (!defined('PAYPAL_FOR_WOOCOMMERCE_PLUGIN_FILE')) {
define('PAYPAL_FOR_WOOCOMMERCE_PLUGIN_FILE', __FILE__);
Expand Down
5 changes: 4 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.5.4
Stable tag: 4.5.1
Stable tag: 4.5.2
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 4.5.2 - 06.13.2024
* Fix - Remove PFWMA condition for migration. ([PFW-1804](https://github.com/angelleye/paypal-woocommerce/pull/2049))

= 4.5.1 - 06.12.2024
* Fix - Resolved issue with migration wizard. ([PFW-1803](https://github.com/angelleye/paypal-woocommerce/pull/2048))

Expand Down

0 comments on commit 023143e

Please sign in to comment.