Skip to content

Commit

Permalink
Updated details for v4.4.31
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed May 13, 2024
1 parent 719a546 commit d93872e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
8 changes: 4 additions & 4 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.4.30
* Version: 4.4.31
* Author: Angell EYE
* Author URI: http://www.angelleye.com/
* License: GNU General Public License v3.0
Expand All @@ -13,10 +13,10 @@
* Domain Path: /i18n/languages/
* GitHub Plugin URI: https://github.com/angelleye/paypal-woocommerce
* Requires at least: 5.8
* Tested up to: 6.5
* Tested up to: 6.5.3
* Requires Plugins: woocommerce
* WC requires at least: 3.0.0
* WC tested up to: 8.7.0
* WC tested up to: 8.8.3
*
*************
* Attribution
Expand All @@ -41,7 +41,7 @@
define('PAYPAL_FOR_WOOCOMMERCE_ASSET_URL', plugin_dir_url(__FILE__));
}
if (!defined('VERSION_PFW')) {
define('VERSION_PFW', '4.4.30');
define('VERSION_PFW', '4.4.31');
}
if ( ! defined( 'PAYPAL_FOR_WOOCOMMERCE_PLUGIN_FILE' ) ) {
define( 'PAYPAL_FOR_WOOCOMMERCE_PLUGIN_FILE', __FILE__ );
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: angelleye, angelleyesupport, Umangvaghela
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SG9SQU2GBXJNA
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
Stable tag: 4.4.30
Tested up to: 6.5.3
Stable tag: 4.4.31
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 4.4.31 - 05.13.2024 =
* Feature - Adds hide/show pre order settings. ([PFW-1797](https://github.com/angelleye/paypal-woocommerce/pull/2040))
* Feature - Adds Requires Plugins as woocommerce. ([PFW-1794](https://github.com/angelleye/paypal-woocommerce/pull/2039))
* Feature - Adds WooCommerce Block compatibility on Cart and Checkout pages. ([PFW-635](https://github.com/angelleye/paypal-woocommerce/pull/2017))

= 4.4.30 - 04.29.2024 =
* Feature - Adds WooCommerce Pre-Orders compatibility. ([PFW-1477](https://github.com/angelleye/paypal-woocommerce/pull/2038))

Expand Down

0 comments on commit d93872e

Please sign in to comment.