1.2.1
March 26th, 2026
Fixed
- laravel/mcp compatibility: Updated
laravel/mcprequirement from^0.5to^0.5|^0.6, unblocking installation for projects onlaravel/mcpv0.6.x. Closes #14.
Maintenance
- CI matrix now tests against
laravel/mcp^0.5 and ^0.6, Laravel 11/12/13, and Pest 3/4.
1.2.0
March 22nd, 2026
What's Changed
New
- Guidelines auto-discovery: Statamic guidelines are now automatically included when running
php artisan boost:installβ no manual publishing required. The package now shipsresources/boost/guidelines/core.blade.phpwhich Laravel Boost v2 picks up automatically during install. (#19)
Fixed
- Laravel Boost v2 compatibility: Updated
laravel/boostrequirement from^1.1to^2.0, resolving composer conflicts for projects on Laravel 12 / Boost v2.x. Closes #14. (#19) - Statamic 6.7+ compatibility:
GetAssetContainerstool now catches\Throwableinstead of\Exception, fixing a crash caused by a breaking change in Statamic 6.7's augmentation layer. (#19)
Maintenance
- Bumped
ramsey/composer-installGitHub Action from v3 to v4 (#17)
Full Changelog: https://github.com/chrisvasey/statamic-boost/compare/v1.1.2...v1.2.0
1.1.2
January 21st, 2026
- Remove
/docsfromexport-ignorein.gitattributesso documentation files are included when the package is installed via Composer - Fixes the "Documentation file not found" error in the
search-statamic-docsMCP tool
1.1.1
January 21st, 2026
Added link to cboxdk/statamic-mcp in README.