v1.2.0
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: v1.1.2...v1.2.0