Update 1.2.98

This commit is contained in:
ultimatemember
2015-05-18 14:12:50 +03:00
parent 722367a11c
commit 1c4ca1802c
28 changed files with 485 additions and 51 deletions
+11
View File
@@ -135,6 +135,17 @@
color: #888;
}
@media screen and (max-width:1124px){
.redux-sidebar .redux-group-tab-link-a i {
position: relative;
top: auto;
}
.redux-sidebar .redux-group-menu li a {
text-align: center;
padding: 6px !important;
}
}
.redux-sidebar .redux-menu-warning i, .redux-sidebar .redux-menu-error i, .redux-sidebar .hasSubSections .extraIconSubsections i {
top: 11px;
}
+1
View File
@@ -327,6 +327,7 @@ class UM_Admin_Users {
if ( $this->custom_role == $column_name ) {
delete_option( "um_cache_userdata_{$user_id}" );
um_fetch_user( $user_id );
return um_user('role_name');
+8 -1
View File
@@ -1,10 +1,17 @@
<?php
$premium['private-messages'] = array(
'url' => 'https://ultimatemember.com/extensions/private-messages/',
'image' => 'https://ultimatemember.com/wp-content/uploads/2015/05/privatemessages-01-copy.png',
'name' => 'Private Messages',
'desc' => 'Add a private messaging system to your site and allow users to privately message each other. Perfect for websites where users needly to interact one on one.',
);
$premium['followers'] = array(
'url' => 'https://ultimatemember.com/extensions/followers/',
'image' => 'https://ultimatemember.com/wp-content/uploads/2015/04/followers-01-copy.png',
'name' => 'Followers',
'desc' => ' With the followers extension you can increase user interaction on your site by allowing users to follow each other.',
'desc' => 'With the followers extension you can increase user interaction on your site by allowing users to follow each other.',
);
$premium['profile-completeness'] = array(