Version Description
- Issue in user search functionality.
Download this release
Release Info
Developer | wpexpertsio |
Plugin | New User Approve |
Version | 1.8.9 |
Comparing to | |
See all releases |
Code changes from version 1.8.8 to 1.8.9
- includes/user-list.php +3 -2
- new-user-approve.php +1 -1
- readme.txt +4 -1
includes/user-list.php
CHANGED
@@ -215,10 +215,11 @@ class pw_new_user_approve_user_list {
|
|
215 |
|
216 |
if ( $this->selected_status() != null ) {
|
217 |
$filter = $this->selected_status();
|
218 |
-
|
219 |
|
220 |
if($filter == 'view_all'){
|
221 |
-
wp_redirect( $sendback );
|
|
|
222 |
}
|
223 |
$query->query_from .= " INNER JOIN {$wpdb->usermeta} ON ( {$wpdb->users}.ID = $wpdb->usermeta.user_id )";
|
224 |
|
215 |
|
216 |
if ( $this->selected_status() != null ) {
|
217 |
$filter = $this->selected_status();
|
218 |
+
//$sendback = admin_url( 'users.php' );
|
219 |
|
220 |
if($filter == 'view_all'){
|
221 |
+
//wp_redirect( $sendback );
|
222 |
+
return;
|
223 |
}
|
224 |
$query->query_from .= " INNER JOIN {$wpdb->usermeta} ON ( {$wpdb->users}.ID = $wpdb->usermeta.user_id )";
|
225 |
|
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.
|
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.9
|
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.7
|
7 |
-
Stable tag: 1.8.
|
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.8 =
|
97 |
* Freemius Library Updated.
|
98 |
* 'View all user' filter not working in users page.
|
4 |
Tags: users, registration, sign up, user management, login, user approval
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 5.7
|
7 |
+
Stable tag: 1.8.9
|
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.9 =
|
97 |
+
* Issue in user search functionality.
|
98 |
+
|
99 |
= 1.8.8 =
|
100 |
* Freemius Library Updated.
|
101 |
* 'View all user' filter not working in users page.
|