Skip to content

Commit

Permalink
Updates details for v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Nov 20, 2019
1 parent 13b9355 commit fd01dac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 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: 3.0.1
Tested up to: 5.2.4
Stable tag: 2.0.0
Tested up to: 5.3
Stable tag: 2.0.1
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 ==

= 2.0.1 - 11.20.2019 =
* Verification - WooCommerce 3.8 and WordPress 5.3 compatibility.

= 2.0.0 - 11.05.2019 =
* Feature - Adds new hooks for WooCommerce Event Manager Pro compatibility. ([PFWMA-69](https://github.com/angelleye/paypal-woocommerce/pull/23))
* Feature - Adds Express Checkout Parallel Payments. ([PFWMA-13](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/17)) ([PFWMA-66](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/20)) ([PFWMA-77](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/27)) ([PFWMA-78](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/28))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function __construct() {
if (defined('PFWMA_VERSION')) {
$this->version = PFWMA_VERSION;
} else {
$this->version = '2.0.0';
$this->version = '2.0.1';
}
$this->plugin_name = 'paypal-for-woocommerce-multi-account-management';
$this->load_dependencies();
Expand Down
6 changes: 3 additions & 3 deletions paypal-for-woocommerce-multi-account-management.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
* 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: 2.0.0
* Version: 2.0.1
* 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: 3.8
* Tested up to: 5.2.4
* Tested up to: 5.3
* WC requires at least: 3.0.0
* WC tested up to: 3.8.0
*/
Expand All @@ -29,7 +29,7 @@
die;
}

define('PFWMA_VERSION', '2.0.0');
define('PFWMA_VERSION', '2.0.1');

/**
* define plugin basename
Expand Down

0 comments on commit fd01dac

Please sign in to comment.