Roots Acorn Versions Save

Laravel components for WordPress plugins and themes

v5.0.0-alpha.0

1 month ago

What's Changed

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: https://github.com/roots/acorn/compare/v4.2.2...v5.0.0-alpha.0

v4.2.2

1 month ago

What's Changed

🩹 Only prioritize block templates in block themes by @Log1x and @dsturm in https://github.com/roots/acorn/pull/368 ✨ Add acorn:install command to simplify installing Acorn by @Log1x in https://github.com/roots/acorn/pull/369 🩹 Fix duplicate provider registration by @Log1x in https://github.com/roots/acorn/pull/371

Full Changelog: https://github.com/roots/acorn/compare/v4.2.1...v4.2.2

v4.2.1

1 month ago

What's Changed

Full Changelog: https://github.com/roots/acorn/compare/v4.2.0...v4.2.1

Acorn FSE Helper

We have created a new FSE helper package for Acorn and would appreciate feedback from those who use FSE.

v4.2.0

1 month ago

What's Changed

Full Changelog: https://github.com/roots/acorn/compare/v4.1.1...v4.2.0

Acorn FSE Helper

We have created a new FSE helper package for Acorn and would appreciate feedback from those who use FSE.

v4.1.1

1 month ago

What's Changed

Full Changelog: https://github.com/roots/acorn/compare/v4.1.0...v4.1.1

Acorn FSE Helper

We have created a new FSE helper package for Acorn and would appreciate feedback from those who use FSE.

v4.1.0

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/roots/acorn/compare/v4.0.3...v4.1.0

v4.0.3

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/roots/acorn/compare/v4.0.2...v4.0.3

v4.0.2

3 months ago

Mea culpa

The release of Acorn v4 introduced a Laravel wrapper for WordPress responses. It would capture the WordPress response and convert it into a standard interoperable http message so that users could add third-party middleware to it and treat it as a response object that you'd find in frameworks like Laravel or Symfony.

Things didn't go as planned.

We've dropped this wrapper as part of the standard Acorn v4 installation and put it behind an experimental flag.

We would still like to include it in an upcoming release of Acorn. If you want to test or contribute, you can reenable it by adding the following to your .env.

ACORN_ENABLE_EXPERIMENTAL_WORDPRESS_REQUEST_HANDLER=true

Sorry for any headaches this may have caused anyone over the last week.

Kind Regards, QWp6t

What's Changed

New Contributors

Full Changelog: https://github.com/roots/acorn/compare/v4.0.1...v4.0.2

v4.0.1

3 months ago

What's Changed

Full Changelog: https://github.com/roots/acorn/compare/v4.0.0...v4.0.1

v4.0.0

3 months ago

What's new

From the blog: What's new in Acorn v4?

Upgrade Guide

See the Upgrading Guide for information on upgrading from v3 to v4.

What's Changed

New Contributors

Full Changelog: https://github.com/roots/acorn/compare/v3.3.1...v4.0.0