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.3 - 2024-03-15
- Re-tag version
v10.48.2 - 2024-03-12
- [10.x] Update mockery conflict to just disallow the broken version by @GrahamCampbell in (#50472)
- [10.x] Conflict with specific release by @driesvints in (#50473)
- [10.x] Fix for attributes being escaped on Dynamic Blade Components by @pascalbaljet in (#50471)
- [10.x] Revert PR 50403 by @driesvints in (#50482)
v10.48.1 - 2024-03-12
- [10.x] Add conflict for Mockery v1.6.8 by @driesvints in (#50468)
v10.48.0 - 2024-03-12
- fix: allow null, string and string array as allowed tags by @maartenpaauw in (#50409)
- [10.x] Allow
Expression
at more places in Query Builder by @pascalbaljet in (#50402)
- [10.x] Sleep syncing by @timacdonald in (#50392)
- [10.x] After commit callback throwing an exception causes broken transactions afterwards by @oprypkhantc in (#50423)
- [10.x] Anonymous component bound attribute values are evaluated twice by @danharrin in (#50403)
- [10.x] Improves
Illuminate\Mail\Mailables\Envelope
docblock by @crynobone in (#50448)
- fix: phpstan issue - right side of || always false by @Carnicero90 in (#50453)
v10.47.0 - 2024-03-05
- [10.x] Fix the cache cannot expire cache with
0
TTL by @kayw-geek in (#50359)
- [10.x] Add fail on timeout to queue listener by @saeedhosseiinii in (#50352)
- [10.x] Add
whereAll
andwhereAny
methods to the query builder by @musiermoore in (#50344)