Skip to content

Commit

Permalink
Update Changelog & Version Number for v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Oct 15, 2020
1 parent 9d2adb6 commit 2f53352
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 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 enable PayPal Express Checkout, PayPal Pro, PayPal Advanced, PayPal REST, and PayPal Braintree. Each option is available separately so you can enable them individually.
* Version: 2.4.2
* Version: 2.4.3
* Author: Angell EYE
* Author URI: http://www.angelleye.com/
* License: GNU General Public License v3.0
Expand All @@ -15,7 +15,7 @@
* Requires at least: 5.2
* Tested up to: 5.5.1
* WC requires at least: 3.0.0
* WC tested up to: 4.5.2
* WC tested up to: 4.6.0
*
*************
* Attribution
Expand All @@ -39,7 +39,7 @@
define('PAYPAL_FOR_WOOCOMMERCE_ASSET_URL', plugin_dir_url(__FILE__));
}
if (!defined('VERSION_PFW')) {
define('VERSION_PFW', '2.4.2');
define('VERSION_PFW', '2.4.3');
}
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.2
Tested up to: 5.5.1
Stable tag: 2.4.2
Stable tag: 2.4.3
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 ==

= 2.4.3 - 10.15.2020 =
* Verification - WooCommerce 4.6.0 compatibility.

= 2.4.2 - 10.12.2020 =
* Feature - Adds Trigger event for PayPal Smart button action. ([PFW-678](https://github.com/angelleye/paypal-woocommerce/pull/1503))
* Tweak - Enable PayPal Credit Messaging (BNPL) for all countries. ([PFW-699](https://github.com/angelleye/paypal-woocommerce/pull/1501))
Expand Down

0 comments on commit 2f53352

Please sign in to comment.