0.3.0
May 17th, 2026
Breaking changes
- Non-super users now need the new
bypass maintenance modepermission to browse the frontend while maintenance mode is active. Previously, any user withaccess cpcould bypass maintenance mode. Grantbypass maintenance modeto existing roles that should keep frontend access during maintenance.
What's new
- Added a dedicated
bypass maintenance modeStatamic permission.
Maintenance
- Raised supported Statamic versions to security-patched releases:
^5.73.21 || ^6.15. - Updated npm lockfile dependencies to resolve reported advisories.
0.2.0
March 19th, 2026
What's new
- Statamic v6 support — the addon now works with both Statamic v5 and v6 from a single package (
"statamic/cms": "^5.0 || ^6.0") - Vue3 utility page on Statamic v6 via Inertia with SPA transitions, command palette integration, and PublishContainer
- Native Statamic icons — uses built-in icons per version instead of inline SVG
- CI test matrix covering Statamic v5 and v6
0.1.0
January 3rd, 2026
What's new
- Maintenance mode integration for Statamic with Laravel's maintenance mode options
- Custom tag (
{{ maintenance_notice }}) to display maintenance notice in templates - Collection selection for customizing maintenance pages
- Translation support
- Static caching instructions for Nginx and Apache
What's fixed
- Authenticated users now correctly skip maintenance mode
- Session cookies handling for super users