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.
Update
- Update cookies encryption (release)
Update
- Update cookies encryption (release)
Fixed
- Fixed cookie issues (bb9db21)
Added
- Added
sectionMissing
Blade Directive (#33614)
- Added range option to queue:retry command (#33627)
Fixed
- Prevent usage of get*AtColumn() when model has no timestamps (#33634)
- Don't decrement transaction below 0 in
Illuminate\Database\Concerns\ManagesTransactions::handleCommitTransactionException()
(7681795)
- Fixed transaction problems on closure transaction (c4cdfc7)
- Prevent to serialize uninitialized properties (#33644)
- Fixed missing statement preventing deletion in
Illuminate\Database\Eloquent\Relations\MorphPivot::delete()
(#33648)
Changed
- Throw a TypeError if concrete is not a string or closure in
Illuminate\Container\Container::bind()
(#33539)
- Add HTML comment block around inline inspiring quote for consistency with blade template version (#33625)
- Improve cookie encryption (#33662)