New User Approve - Version 1.8.7

Version Description

  • Upgrade to pro menu fixed.
Download this release

Release Info

Developer wpexpertsio
Plugin Icon 128x128 New User Approve
Version 1.8.7
Comparing to
See all releases

Code changes from version 1.8.6 to 1.8.7

admin/templates/upgrade.php CHANGED
@@ -969,7 +969,7 @@ function buy_now(selected_plan_id, selected_billing_cycle, licenses) {
969
  // The logic here will be executed immediately after the purchase confirmation.
970
  // alert(response.user.email);
971
  var trial = response.purchase.trial_ends !== null,
972
- total = trial ? 0 : response.purchase.initial_amount.toString(),
973
  storeUrl = window.location.href,
974
  storeName = 'New User Approve';
975
 
969
  // The logic here will be executed immediately after the purchase confirmation.
970
  // alert(response.user.email);
971
  var trial = response.purchase.trial_ends !== null,
972
+ total = response.purchase.initial_amount.toString(),
973
  storeUrl = window.location.href,
974
  storeName = 'New User Approve';
975
 
new-user-approve.php CHANGED
@@ -5,7 +5,7 @@
5
  Plugin URI: http://newuserapprove.com/
6
  Description: Allow administrators to approve users once they register. Only approved users will be allowed to access the site. For support, please go to the <a href="http://wordpress.org/support/plugin/new-user-approve">support forums</a> on wordpress.org.
7
  Author: NewUserApprove
8
- Version: 1.8.6
9
  Author URI: https://newuserapprove.com/
10
  Text Domain: new-user-approve
11
  */
5
  Plugin URI: http://newuserapprove.com/
6
  Description: Allow administrators to approve users once they register. Only approved users will be allowed to access the site. For support, please go to the <a href="http://wordpress.org/support/plugin/new-user-approve">support forums</a> on wordpress.org.
7
  Author: NewUserApprove
8
+ Version: 1.8.7
9
  Author URI: https://newuserapprove.com/
10
  Text Domain: new-user-approve
11
  */
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://newuserapprove.com
4
  Tags: users, registration, sign up, user management, login, user approval
5
  Requires at least: 4.0
6
  Tested up to: 5.6.1
7
- Stable tag: 1.8.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -93,6 +93,9 @@ We are aware of a few issues with multisite
93
 
94
  == Changelog ==
95
 
 
 
 
96
  = 1.8.6 =
97
  * Code optimization.
98
 
4
  Tags: users, registration, sign up, user management, login, user approval
5
  Requires at least: 4.0
6
  Tested up to: 5.6.1
7
+ Stable tag: 1.8.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
93
 
94
  == Changelog ==
95
 
96
+ = 1.8.7 =
97
+ * Upgrade to pro menu fixed.
98
+
99
  = 1.8.6 =
100
  * Code optimization.
101