Skip to content

Commit

Permalink
Update Changelog & Version Number for v2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakmaurya committed Jul 26, 2020
1 parent 5b8a3fb commit feae67d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.12
* Version: 2.0.13
* Author: Angell EYE
* Author URI: http://www.angelleye.com/
* License: GNU General Public License v3.0
Expand All @@ -19,7 +19,7 @@
die;
}

define('AU_PLUGIN_VERSION', '2.0.12');
define('AU_PLUGIN_VERSION', '2.0.13');

/**
* define plugin basename
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.12';
$this->version = '2.0.13';
}
$this->angelleye_plugin_more_info_page = array(
'paypal-ipn-for-wordpress-forwarder' => array(
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
Stable tag: 2.0.12
Stable tag: 2.0.13
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.13 - 07.26.2020 =
* Fix - Fixes Continuous Updater Notice and Performance Improvement, ([AEU-114](https://github.com/angelleye/angelleye-updater/pull/21))

= 2.0.12 - 07.23.2020 =
* Feature - Adds PayPal for WooCommerce - Credit Card Split Payment to the updater system. ([AEU-110](https://github.com/angelleye/angelleye-updater/pull/19))
* Feature - Adds PayPal Invoicing for WordPress to the updater system. ([AEU-112](https://github.com/angelleye/angelleye-updater/pull/20))
Expand Down

0 comments on commit feae67d

Please sign in to comment.