What's Changed
- ✨ Upgrade to Laravel 12
- ✨ Improved Vite support
- ✨ Add
acorn:install
command to simplify installing Acorn - ✨ Add Laravel queue support (#379)
Additional Changes
- 🧑💻 Make WordPress request handling opt-in & configurable (#416)
- 🩹 Only prioritize block templates in block themes
- 🧑💻 Add support for
illuminate/hashing
- 🧑💻 Add missing schedule commands to console
- 🧑💻 Add missing
make:seeder
command to console - 🩹 Do not set PHP timezone when bootstrapping configuration
- 🧑💻 Append the original exception message to the skipped provider exception (#398)
- 🎨 Improve the
optimize
andoptimize:clear
console commands (#386)
Breaking Changes
- 💥 PHP 8.2+ is required.
- 💥
illuminate/*
dependencies have been updated to^12.0
. - 💥
Roots\Acorn\Bootloader
has been removed in favor ofApplication::configure()
. - 💥 Experimental flag
ACORN_ENABLE_EXPERIMENTAL_WORDPRESS_REQUEST_HANDLER
has been removed.
Pre-releases
Contributors
@Log1x @trajche @KIKOmanasijev @ssang @RafaelKr @aksld @retlehs