Laravel Changelog History Search

Welcome to the Laravel Changelog History Search! Dive into the comprehensive history of the Laravel framework with ease. Explore past changes, updates, and improvements. Find specific versions or features quickly. Stay informed and empowered as you navigate the evolution of Laravel. Start searching and uncover the valuable insights from the Laravel Changelog History.

v8.0.1 (2020-09-09)

Added

  • Support array syntax in Illuminate\Routing\Route::uses() (f80ba11)

Fixed

  • Fixed BatchRepositoryFake TypeError (#34225)
  • Fixed dynamic component bug (4b1e317)

Changed

  • Give shadow a rounded edge to match content in tailwind.blade.php (#34198)
  • Pass the request to the renderable callback in Illuminate\Foundation\Exceptions\Handler::render() (#34200)
  • Respect local env in Illuminate\Foundation\Console\ServeCommand::startProcess() (75e792d)

v8.0.0 (2020-09-08)

Check the upgrade guide in the Official Laravel Upgrade Documentation. Also you can see some release notes in the Official Laravel Release Documentation.

v7.30.6 (2021-12-07)

Fixed

  • Added phar to list to the shouldBlockPhpUpload in Validator (f647a24)
  • Fixed parent call in View (#39909)

v7.30.5 (2021-11-17)

Added

  • Added new line to DetectsLostConnections (#36373)

Fixed

  • Fixed Illuminate\View\ViewException::report() (#36110)
  • Fixed Illuminate\Redis\Connections\PhpRedisConnection::spop() (#36106)
  • Fixed Illuminate/Database/Query/Builder::limit() to only cast integer when given other than null (#39653)
  • Fixes database offset value with non numbers (#39656)

Changed

  • Pipe new through render and report exception methods (#36037)
  • Typecast page number as integer in Illuminate\Pagination\AbstractPaginator::resolveCurrentPage() (#36055)

v7.30.4 (2021-01-21)

Fixed

  • Fixed empty html mail (#35941)
  • Fixed type error in Illuminate\Http\Concerns\InteractsWithContentTypes::isJson() (#35956)