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.83.12 (2022-05-10)

Fixed

  • Fixed multiple dots for digits_between rule (#42330)

Changed

  • Enable to modify HTTP Client request headers when using beforeSending() callback (#42244)
  • Set relation parent key when using forceCreate on HasOne and HasMany relations (#42281)

v8.83.11 (2022-05-03)

Fixed

  • Fix refresh during down in the stub (#42217)
  • Fix deprecation issue with translator (#42216)

v8.83.10 (2022-04-27)

Fixed

  • Fix schedule:work command Artisan binary name (#42083)
  • Fix array keys from cached routes in Illuminate/Routing/CompiledRouteCollection::getRoutesByMethod() (#42078)
  • Fix json_last_error issue with Illuminate/Http/JsonResponse::setData (#42125)

v8.83.9 (2022-04-19)

Fixed

  • Backport Fix PHP warnings when rendering long blade string (#41970)

v8.83.8 (2022-04-12)

Added

  • Added multibyte support to string padding helper functions (#41899)

Fixed

  • Fixed seeder property for in-memory tests (#41869)