Skip to content

Commit

Permalink
Update changelogs & version for v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakmaurya committed Jun 29, 2020
1 parent cd11094 commit 63c67ba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 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: paypal, woocommerce, express checkout, micro payments, micro processing, micropayments, microprocessing
Requires at least: 5.0
Tested up to: 5.4.0
Stable tag: 3.0.0
Stable tag: 3.0.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 3.0.1 - 06.29.2020 =
* Tweak - Shipping & Tax amount in Owner Commission Calculation. ([PFWMA-146](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/60))
* Tweak - Delete the author rules when admin removes user from WordPress([PFWMA-142](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/59))
* Fix - Dokan payout compatibility issue resolved. ([PFWMA-149](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/58))

= 3.0.0 - 06.07.2020 =
* Feature - WC Vendors & Dokan Compatibility Added. ([PFWMA-125](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/55))
* Feature - Added Settings to Enable/Disable Auto Rule Creation for WC Vendors & Dokan. ([PFWMA-131](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/52))
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 = '3.0.0';
$this->version = '3.0.1';
}
$this->plugin_name = 'paypal-for-woocommerce-multi-account-management';
$this->load_dependencies();
Expand Down
4 changes: 2 additions & 2 deletions paypal-for-woocommerce-multi-account-management.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* 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: 3.0.0
* Version: 3.0.1
* Author: Angell EYE
* Author URI: http://www.angelleye.com/
* License: GPLv3 or later
Expand All @@ -29,7 +29,7 @@
die;
}

define('PFWMA_VERSION', '3.0.0');
define('PFWMA_VERSION', '3.0.1');

/**
* define plugin basename
Expand Down

0 comments on commit 63c67ba

Please sign in to comment.