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 collection shift less than one item by @faissaloux in (#51686)
- [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 typo by @Issei0804-ie in (#51535)
- [10.x] Fix SQL Server detection in database store by @staudenmeir in (#51547)
- [10.x] - Fix batch list loading in Horizon when serialization error by @jeffortegad in (#51551)
v10.48.11 - 2024-05-21
- [10.x] Fix PHPDoc typo by @staudenmeir in (#51390)
- [10.x] Fix
apa
on non ASCII characters by @faissaloux in (#51428)
- [10.x] Fixes view engine resolvers leaking memory by @nunomaduro in (#51450)
- [10.x] Do not use
app()
Foundation helper onViewServiceProvider
by @rodrigopedra in (#51522)
v10.48.10 - 2024-04-30
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] Fix cursor paginate with union and column alias by @thijsvdanker in (#50882)