Skip to content

v2.0.98 - Critical fix

Choose a tag to compare

@mbheramil mbheramil released this 29 Aug 07:05
· 4 commits to main since this release

Critical fix: v2.0.97 broke direct access to every Smart SEO Fixer page except Dashboard, showing "Sorry, you are not allowed to access this page" regardless of user permissions.

Cause: hiding WordPress's native submenu via remove_submenu_page() also breaks WordPress's own internal page-access resolution, which depends on that same data. Replaced with a CSS-only approach that hides the menu visually without touching WordPress's internal page registry.

Sites on the auto-updater will pick this up within 5 minutes. If you have a site stuck on 2.0.97, this resolves it automatically once updated.