v4.0.2
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
- 🚩 add experimental flag for WordPress request handler by @QWp6t in #348
- 🩹 Fix
is_file()
deprecation warning by @joshuafredrickson in #340 - 🩹 Let WP handle requests that should trigger a canonical redirect by @tombroucke in #346
- 🩹 Fix missing migration providers by @retlehs in #347
- 💚Deprecations in CI action by @dr5hn in #341
- ⚰️ Remove Fruitcake CORS service provider by @dsturm in #343
New Contributors
Full Changelog: v4.0.1...v4.0.2