Release notes / BuddyPress Activity Filter
BuddyPress Add-on Plugin

BuddyPress Activity Filter

BuddyPress shows every activity type in one undifferentiated feed, and members have no easy way to focus on what matters to them. BuddyPress Activity Filter lets admins set a default activity type for the feed, remove specific activity types from the stream entirely, and rename custom post type activities for better clarity. No custom code required.

5 releases
v3.2.0 latest
September 1, 2025 shipped

v3.2.0 Latest

September 1, 2025
Dev 1

Dev

  • Added debug mode and improved activity prevention mechanisms

v3.1.0

July 28, 2025
New 4 Improve 6 Fix 2 Dev 2

New

  • Introduced a redesigned backend UI for better usability.
  • Added vertical layout support for hidden activities with core protection.
  • Implemented custom wrapper structure for improved layout and organization.
  • Added condition checks for BuddyPress compatibility.

Improve

  • Cleaned up and optimized shared folders and unused code.
  • Updated asset loading for improved performance.
  • Improved frontend filter styling and selection UI.
  • Updated frontend wrapper code and applied CSS improvements.
  • Refined frontend JS to prevent conflicts with admin default filter settings.
  • Filter enhancements to prevent duplicate or previously registered activities.

Fix

  • Resolved UI inconsistencies with the new wrapper layout.
  • Removed debug logs and cleaned up dev artifacts.

Dev

  • Introduced `BP_Activity_Filter_Migration` for smoother transitions.
  • Improved structure through modular wrapper additions and CSS.

v3.0.1

October 7, 2024
Improve 1 Fix 2

Improve

  • Added check to ensure $page is a string before processing

Fix

  • Warning related to page parameter in activity query
  • Pagination issue for activity streams where "Load More" button was not functioning correctly

v3.0.0

New 1 Fix 4

New

  • Check to prevent setting default activity filter on single activity views

Fix

  • PHP warning issue
  • Issue in filtering activities
  • Activity filter applied correctly when viewing "just-me" or "sitewide" activities
  • Bypass default activity filter on profile other tabs

v2.9.0

Improve 1 Fix 1 Security 1

Improve

  • Ensured lowercase post type names when no new label is provided

Fix

  • Corrected typos and updated readme for clarity

Security

  • Replaced deprecated functions with modern alternatives