Releases: roots/acorn
Releases · roots/acorn
v5.0.6
What's Changed
Bug Fixes
- 🩹 Fix: Clean output buffering up to initial level (#480) @tombroucke
- 🩹 Fix: Relay status code set by WordPress (#485) @tombroucke
- 🩹 Fix PHP 8.5+ deprecation for PDO::MYSQL_ATTR_SSL_CA (#489) @whygareth
- 🩹 Add --format option to fix --json option with WP-CLI (#482) @dsturm
Features & Improvements
- 🎨 Make
ApplicationBuilderhandle prepended and appended middleware (#488) @stefanfisk
Dependency Updates
- 🔧 Allow
laravel/serializable-closurev2 (#491) @rafaucau - 📦 Update illuminate/foundation v12.52.0 (#498) @QWp6t
- ⬆️ Upgrade Pest to v3 (#493) @retlehs
- ⬆️ Update spatie/pest-plugin-snapshots to ^2.3 (#497) @retlehs
Full Changelog: v5.0.5...v5.0.6
v5.0.5
v5.0.4
What's Changed
- 🩹 Fix app registration callbacks not being called (Fixes #463) by @stefanfisk in #464
- ✅ Add tests for registered, booting and booted callbacks
- 🩹 Handle response headers before shutting down by @Log1x in #468
- 🧑💻 Add support for
routes/console.phpby @stefanfisk in #465 - 🎨 Clean up the Console boot process
- ⬆️ Update Foundation to v12.16.0 by @Log1x in #469
Full Changelog: v5.0.3...v5.0.4
v5.0.3
v5.0.2
What's Changed
- 🩹 Pass missing
$pagesand$healthparameters to thewithRouting()parent by @boxybird in #448 - 🩹 Fix potential exception thrown when using
wp acorn aboutby @Log1x in #449 - 🩹 Use existing configuration when booting a fresh application (Fixes #451) by @Log1x in #454
- 🎨 Remove unnecessary support helper registration by @Log1x in #453
- 🩹 Terminate after handling non-WordPress requests (Fixes #444) by @bedirhandev in #450
New Contributors
- @boxybird made their first contribution in #448
- @bedirhandev made their first contribution in #450
Full Changelog: v5.0.1...v5.0.2
v5.0.1
v5.0.0
What's Changed
- ✨ Upgrade to Laravel 12
- ✨ Improved Vite support
- ✨ Add
acorn:installcommand 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:seedercommand to console - 🩹 Do not set PHP timezone when bootstrapping configuration
- 🧑💻 Append the original exception message to the skipped provider exception (#398)
- 🎨 Improve the
optimizeandoptimize:clearconsole commands (#386)
Breaking Changes
- 💥 PHP 8.2+ is required.
- 💥
illuminate/*dependencies have been updated to^12.0. - 💥
Roots\Acorn\Bootloaderhas been removed in favor ofApplication::configure(). - 💥 Experimental flag
ACORN_ENABLE_EXPERIMENTAL_WORDPRESS_REQUEST_HANDLERhas been removed.
Pre-releases
Contributors
@Log1x @trajche @KIKOmanasijev @ssang @RafaelKr @aksld @retlehs
v5.0.0-beta.2
What's Changed
- ⬆️ Update Foundation v11.34.0 by @Log1x in 9c14ea8
- ➕ Add
illuminate/hashingto the project by @Log1x in #419 - 🔧 Add the
FoundationServiceProviderto the default providers by @Log1x in #417 - 🧑💻 Append the original exception message to the skipped provider exception by @Log1x in #398
- 🧑💻 Remove the
renderoverride in the exception handler by @Log1x in #418 - 🧑💻 Make WordPress request handling opt-in & configurable by @Log1x in #416
Full Changelog: v5.0.0-beta.1...v5.0.0-beta.2