Skip to content

Releases: roots/acorn

v5.0.6

25 Feb 16:25

Choose a tag to compare

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 ApplicationBuilder handle prepended and appended middleware (#488) @stefanfisk

Dependency Updates

Full Changelog: v5.0.5...v5.0.6

v5.0.5

05 Aug 19:00

Choose a tag to compare

What's Changed

  • 🩹 fix: allow 'build' to be part of theme or project name by @tombroucke in #470
  • 🧑‍💻 Use the parent Console Kernel construct by @Log1x in #472
  • ➕ Add illuminate/auth to the project by @Log1x in #473

Full Changelog: v5.0.4...v5.0.5

v5.0.4

28 May 00:18

Choose a tag to compare

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.php by @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

06 May 18:32

Choose a tag to compare

What's Changed

  • 🩹 Don't unintentionally boot acorn by @QWp6t in #458
  • 🩹 Fix exception when using path environment variables (Fixes #460) by @Log1x in #461
  • 🩹 Fix console arguments containing quotes (Fixes #459) by @Log1x in #462

Full Changelog: v5.0.2...v5.0.3

v5.0.2

27 Mar 00:28

Choose a tag to compare

What's Changed

  • 🩹 Pass missing $pages and $health parameters to the withRouting() parent by @boxybird in #448
  • 🩹 Fix potential exception thrown when using wp acorn about by @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

Full Changelog: v5.0.1...v5.0.2

v5.0.1

11 Mar 08:38
8eac225

Choose a tag to compare

What's Changed

  • ⏪ Use absolute paths in Application::usePaths() by @QWp6t in #443
  • ⬆ Update Foundation to v12.1.1 by @Log1x in #445

Full Changelog: v5.0.0...v5.0.1

v5.0.0

03 Mar 13:44
b1e5a0d

Choose a tag to compare

Upgrading from v4.x

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 and optimize: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 of Application::configure().
  • 💥 Experimental flag ACORN_ENABLE_EXPERIMENTAL_WORDPRESS_REQUEST_HANDLER has been removed.

Pre-releases

Contributors

@Log1x @trajche @KIKOmanasijev @ssang @RafaelKr @aksld @retlehs

v5.0.0-beta.2

23 Dec 19:24
ba1e8d7

Choose a tag to compare

v5.0.0-beta.2 Pre-release
Pre-release

What's Changed

  • ⬆️ Update Foundation v11.34.0 by @Log1x in 9c14ea8
  • ➕ Add illuminate/hashing to the project by @Log1x in #419
  • 🔧 Add the FoundationServiceProvider to the default providers by @Log1x in #417
  • 🧑‍💻 Append the original exception message to the skipped provider exception by @Log1x in #398
  • 🧑‍💻 Remove the render override 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

v5.0.0-beta.1

06 Nov 22:15
c8c2698

Choose a tag to compare

v5.0.0-beta.1 Pre-release
Pre-release

What's Changed

  • 🧑‍💻 Group templates by name for block themes by @ssang in #390
  • 🩹 Correctly split headers without leading whitespace by @RafaelKr in #402 #405
  • 🚑 Fix responses always returning 200 on WordPress routes by @Log1x in #412

New Contributors

Full Changelog: v5.0.0-beta.0...v5.0.0-beta.1

v4.3.1

06 Nov 22:36
3c6040d

Choose a tag to compare

What's Changed

  • 🧑‍💻 Group templates by name for block themes by @ssang in #390
  • 🚑 Fix responses always returning 200 on WordPress routes by @Log1x in #412

Full Changelog: v4.3.0...v4.3.1