From fe1b91da6040cbca9364e8e671ec726607d70946 Mon Sep 17 00:00:00 2001 From: kcppdevelopers Date: Wed, 30 Sep 2020 11:54:36 +0530 Subject: [PATCH] Update Changelog & Version Number for v2.0.15 --- angelleye-updater.php | 4 ++-- includes/class-angelleye-updater.php | 2 +- readme.txt | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/angelleye-updater.php b/angelleye-updater.php index c1d2151..fccc417 100644 --- a/angelleye-updater.php +++ b/angelleye-updater.php @@ -6,7 +6,7 @@ * Plugin Name: Angell EYE Updater * Plugin URI: http://www.angelleye.com/ * Description: Manage activations and updates for premium extensions to Angell EYE plugins. - * Version: 2.0.14 + * Version: 2.0.15 * Author: Angell EYE * Author URI: http://www.angelleye.com/ * License: GNU General Public License v3.0 @@ -19,7 +19,7 @@ die; } -define('AU_PLUGIN_VERSION', '2.0.14'); +define('AU_PLUGIN_VERSION', '2.0.15'); /** * define plugin basename diff --git a/includes/class-angelleye-updater.php b/includes/class-angelleye-updater.php index ab85023..c3eacb3 100644 --- a/includes/class-angelleye-updater.php +++ b/includes/class-angelleye-updater.php @@ -67,7 +67,7 @@ public function __construct($file) { if (defined('AU_PLUGIN_VERSION')) { $this->version = AU_PLUGIN_VERSION; } else { - $this->version = '2.0.14'; + $this->version = '2.0.15'; } $this->angelleye_plugin_more_info_page = array( 'paypal-ipn-for-wordpress-forwarder' => array( diff --git a/readme.txt b/readme.txt index 448cfd0..034476e 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i Tags: angelleye, activation, extensions, updates Requires at least: 3.0.1 Tested up to: 5.4.2 -Stable tag: 2.0.14 +Stable tag: 2.0.15 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -18,6 +18,9 @@ Activate your product licenses with Angell EYE to enable automatic updates throu == Changelog == += 2.0.15 - 09.30.2020 = +* Feature - Adds Revert to Previous Version (Rollback). ([AEU-115](https://github.com/angelleye/angelleye-activation/pull/23)) + = 2.0.14 - 08.08.2020 = * Update - Removed the PayPal Ratenzahlung and PayPal Security plugin Activation and Update option ([AEU-116](https://github.com/angelleye/angelleye-updater/pull/22))