From faaa0a0b5a8e4ea8e5b1f9fcc4b386a4912006cf Mon Sep 17 00:00:00 2001 From: Deepak Maurya Date: Tue, 14 Jul 2020 00:34:24 +0530 Subject: [PATCH] Update changelog and version number for v2.0.2 --- angelleye-paypal-for-divi.php | 2 +- includes/class-angelleye-paypal-for-divi.php | 2 +- readme.txt | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/angelleye-paypal-for-divi.php b/angelleye-paypal-for-divi.php index 4637732..8133080 100644 --- a/angelleye-paypal-for-divi.php +++ b/angelleye-paypal-for-divi.php @@ -16,7 +16,7 @@ * Plugin Name: PayPal for Divi * Plugin URI: http://www.angelleye.com/product/divi-paypal-module-plugin/ * Description: Adds a PayPal Buy Now / Donate button module to the Divi theme by Elegant Themes. Quickly and easily create PayPal Buy Now and Donate buttons. - * Version: 2.0.1.4 + * Version: 2.0.2 * Author: Angell EYE * Author URI: http://www.angelleye.com/ * License: GNU General Public License v3.0 diff --git a/includes/class-angelleye-paypal-for-divi.php b/includes/class-angelleye-paypal-for-divi.php index b9308c8..4dac3ec 100644 --- a/includes/class-angelleye-paypal-for-divi.php +++ b/includes/class-angelleye-paypal-for-divi.php @@ -69,7 +69,7 @@ class Angelleye_Paypal_For_Divi { public function __construct() { $this->plugin_name = 'angelleye-paypal-for-divi'; - $this->version = '2.0.1.4'; + $this->version = '2.0.2'; $this->load_dependencies(); $this->set_locale(); diff --git a/readme.txt b/readme.txt index 5a4410c..70c32b9 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: angelleye Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=B85H6VLV9YGRA Tags: angelleye, paypal, divi, theme, elegant themes, payments, buy now, donate Requires at least: 3.8 -Tested up to: 5.3.2 -Stable tag: 2.0.1.4 +Tested up to: 5.4.2 +Stable tag: 2.0.2 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -97,6 +97,9 @@ Automatic updates should work great for you. As always, though, we recommend ba == Changelog == += 2.0.2 - 07.13.2020 = +* Tweak - WP Compatibility and Minor updates with Install Now Button ([PFD-31](https://github.com/angelleye/divi-paypal/pull/54)) + = 2.0.1.4 - 12.30.2019 = * Tweak - Adjustment to Updater plugin notice dismissible. ([PFD-30](https://github.com/angelleye/divi-paypal/pull/53))