Ultimate Member – User Profile & Membership Plugin - Version 1.3.64

Version Description

Download this release

Release Info

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

Code changes from version 1.3.63 to 1.3.64

Files changed (3) hide show
  1. core/um-actions-core.php +1 -1
  2. index.php +1 -1
  3. readme.txt +4 -1
core/um-actions-core.php CHANGED
@@ -17,7 +17,7 @@
17
  wp_die('Super administrators can not be modified.');
18
  }
19
 
20
- if ( isset( $_REQUEST['um_action'] ) && ! current_user_can( 'edit_users' ) ){
21
  wp_die( __( 'You do not have enough permissions to do that.','ultimatemember') );
22
  }
23
 
17
  wp_die('Super administrators can not be modified.');
18
  }
19
 
20
+ if ( isset( $_REQUEST['um_action'] ) && $_REQUEST['um_action'] != "edit" && ! current_user_can( 'edit_users' ) ){
21
  wp_die( __( 'You do not have enough permissions to do that.','ultimatemember') );
22
  }
23
 
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.63
7
  Author: Ultimate Member
8
  Author URI: http://ultimatemember.com/
9
  Text Domain: ultimatemember
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.64
7
  Author: Ultimate Member
8
  Author URI: http://ultimatemember.com/
9
  Text Domain: ultimatemember
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.5.3
9
 
10
- Stable Tag: 1.3.63
11
 
12
  License: GNU Version 2 or Any Later Version
13
 
@@ -149,6 +149,9 @@ The plugin works with popular caching plugins by automatically excluding Ultimat
149
 
150
  == Changelog ==
151
 
 
 
 
152
  = 1.3.63: June 28, 2016 =
153
  * Fixed: admin navigation
154
  * Fixed: profile access and redirection
7
  Requires at least: 4.1
8
  Tested up to: 4.5.3
9
 
10
+ Stable Tag: 1.3.64
11
 
12
  License: GNU Version 2 or Any Later Version
13
 
149
 
150
  == Changelog ==
151
 
152
+ = 1.3.64: June 29, 2016 =
153
+ * Fixed: edit profile permission
154
+
155
  = 1.3.63: June 28, 2016 =
156
  * Fixed: admin navigation
157
  * Fixed: profile access and redirection