Skip to content

Commit

Permalink
v1.1.1 and readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
ideadude committed Jul 16, 2018
1 parent 3ca37ea commit 8be7ba0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions includes/directory.php
Expand Up @@ -44,6 +44,7 @@ function pmpro_bp_bp_pre_user_query_construct( $query_array ) {

function pmpro_bp_bp_get_total_member_count($count) {
global $pmpro_bp_members_in_directory;

$count = count($pmpro_bp_members_in_directory);
return $count;
}
Expand Down
2 changes: 1 addition & 1 deletion pmpro-buddypress.php
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Paid Memberships Pro - BuddyPress Add On
Plugin URI: https://www.paidmembershipspro.com/add-ons/buddypress-integration
Description: Manage access to your BuddyPress Community using Paid Memberships Pro.
Version: 1.1
Version: 1.1.1
Author: Paid Memberships Pro
Author URI: https://www.paidmembershipspro.com
Text Domain: pmpro-buddypress
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Expand Up @@ -3,7 +3,7 @@ Contributors: strangerstudios, great-h-master
Tags: paid memberships pro, pmpro, buddypress
Requires at least: 4
Tested up to: 4.9.7
Stable tag: 1.1
Stable tag: 1.1.1

Manage access to your BuddyPress Community using Paid Memberships Pro

Expand Down Expand Up @@ -98,6 +98,10 @@ This plugin also allows you to use the BuddyPress user registration process (in
3. **Group and Member Type Settings** - Add or Invite Members to Groups and Assign Member Types by Membership Level under Memberships > Edit Level.

== Changelog ==
= 1.1.1 =
* BUG FIX: Fixed issue where all users were hidden from the member directory even if you weren't trying to lock down your directory.
* BUG FIX: Fixed issues with BuddyPress Profile Search and related plugins.
* BUG FIX: Changed how we are testing for PMPro and BuddyPress activation.

= 1.1 =
* BUG FIX: Fixed fatal errors when PMPro or BuddyPress isn't activated.
Expand Down

0 comments on commit 8be7ba0

Please sign in to comment.