Skip to content

Releases: roots/acorn

v5.0.1

11 Mar 08:38
8eac225
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v5.0.0-beta.0

16 Jul 11:29
7ac04aa
Compare
Choose a tag to compare
v5.0.0-beta.0 Pre-release
Pre-release

What's Changed

  • 🩹 Force index.php as fallback template when using block themes by @ssang in #382
  • ⬆ Upgrade Foundation to v11.15.0 by @Log1x in #384
  • 🩹 Fix default provider discrepancies by @Log1x in #385
  • 🎨 Improve the optimize and optimize:clear console commands by @Log1x in #386
  • 🔧 Remove default routing from Application::configure() by @Log1x in #387

New Contributors

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

v5.0.0-alpha.1

13 Jun 18:22
0403a01
Compare
Choose a tag to compare
v5.0.0-alpha.1 Pre-release
Pre-release

What's Changed

New Contributors

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

v4.3.0

13 Jun 18:32
2c6d286
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.2...v4.3.0

v5.0.0-alpha.0

02 Apr 14:55
c245d07
Compare
Choose a tag to compare
v5.0.0-alpha.0 Pre-release
Pre-release

What's Changed

  • 🩹 Fix duplicate provider registration by @Log1x in #371
  • 🎉 Laravel 11 by @Log1x in #370
  • 🩹 Only prioritize block templates in block themes by @Log1x in #368
  • ✨ Add acorn:install command to simplify installing Acorn by @Log1x in #369

Breaking Changes

  • php ^8.2 is required
  • illuminate/* dependencies have been updated to ^11.0
  • Roots\Acorn\Bootloader has been removed in favor of Application::configure()
  • Experimental flag ACORN_ENABLE_EXPERIMENTAL_WORDPRESS_REQUEST_HANDLER has been removed

There are likely other breaking changes in Acorn. We will work on documenting them before the final release.

Full Changelog: v4.2.2...v5.0.0-alpha.0

v4.2.2

02 Apr 14:44
21529e0
Compare
Choose a tag to compare

What's Changed

🩹 Only prioritize block templates in block themes by @Log1x and @dsturm in #368
✨ Add acorn:install command to simplify installing Acorn by @Log1x in #369
🩹 Fix duplicate provider registration by @Log1x in #371

Full Changelog: v4.2.1...v4.2.2