diff --git a/angelleye-updater.php b/angelleye-updater.php index 3b07f53..c1d2151 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.13 + * Version: 2.0.14 * 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.13'); +define('AU_PLUGIN_VERSION', '2.0.14'); /** * define plugin basename diff --git a/includes/class-angelleye-updater.php b/includes/class-angelleye-updater.php index 5a04d77..5d22655 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.13'; + $this->version = '2.0.14'; } $this->angelleye_plugin_more_info_page = array( 'paypal-ipn-for-wordpress-forwarder' => array( diff --git a/readme.txt b/readme.txt index f6024f0..448cfd0 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=9CQZZGGMF78VY Tags: angelleye, activation, extensions, updates Requires at least: 3.0.1 -Tested up to: 5.4.1 -Stable tag: 2.0.13 +Tested up to: 5.4.2 +Stable tag: 2.0.14 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.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)) + = 2.0.13 - 07.26.2020 = * Fix - Fixes Continuous Updater Notice and Performance Improvement, ([AEU-114](https://github.com/angelleye/angelleye-updater/pull/21))