Skip to content

Commit

Permalink
Updates changelog, PFWMA-102
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Mar 27, 2020
1 parent e0d0e51 commit 4785ba1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ This plugin allows you to configure multiple accounts and provide rules for when

== Changelog ==

= 2.1.2 - 03.27.2020 =
* Tweak - Adjustment admin notice for dependency plugin. ([PFWMA-102](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/43))

= 2.1.1 - 01.31.2020 =
* Tweak - Adjustment to Currency Symbol with product amount in admin side. ([PFWMA-48](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/40))
* Tweak - GetPalDetails improvements. ([PFWMA-81](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/42))
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.1';
$this->version = '2.1.2';
}
$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,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: 2.1.1
* Version: 2.1.2
* Author: Angell EYE
* Author URI: http://www.angelleye.com/
* License: GPLv3 or later
Expand All @@ -22,14 +22,14 @@
* Requires at least: 5.0
* Tested up to: 5.3.2
* WC requires at least: 3.0.0
* WC tested up to: 3.9.1
* WC tested up to: 4.0.1
*/
// If this file is called directly, abort.
if (!defined('WPINC')) {
die;
}

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

/**
* define plugin basename
Expand Down

0 comments on commit 4785ba1

Please sign in to comment.