Skip to content

Releases: marcel-za/wp-theme-blockaide

v1.0.1

Choose a tag to compare

@marcel-za marcel-za released this 26 May 15:17

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

Choose a tag to compare

@marcel-za marcel-za released this 22 May 13:06

Initial release of Theme Blockaide, providing environment-aware Site Editor lockouts to protect file-based Git workflows.