Ultimate Member – User Profile & Membership Plugin - Version 1.0.86

Version Description

Download this release

Release Info

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

Code changes from version 1.0.85 to 1.0.86

core/um-builtin.php CHANGED
@@ -500,10 +500,10 @@ class UM_Builtin {
500
  ),
501
 
502
  'user_registered' => array(
503
- 'title' => __('Regisration Date','ultimatemember'),
504
  'metakey' => 'user_registered',
505
  'type' => 'text',
506
- 'label' => __('Regisration Date','ultimatemember'),
507
  'required' => 0,
508
  'public' => 1,
509
  'editable' => 1,
500
  ),
501
 
502
  'user_registered' => array(
503
+ 'title' => __('Registration Date','ultimatemember'),
504
  'metakey' => 'user_registered',
505
  'type' => 'text',
506
+ 'label' => __('Registration Date','ultimatemember'),
507
  'required' => 0,
508
  'public' => 1,
509
  'editable' => 1,
core/um-filters-members.php CHANGED
@@ -34,7 +34,7 @@
34
  global $ultimatemember;
35
  extract( $args );
36
 
37
- if ( !current_user_can('manage_options') ) {
38
 
39
  $query_args['meta_query'][] = array(
40
  'key' => 'account_status',
34
  global $ultimatemember;
35
  extract( $args );
36
 
37
+ if ( !um_user_can('can_edit_everyone') ) {
38
 
39
  $query_args['meta_query'][] = array(
40
  'key' => 'account_status',
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.0.85
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.0.86
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.1.1
9
 
10
- Stable Tag: 1.0.85
11
 
12
  License: GNU Version 2 or Any Later Version
13
 
@@ -47,9 +47,10 @@ Features of the plugin include:
47
  You can extend the power of Ultimate Member with one of our premium extensions:
48
 
49
  * [Social Login](https://ultimatemember.com/extensions/social-login/)
50
- * [MailChimp](https://ultimatemember.com/extensions/mailchimp/)
51
  * [bbPress](https://ultimatemember.com/extensions/bbpress/)
 
52
  * [myCRED](https://ultimatemember.com/extensions/mycred/)
 
53
 
54
  **Free Extensions**
55
 
@@ -202,6 +203,12 @@ The plugin works with popular caching plugins by automatically excluding Ultimat
202
 
203
  == Changelog ==
204
 
 
 
 
 
 
 
205
  = 1.0.85: March 14, 2015 =
206
 
207
  * New: added option to show user social links in profile header (optional)
7
  Requires at least: 4.1
8
  Tested up to: 4.1.1
9
 
10
+ Stable Tag: 1.0.86
11
 
12
  License: GNU Version 2 or Any Later Version
13
 
47
  You can extend the power of Ultimate Member with one of our premium extensions:
48
 
49
  * [Social Login](https://ultimatemember.com/extensions/social-login/)
 
50
  * [bbPress](https://ultimatemember.com/extensions/bbpress/)
51
+ * [MailChimp](https://ultimatemember.com/extensions/mailchimp/)
52
  * [myCRED](https://ultimatemember.com/extensions/mycred/)
53
+ * [Notices](https://ultimatemember.com/extensions/notices/)
54
 
55
  **Free Extensions**
56
 
203
 
204
  == Changelog ==
205
 
206
+ = 1.0.86: March 16, 2015 =
207
+
208
+ * Tweak: UM admins can see unapproved users on front-end members directory
209
+ * Fixed: few misspelling errors
210
+ * Fixed: bug with custom profile templates (showing blank) resolved
211
+
212
  = 1.0.85: March 14, 2015 =
213
 
214
  * New: added option to show user social links in profile header (optional)
templates/login.php CHANGED
@@ -8,13 +8,13 @@
8
 
9
  do_action("um_before_form", $args);
10
 
11
- do_action("um_before_{$template}_fields", $args);
12
 
13
- do_action("um_main_{$template}_fields", $args);
14
 
15
  do_action("um_after_form_fields", $args);
16
 
17
- do_action("um_after_{$template}_fields", $args);
18
 
19
  do_action("um_after_form", $args);
20
 
8
 
9
  do_action("um_before_form", $args);
10
 
11
+ do_action("um_before_{$mode}_fields", $args);
12
 
13
+ do_action("um_main_{$mode}_fields", $args);
14
 
15
  do_action("um_after_form_fields", $args);
16
 
17
+ do_action("um_after_{$mode}_fields", $args);
18
 
19
  do_action("um_after_form", $args);
20
 
templates/register.php CHANGED
@@ -8,13 +8,13 @@
8
 
9
  do_action("um_before_form", $args);
10
 
11
- do_action("um_before_{$template}_fields", $args);
12
 
13
- do_action("um_main_{$template}_fields", $args);
14
 
15
  do_action("um_after_form_fields", $args);
16
 
17
- do_action("um_after_{$template}_fields", $args);
18
 
19
  do_action("um_after_form", $args);
20
 
8
 
9
  do_action("um_before_form", $args);
10
 
11
+ do_action("um_before_{$mode}_fields", $args);
12
 
13
+ do_action("um_main_{$mode}_fields", $args);
14
 
15
  do_action("um_after_form_fields", $args);
16
 
17
+ do_action("um_after_{$mode}_fields", $args);
18
 
19
  do_action("um_after_form", $args);
20