Acorn v4.0.2 released

acorn v4.0.2 released

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

4 Likes