acorn v5.1.0 released

acorn v5.1.0 released

What’s Changed

:bug: Bug Fixes

  • Add missing port to wordpress database connection config by @retlehs (#506)
  • Undo wp_magic_quotes() before capturing the HTTP request by @retlehs (#508)
  • Force root URL to home_url() for correct route URL generation by @retlehs (#507)
  • Defer console boot to wp_loaded for complete WordPress bootstrap by @retlehs (#509)
  • Register missing queue and schedule console commands by @retlehs (#510)
  • Fix package manifest discovery for non-Bedrock project structures by @retlehs (#511)
  • Handle open_basedir restrictions in closest() directory traversal by @retlehs (#512)
  • Fix flash session data lost on WordPress page template requests by @retlehs (#513)
  • Isolate cache, session, and queue data on multisite by @retlehs (#514)
  • Fix acorn binary not working when WP-CLI is installed via Composer by @stefanfisk (#518)
  • Skip env file loading when no .env file exists by @apermo (#500)
  • Register missing queue console commands by @retlehs (#502)
  • Add missing make:model command by @retlehs (#476)
  • Set the SkipProviderException file and line to the previous exception if available by @Log1x (#471)
  • Remove spatie/laravel-ignition suggestion by @retlehs (#503)

:package: Dependencies

  • Update Foundation to Laravel v12.54.1 by @github-actions[bot] (#520)
  • Add illuminate/pagination dependency by @retlehs (#515)

New Contributors

  • @apermo made their first contribution in #500

Full Changelog: Comparing v5.0.6...v5.1.0 · roots/acorn · GitHub