Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-03 | 1.6 kB | |
v5.0.0 source code.tar.gz | 2025-03-03 | 1.4 MB | |
v5.0.0 source code.zip | 2025-03-03 | 1.7 MB | |
Totals: 3 Items | 3.1 MB | 0 |
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