What’s Changed
- boot kernel depending on context by @QWp6t in 💥✨ boot kernel depending on context by QWp6t · Pull Request #169 · roots/acorn · GitHub
- add acorn binary by @QWp6t in ✨ add acorn binary by QWp6t · Pull Request #171 · roots/acorn · GitHub
- use php 8 features by @QWp6t in ♻ use php 8 features by QWp6t · Pull Request #194 · roots/acorn · GitHub
- update Laravel v9.6.0 by @QWp6t in 📦️ update Laravel v9.6.0 by QWp6t · Pull Request #220 · roots/acorn · GitHub
Full Changelog: Comparing v2.0.6...v3.0.0-alpha.1 · roots/acorn · GitHub
Breaking Changes
If you’re using Sage, you’ll need to make a couple of updates.
- Remove
add_theme_support('sage');
from functions.php. Instead, yourThemeServiceProvider
should extendRoots\Acorn\Sage\SageServiceProvider
. - Replace
\Roots\bootloader();
with\Roots\bootloader()->boot();
- Compare your config/app.php to the one in Acorn; you might need to make some changes.
There are other breaking changes besides those that most users won’t encounter, but maybe you will. If that’s the case, feel free to debug or revert to the current stable version of Acorn. We will work on documenting all breaking changes before v3.0.0 is finalized.