Ultimate Member – User Profile & Membership Plugin - Version 1.3.15

Version Description

Download this release

Release Info

Developer ultimatemember
Plugin Icon 128x128 Ultimate Member – User Profile & Membership Plugin
Version 1.3.15
Comparing to
See all releases

Code changes from version 1.3.14 to 1.3.15

Files changed (3) hide show
  1. core/um-logout.php +2 -1
  2. index.php +1 -1
  3. readme.txt +5 -1
core/um-logout.php CHANGED
@@ -18,7 +18,8 @@ class UM_Logout {
18
  if ( is_user_logged_in() ) {
19
 
20
  if ( isset($_REQUEST['redirect_to']) && $_REQUEST['redirect_to'] !== '' ) {
21
- $redirect_to = $_REQUEST['redirect_to'];
 
22
  } else if ( um_user('after_logout') == 'redirect_home' ) {
23
  wp_logout();
24
  um_redirect_home();
18
  if ( is_user_logged_in() ) {
19
 
20
  if ( isset($_REQUEST['redirect_to']) && $_REQUEST['redirect_to'] !== '' ) {
21
+ wp_logout();
22
+ exit( wp_redirect( $_REQUEST['redirect_to'] ) );
23
  } else if ( um_user('after_logout') == 'redirect_home' ) {
24
  wp_logout();
25
  um_redirect_home();
index.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Ultimate Member
4
  Plugin URI: http://ultimatemember.com/
5
  Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
6
- Version: 1.3.14
7
  Author: Ultimate Member
8
  Author URI: http://ultimatemember.com/
9
  */
3
  Plugin Name: Ultimate Member
4
  Plugin URI: http://ultimatemember.com/
5
  Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
6
+ Version: 1.3.15
7
  Author: Ultimate Member
8
  Author URI: http://ultimatemember.com/
9
  */
readme.txt CHANGED
@@ -7,7 +7,7 @@ Tags: access control, author, authors, author profile, comments, community, comm
7
  Requires at least: 4.1
8
  Tested up to: 4.2.3
9
 
10
- Stable Tag: 1.3.14
11
 
12
  License: GNU Version 2 or Any Later Version
13
 
@@ -150,6 +150,10 @@ The plugin works with popular caching plugins by automatically excluding Ultimat
150
 
151
  == Changelog ==
152
 
 
 
 
 
153
  = 1.3.14: August 4, 2015 =
154
 
155
  * New: added last login date support
7
  Requires at least: 4.1
8
  Tested up to: 4.2.3
9
 
10
+ Stable Tag: 1.3.15
11
 
12
  License: GNU Version 2 or Any Later Version
13
 
150
 
151
  == Changelog ==
152
 
153
+ = 1.3.15: August 4, 2015 =
154
+
155
+ * Fixed: issue with logout from adminbar
156
+
157
  = 1.3.14: August 4, 2015 =
158
 
159
  * New: added last login date support