Skip to content

v1.2.0

Choose a tag to compare

@chrisvasey chrisvasey released this 22 Mar 07:15
· 8 commits to main since this release
119cfd2

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 ships resources/boost/guidelines/core.blade.php which Laravel Boost v2 picks up automatically during install. (#19)

Fixed

  • Laravel Boost v2 compatibility: Updated laravel/boost requirement from ^1.1 to ^2.0, resolving composer conflicts for projects on Laravel 12 / Boost v2.x. Closes #14. (#19)
  • Statamic 6.7+ compatibility: GetAssetContainers tool now catches \Throwable instead of \Exception, fixing a crash caused by a breaking change in Statamic 6.7's augmentation layer. (#19)

Maintenance

  • Bumped ramsey/composer-install GitHub Action from v3 to v4 (#17)

Full Changelog: v1.1.2...v1.2.0