Skip to content

Commit

Permalink
Updates details for v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Jun 28, 2024
1 parent 83fe6f1 commit 7c55cc1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: (angelleye)
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SG9SQU2GBXJNA
Tags: paypal, woocommerce, express checkout, micro payments, micro processing, micropayments, microprocessing
Requires at least: 5.0
Tested up to: 6.5.4
Stable tag: 4.0.1
Tested up to: 6.5.5
Stable tag: 4.0.2
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand All @@ -29,6 +29,9 @@ This plugin allows you to configure multiple accounts and provide rules for when

== Changelog ==

= 4.0.2 - 06.28.2024 =
* Fix - Resolves Shipping Address issue with DE country. ([PFWMA-311](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/121))

= 4.0.1 - 06.13.2024 =
* Feature - Adds vendor compatibility with PPCP. ([PFWMA-309](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/120))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function __construct() {
if (defined('PFWMA_VERSION')) {
$this->version = PFWMA_VERSION;
} else {
$this->version = '4.0.1';
$this->version = '4.0.2';
}
$this->plugin_name = 'paypal-for-woocommerce-multi-account-management';
$this->load_dependencies();
Expand Down
8 changes: 4 additions & 4 deletions paypal-for-woocommerce-multi-account-management.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@
* Plugin Name: PayPal for WooCommerce Multi-Account Management
* Plugin URI: https://www.angelleye.com/product/paypal-woocommerce-multi-account-management/
* Description: Send WooCommerce order payments to different PayPal accounts based on rules provided.
* Version: 4.0.1
* Version: 4.0.2
* Author: Angell EYE
* Author URI: http://www.angelleye.com/
* License: GPLv3 or later
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Text Domain: paypal-for-woocommerce-multi-account-management
* Domain Path: /languages
* Requires at least: 5.0
* Tested up to: 6.5.4
* Tested up to: 6.5.5
* Requires Plugins: woocommerce, paypal-for-woocommerce
* WC requires at least: 3.0.0
* WC tested up to: 8.9.3
* WC tested up to: 9.0.2
*/
// If this file is called directly, abort.
if (!defined('WPINC')) {
die;
}

define('PFWMA_VERSION', '4.0.1');
define('PFWMA_VERSION', '4.0.2');

/**
* define plugin basename
Expand Down

0 comments on commit 7c55cc1

Please sign in to comment.