- 1.1.1: Fixed newly added users missing from a site's BuddyPress member directory. The list of a site's users that the directory is limited to was cached with no expiry and never cleared, so on a site with a persistent object cache (such as LiteSpeed's) anyone added to the site after the list was first cached did not appear in the directory, the member count or the sitewide activity feed until the object cache was flushed. The list is now cleared whenever a user registers, is added to or removed from a site, or has their role on it changed, and expires after an hour as a backstop (filterable through lh_bmn_return_users_cache_expiry). The cache key has changed, so lists cached by earlier versions are ignored from this release on. Also fixed looking up another site's users, which switched to an undefined site ID and restored the site even when it had not switched, and the member count returning nothing instead of false when a site has no users. Changelog history for 1.00 and 1.01 was backfilled from the old readme before this release.
- 1.01: Minor privacy improvement.
- 1.00: Initial release.