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.

v10.48.13 - 2024-06-18

  • [10.x] Fix typo in return comment of createSesTransport method by @zds-s in (#51688)
  • [10.x] Turn Enumerable unless() $callback parameter optional by @faissaloux in (#51701)
  • Revert "[10.x] Turn Enumerable unless() $callback parameter optional" by @taylorotwell in (#51707)

v10.48.12 - 2024-05-28

  • [10.x] - Fix batch list loading in Horizon when serialization error by @jeffortegad in (#51551)
  • [10.x] Fixes explicit route binding with BackedEnum by @CAAHS in (#51586)

v10.48.11 - 2024-05-21

  • [10.x] Backport: Fix SesV2Transport to use correct EmailTags argument by @Tietew in (#51352)
  • [10.x] Do not use app() Foundation helper on ViewServiceProvider by @rodrigopedra in (#51522)

v10.48.10 - 2024-04-30

  • [10.x] Fix typo in signed URL tampering tests by @Krisell in (#51238)
  • [10.x] Add "Server has gone away" to DetectsLostConnection by @Jubeki in (#51241)
  • [10.x] Fix support for the LARAVEL_STORAGE_PATH env var (#51238) by @dunglas in (#51243)

v10.48.9 - 2024-04-23

  • [10.x] Binding order is incorrect when using cursor paginate with multiple unions with a where by @thijsvdanker in (#50884)
  • [10.x] Address Null Parameter Deprecations in UrlGenerator by @aldobarr in (#51148)