Releases: marcel-za/wp-theme-blockaide
Releases · marcel-za/wp-theme-blockaide
Release list
v1.0.1
v1.0.1 - Bug Fix: Admin Bar Lockout on Frontend Views
Bug Fixes:
- Fixed the Edit Site node not being removed from the admin toolbar on frontend page views. The admin_bar_menu hook fires in both frontend and admin contexts, but was registered inside the is_admin() guard, so the lockout only applied in the WP admin. Moved the hook registration outside the guard so it applies correctly in all contexts.
Full Changelog: v1.0.0...v1.0.1
v1.0.0 - Initial Stable Release
Initial release of Theme Blockaide, providing environment-aware Site Editor lockouts to protect file-based Git workflows.