Skip to content

Commit

Permalink
Updated details for v4.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakmaurya committed Nov 23, 2023
1 parent 8b79195 commit 286e76e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 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 add the PayPal Commerce 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.4.6
* Version: 4.4.7
* 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.8
* Tested up to: 6.4
* WC requires at least: 3.0.0
* WC tested up to: 8.3.0
* WC tested up to: 8.3.1
*
*************
* Attribution
Expand All @@ -40,7 +40,7 @@
define('PAYPAL_FOR_WOOCOMMERCE_ASSET_URL', plugin_dir_url(__FILE__));
}
if (!defined('VERSION_PFW')) {
define('VERSION_PFW', '4.4.6');
define('VERSION_PFW', '4.4.7');
}
if ( ! defined( 'PAYPAL_FOR_WOOCOMMERCE_PLUGIN_FILE' ) ) {
define( 'PAYPAL_FOR_WOOCOMMERCE_PLUGIN_FILE', __FILE__ );
Expand Down
10 changes: 8 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.4
Stable tag: 4.4.6
Stable tag: 4.4.7
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 4.4.7 - 11.23.2023 =
* Tweak - Removed the order edit disable feature. ([PFW-1684](https://github.com/angelleye/paypal-woocommerce/pull/1972))
* Tweak - Resolved the Auth, Capture & Refund issues during order status change. ([PFW-1686](https://github.com/angelleye/paypal-woocommerce/pull/1971))
* Tweak - Added WooCommerce Fee support with Payment gateways. ([PFW-1683](https://github.com/angelleye/paypal-woocommerce/pull/1970))
* Feature - Add smart button support for product_page shortcode. ([PFW-1668](https://github.com/angelleye/paypal-woocommerce/pull/1969))

= 4.4.6 - 11.23.2023 =
* Fix - Fixed the translation function error in frontend. ([PFW-1685](https://github.com/angelleye/paypal-woocommerce/pull/1968))

= 4.4.5 - 11.22.2023 =
* Fix - Fixed the refund option display issue with Authorizated Captured orders. ([PFW-1681](https://github.com/angelleye/paypal-woocommerce/pull/1967))
* Fix - Fixed the refund option display issue with Authorized Captured orders. ([PFW-1681](https://github.com/angelleye/paypal-woocommerce/pull/1967))
* Fix - Resolved the Cartflow Upsells issue with PPCP. ([PFW-1679](https://github.com/angelleye/paypal-woocommerce/pull/1966))
* Fix - Fixed the credit card token setup function parameter issue. ([PFW-1682](https://github.com/angelleye/paypal-woocommerce/pull/1965))
* Tweak - Translation added for the create order error message. ([PFW-1598](https://github.com/angelleye/paypal-woocommerce/pull/1964))
Expand Down

0 comments on commit 286e76e

Please sign in to comment.