Version Description
Download this release
Release Info
Developer | caseproof |
Plugin | Members |
Version | 3.0.10 |
Comparing to | |
See all releases |
Code changes from version 3.0.9 to 3.0.10
- addons/members-acf-integration/src/Plugin.php +0 -0
- admin/class-user-edit.php +1 -0
- changelog.md +6 -0
- members.php +1 -1
- readme.txt +1 -1
addons/members-acf-integration/src/Plugin.php
CHANGED
File without changes
|
admin/class-user-edit.php
CHANGED
@@ -44,6 +44,7 @@ final class User_Edit {
|
|
44 |
|
45 |
// Only run our customization on the 'user-edit.php' page in the admin.
|
46 |
add_action( 'load-user-edit.php', array( $this, 'load_user_edit' ) );
|
|
|
47 |
}
|
48 |
|
49 |
/**
|
44 |
|
45 |
// Only run our customization on the 'user-edit.php' page in the admin.
|
46 |
add_action( 'load-user-edit.php', array( $this, 'load_user_edit' ) );
|
47 |
+
add_action( 'load-profile.php', array( $this, 'load_user_edit' ) );
|
48 |
}
|
49 |
|
50 |
/**
|
changelog.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
# Change Log
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
## 3.0.9 - 2020-06-22
|
4 |
|
5 |
### Fixed
|
1 |
# Change Log
|
2 |
|
3 |
+
## 3.0.10 - 2020-06-23
|
4 |
+
|
5 |
+
### Fixed
|
6 |
+
|
7 |
+
- Users who can promote should be able to assign roles to their own account.
|
8 |
+
|
9 |
## 3.0.9 - 2020-06-22
|
10 |
|
11 |
### Fixed
|
members.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Members
|
4 |
* Plugin URI: https://memberpress.com/plugins/members
|
5 |
* Description: A user and role management plugin that puts you in full control of your site's permissions. This plugin allows you to edit your roles and their capabilities, clone existing roles, assign multiple roles per user, block post content, or even make your site completely private.
|
6 |
-
* Version: 3.0.
|
7 |
* Author: MemberPress
|
8 |
* Author URI: https://memberpress.com
|
9 |
* Text Domain: members
|
3 |
* Plugin Name: Members
|
4 |
* Plugin URI: https://memberpress.com/plugins/members
|
5 |
* Description: A user and role management plugin that puts you in full control of your site's permissions. This plugin allows you to edit your roles and their capabilities, clone existing roles, assign multiple roles per user, block post content, or even make your site completely private.
|
6 |
+
* Version: 3.0.10
|
7 |
* Author: MemberPress
|
8 |
* Author URI: https://memberpress.com
|
9 |
* Text Domain: members
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Tags: members, memberships, users, roles, capabilities, editor, security, access
|
|
6 |
Requires at least: 4.7
|
7 |
Tested up to: 5.4
|
8 |
Requires PHP: 5.6
|
9 |
-
Stable tag: 3.0.
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
6 |
Requires at least: 4.7
|
7 |
Tested up to: 5.4
|
8 |
Requires PHP: 5.6
|
9 |
+
Stable tag: 3.0.10
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|