Members - Version 3.2.2

Version Description

Download this release

Release Info

Developer cartpauj
Plugin Icon 128x128 Members
Version 3.2.2
Comparing to
See all releases

Code changes from version 3.2.1 to 3.2.2

Files changed (3) hide show
  1. admin/class-notifications.php +1 -1
  2. members.php +1 -1
  3. readme.txt +2 -2
admin/class-notifications.php CHANGED
@@ -411,7 +411,7 @@ class Notifications {
411
 
412
  $option = get_option( 'members_notifications' );
413
  $notifications = ! empty( $option['feed'] ) ? $option['feed'] : array();
414
- $active_notifications = $this->get()['active'];
415
 
416
  if ( ! empty( $active_notifications ) && count( $active_notifications ) > 0 ) {
417
  ob_start();
411
 
412
  $option = get_option( 'members_notifications' );
413
  $notifications = ! empty( $option['feed'] ) ? $option['feed'] : array();
414
+ $active_notifications = isset( $this->get()['active'] ) ? $this->get()['active'] : array();
415
 
416
  if ( ! empty( $active_notifications ) && count( $active_notifications ) > 0 ) {
417
  ob_start();
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.2.1
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.2.2
7
  * Author: MemberPress
8
  * Author URI: https://memberpress.com
9
  * Text Domain: members
readme.txt CHANGED
@@ -4,9 +4,9 @@ Contributors: supercleanse
4
  Donate link: https://memberpress.com/plugins/members
5
  Tags: memberpress, member-type, access-control, permissions, members-only, security, membership-plan, memberships, roles, capabilities, editor, users, security, access, permission, protect, restrict content, blocks
6
  Requires at least: 4.7
7
- Tested up to: 6.0
8
  Requires PHP: 5.6
9
- Stable tag: 3.2.1
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
4
  Donate link: https://memberpress.com/plugins/members
5
  Tags: memberpress, member-type, access-control, permissions, members-only, security, membership-plan, memberships, roles, capabilities, editor, users, security, access, permission, protect, restrict content, blocks
6
  Requires at least: 4.7
7
+ Tested up to: 6.0.3
8
  Requires PHP: 5.6
9
+ Stable tag: 3.2.2
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12