Version Description
Download this release
Release Info
Developer | supercleanse |
Plugin | Members |
Version | 3.0.8 |
Comparing to | |
See all releases |
Code changes from version 3.0.7 to 3.0.8
- admin/functions-settings.php +1 -1
- changelog.md +6 -0
- members.php +1 -1
- readme.txt +32 -15
admin/functions-settings.php
CHANGED
@@ -59,7 +59,7 @@ function members_register_default_settings_views( $manager ) {
|
|
59 |
*/
|
60 |
function members_is_settings_page() {
|
61 |
$screen = get_current_screen();
|
62 |
-
$prefix =
|
63 |
return is_object( $screen ) && ( $prefix . '_page_members-settings' === $screen->id || 'admin_page_members-settings' === $screen->id );
|
64 |
}
|
65 |
|
59 |
*/
|
60 |
function members_is_settings_page() {
|
61 |
$screen = get_current_screen();
|
62 |
+
$prefix = 'members';
|
63 |
return is_object( $screen ) && ( $prefix . '_page_members-settings' === $screen->id || 'admin_page_members-settings' === $screen->id );
|
64 |
}
|
65 |
|
changelog.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
# Change Log
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
## 3.0.7 - 2020-04-28
|
4 |
|
5 |
### Fixed
|
1 |
# Change Log
|
2 |
|
3 |
+
## 3.0.8 - 2020-04-28
|
4 |
+
|
5 |
+
### Fixed
|
6 |
+
|
7 |
+
- Settings page error
|
8 |
+
|
9 |
## 3.0.7 - 2020-04-28
|
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.8
|
7 |
* Author: MemberPress
|
8 |
* Author URI: https://memberpress.com
|
9 |
* Text Domain: members
|
readme.txt
CHANGED
@@ -1,34 +1,55 @@
|
|
1 |
-
=== Members -
|
2 |
|
3 |
Contributors: supercleanse
|
4 |
Donate link: https://memberpress.com/plugins/members
|
5 |
-
Tags: members, users, roles, capabilities, editor, security, access, permission
|
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 |
|
13 |
-
The
|
14 |
|
15 |
== Description ==
|
16 |
|
17 |
-
Members is a
|
18 |
|
19 |
-
|
20 |
|
21 |
### Plugin Features
|
22 |
|
23 |
* **Role Editor:** Allows you to edit, create, and delete roles as well as capabilities for these roles.
|
24 |
* **Multiple User Roles:** Give one, two, or even more roles to any user.
|
25 |
-
* **Explicitly Deny Capabilities:** Deny specific
|
26 |
* **Clone Roles:** Build a new role by cloning an existing role.
|
27 |
-
* **Content Permissions:**
|
28 |
* **Shortcodes:** Shortcodes to control who has access to content.
|
29 |
-
* **Widgets:**
|
30 |
* **Private Site:** You can make your site and its feed completely private if you want.
|
31 |
-
* **Plugin Integration:** Members is highly recommended by
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
|
33 |
For more info, visit the [Members plugin home page](https://memberpress.com/plugins/members/?utm_source=members_plugin&utm_medium=link&utm_campaign=readme&utm_content=learn_more).
|
34 |
|
@@ -37,7 +58,7 @@ For more info, visit the [Members plugin home page](https://memberpress.com/plug
|
|
37 |
The Members plugin is a massive project with 1,000s of lines of code to maintain. A major update can take weeks or months of work. We don’t make any money directly from this plugin while other, similar plugins charge substantial fees to even download them or get updates. Please consider helping the cause by:
|
38 |
|
39 |
* [Upgrading to MemberPress](https://memberpress.com/?utm_source=members_plugin&utm_medium=link&utm_campaign=readme&utm_content=memberpress_upgrade).
|
40 |
-
* [Rating the plugin](https://wordpress.org/support/
|
41 |
|
42 |
### Professional Support
|
43 |
|
@@ -99,10 +120,6 @@ You'll need to stop by our [support forums](https://memberpress.com/plugins/memb
|
|
99 |
4. Plugin settings screen
|
100 |
5. Select multiple roles per user (edit user screen)
|
101 |
|
102 |
-
== Upgrade Notice ==
|
103 |
-
|
104 |
-
If upgrading from a version prior to 2.0.0, please note that the plugin now requires PHP 5.3.0 or later.
|
105 |
-
|
106 |
== Changelog ==
|
107 |
|
108 |
The change log is located in the `changelog.md` file in the plugin folder. You may also [view the change log](https://github.com/caseproof/members/blob/master/changelog.md) online.
|
1 |
+
=== Members - Membership & User Role Editor Plugin ===
|
2 |
|
3 |
Contributors: supercleanse
|
4 |
Donate link: https://memberpress.com/plugins/members
|
5 |
+
Tags: members, memberships, users, roles, capabilities, editor, security, access, permission, protect, restrict content, blocks
|
6 |
Requires at least: 4.7
|
7 |
Tested up to: 5.4
|
8 |
Requires PHP: 5.6
|
9 |
+
Stable tag: 3.0.8
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
13 |
+
The best WordPress membership and user role editor plugin. User Roles & Capabilities editor helps you restrict content in just a few clicks.
|
14 |
|
15 |
== Description ==
|
16 |
|
17 |
+
Members is a roles and capabilities based WordPress membership plugin. It gives your users the ultimate member experience by giving you powerful tools to add roles and capabilities and assign them to your users.
|
18 |
|
19 |
+
Members allows you to set permissions to restrict content on your site by providing a simple user interface (UI) for WordPress' powerful roles and capabilities system, which has traditionally only been available to developers who know how to code this by hand.
|
20 |
|
21 |
### Plugin Features
|
22 |
|
23 |
* **Role Editor:** Allows you to edit, create, and delete roles as well as capabilities for these roles.
|
24 |
* **Multiple User Roles:** Give one, two, or even more roles to any user.
|
25 |
+
* **Explicitly Deny Capabilities:** Deny specific capabilities to specific user roles.
|
26 |
* **Clone Roles:** Build a new role by cloning an existing role.
|
27 |
+
* **Content Permissions / Restricted Content:** Protect content to determine which users (by role) have access to post content.
|
28 |
* **Shortcodes:** Shortcodes to control who has access to content.
|
29 |
+
* **Widgets:** A login form widget and users widget to show in your theme's sidebars.
|
30 |
* **Private Site:** You can make your site and its feed completely private if you want.
|
31 |
+
* **Plugin Integration:** Members is highly recommended by other WordPress developers. Many existing plugins integrate their custom roles and capabilities directly into it.
|
32 |
+
|
33 |
+
#### Seamless MemberPress Integration
|
34 |
+
|
35 |
+
If you're looking to build a business out of your membership site by creating paid memberships there's no better way than to [use MemberPress](https://memberpress.com/plugins/members/?utm_source=members_plugin&utm_medium=link&utm_campaign=readme&utm_content=integration_1). Members and [MemberPress](https://memberpress.com/plugins/members/?utm_source=members_plugin&utm_medium=link&utm_campaign=readme&utm_content=integration_2) work together to provide the ultimate member experience and will help you start and profit from your amazing WordPress membership sites!
|
36 |
+
|
37 |
+
#### All Add-ons are now included
|
38 |
+
|
39 |
+
Members now includes ALL of it's add-ons completely free of charge! Here are some of the awesome features they add to Members:
|
40 |
+
|
41 |
+
* **Block Permissions:** Allows site owners to hide or show blocks based on user logged-in status, user role, or capability.
|
42 |
+
* **Privacy Caps:** Creates additional capabilities for control over WordPress’ privacy and personal data features (GDPR).
|
43 |
+
* **Admin Access:** Allows site administrators to control which users have access to the WordPress admin via role.
|
44 |
+
* **Core Create Caps:** Adds the create_posts and create_pages caps to posts/pages to separate them from their edit_* counterparts, providing more flexible editing capabilities.
|
45 |
+
* **Categories and Tag Caps:** The Category and Tag Caps add-on creates custom capabilities for the core category and post tag taxonomies. This allows site owners to have precise control over who can manage, edit, delete, or assign categories/tags.
|
46 |
+
* **Role Levels:** Exposes the old user levels system, which fixes the WordPress author drop-down bug when users don’t have a role with one of the assigned levels.
|
47 |
+
* **Role Hierarchy:** Creates a hierarchical roles system.
|
48 |
+
* **ACF Integration:** Creates custom capabilities for the Advanced Custom Fields (ACF) plugin for managing with the Members plugin.
|
49 |
+
* **EDD Integration:** Integrates the Easy Digital Downloads plugin capabilities into the Members plugin's role manager.
|
50 |
+
* **GiveWP Integration:** Integrates the GiveWP and GiveWP Recurring Donations plugin capabilities into the Members plugin's role manager.
|
51 |
+
* **Meta Box Integration:** Integrates the Meta Box plugin capabilities into the Members plugin's role manager.
|
52 |
+
* **WooCommerce Integration:** Integrates the WooCommerce plugin capabilities into the Members plugin's role manager.
|
53 |
|
54 |
For more info, visit the [Members plugin home page](https://memberpress.com/plugins/members/?utm_source=members_plugin&utm_medium=link&utm_campaign=readme&utm_content=learn_more).
|
55 |
|
58 |
The Members plugin is a massive project with 1,000s of lines of code to maintain. A major update can take weeks or months of work. We don’t make any money directly from this plugin while other, similar plugins charge substantial fees to even download them or get updates. Please consider helping the cause by:
|
59 |
|
60 |
* [Upgrading to MemberPress](https://memberpress.com/?utm_source=members_plugin&utm_medium=link&utm_campaign=readme&utm_content=memberpress_upgrade).
|
61 |
+
* [Rating the plugin](https://wordpress.org/support/plugin/members/reviews/?filter=5#new-post).
|
62 |
|
63 |
### Professional Support
|
64 |
|
120 |
4. Plugin settings screen
|
121 |
5. Select multiple roles per user (edit user screen)
|
122 |
|
|
|
|
|
|
|
|
|
123 |
== Changelog ==
|
124 |
|
125 |
The change log is located in the `changelog.md` file in the plugin folder. You may also [view the change log](https://github.com/caseproof/members/blob/master/changelog.md) online.
|