[0.2.2.7] - 2025-12-23
- Critical BuddyBoss Asset Loading:
- Issue: Fixed a logic flaw where the plugin aggressively loaded the Lobby scripts (triggering camera/microphone permission requests) on **every** BuddyBoss Group tab (e.g., Members, Discussions), ignoring the configured Meeting Tab.
- Resolution: Implemented a strict "Gatekeeper" check in `wpj_enqueue_scripts` within the main plugin file.
- Logic: The system now utilizes `bp_is_current_action()` to strictly verify if the current Tab Slug matches the configured Meeting Tab. Assets are now only enqueued when the user is explicitly on the correct tab, preventing unwanted device requests on other pages.