Version Description
If upgrading from a version prior to 2.0.0, please note that the plugin now requires PHP 5.3.0 or later.
Download this release
Release Info
Developer | caseproof |
Plugin | Members |
Version | 3.0.6 |
Comparing to | |
See all releases |
Code changes from version 3.0.5 to 3.0.6
addons/members-block-permissions/public/js/upsell.js
CHANGED
File without changes
|
addons/members-block-permissions/public/mix-manifest.json
CHANGED
File without changes
|
addons/members-block-permissions/resources/js/editor/filter-block-upsell.js
CHANGED
File without changes
|
admin/functions-settings.php
CHANGED
@@ -59,7 +59,8 @@ function members_register_default_settings_views( $manager ) {
|
|
59 |
*/
|
60 |
function members_is_settings_page() {
|
61 |
$screen = get_current_screen();
|
62 |
-
|
|
|
63 |
}
|
64 |
|
65 |
/**
|
59 |
*/
|
60 |
function members_is_settings_page() {
|
61 |
$screen = get_current_screen();
|
62 |
+
$prefix = sanitize_title( __( 'Members', 'members' ) );
|
63 |
+
return is_object( $screen ) && ( $prefix . '_page_members-settings' === $screen->id || 'admin_page_members-settings' === $screen->id );
|
64 |
}
|
65 |
|
66 |
/**
|
changelog.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
# Change Log
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
## [3.0.5] - 2020-04-24
|
4 |
|
5 |
### Fixed
|
1 |
# Change Log
|
2 |
|
3 |
+
## 3.0.6 - 2020-04-27
|
4 |
+
|
5 |
+
### Fixed
|
6 |
+
|
7 |
+
- Issue with settings page throwing error on non-English sites
|
8 |
+
|
9 |
## [3.0.5] - 2020-04-24
|
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.6
|
7 |
* Author: MemberPress
|
8 |
* Author URI: https://memberpress.com
|
9 |
* Text Domain: members
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ 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 |
|
6 |
Requires at least: 4.7
|
7 |
Tested up to: 5.4
|
8 |
Requires PHP: 5.6
|
9 |
+
Stable tag: 3.0.6
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|