Skip to content

Commit

Permalink
Updates details for v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Jan 31, 2020
1 parent fd4758c commit 45e858a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
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
Requires at least: 5.0
Tested up to: 5.3.2
Stable tag: 2.1.0
Stable tag: 2.1.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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.1.0';
$this->version = '2.1.1';
}
$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,24 +12,24 @@
* 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.1.0
* Version: 2.1.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
* Requires at least: 5.0
* Tested up to: 5.3.2
* WC requires at least: 3.0.0
* WC tested up to: 3.8.1
* WC tested up to: 3.9.1
*/
// If this file is called directly, abort.
if (!defined('WPINC')) {
die;
}

define('PFWMA_VERSION', '2.1.0');
define('PFWMA_VERSION', '2.1.1');

/**
* define plugin basename
Expand Down

0 comments on commit 45e858a

Please sign in to comment.