Skip to content

Commit

Permalink
Update Changelog & Version Number for v2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Nov 19, 2020
1 parent 0149f70 commit b300b27
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion angelleye-updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.15
* Version: 2.0.16
* Author: Angell EYE
* Author URI: http://www.angelleye.com/
* License: GNU General Public License v3.0
Expand Down
2 changes: 1 addition & 1 deletion includes/class-angelleye-updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function __construct($file) {
if (defined('AU_PLUGIN_VERSION')) {
$this->version = AU_PLUGIN_VERSION;
} else {
$this->version = '2.0.15';
$this->version = '2.0.16';
}
$this->angelleye_plugin_more_info_page = array(
'paypal-ipn-for-wordpress-forwarder' => array(
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
Stable tag: 2.0.15
Tested up to: 5.5.3
Stable tag: 2.0.16
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand All @@ -18,6 +18,9 @@ Activate your product licenses with Angell EYE to enable automatic updates throu

== Changelog ==

= 2.0.16 - 11.19.2020 =
* Fix - Resolves expiration notice dismiss issue, ([AEU-120](https://github.com/angelleye/angelleye-updater/pull/24))

= 2.0.15 - 09.30.2020 =
* Feature - Adds Revert to Previous Version (Rollback). ([AEU-115](https://github.com/angelleye/angelleye-activation/pull/23))

Expand Down

0 comments on commit b300b27

Please sign in to comment.