v11.0.7 - 2024-03-15
- [11.x] Re-add translations for ValidationException by @driesvints in #50546
- [11.x] Removes unused Dumpable trait by @OussamaMater in #50559
- [11.x] Fix withRouting docblock type by @santigarcor in #50563
- [11.x] Fix docblock in FakeInvokedProcess.php by @saMahmoudzadeh in #50568
- [11.x] fix: Add missing InvalidArgumentException import to Database/Schema/SqlServerBuilder by @ayutaya in #50573
- [11.x] Improved translation for displaying the count of errors in the validation message by @andrey-helldar in #50560
- [11.x] Fix retry_after to be an integer by @driesvints in #50580
- [11.x] Use available
getPath()
instead of usingapp_path()
to detect if base controller exists by @crynobone in #50583 - [11.x] Fix doc block:
[@return](https://github.com/return) static
has been modified to[@return](https://github.com/return) void
by @saMahmoudzadeh in #50592 - accept attributes for channels by @taylorotwell in https://github.com/laravel/framework/commit/398f49485e305756409b52af64837c784fd30de9
v11.0.6 - 2024-03-14
- [11.x] Fix version constraints for illuminate/process by @riesjart in #50524
- [11.x] Update Broadcasting Install Command With Bun Support by @HDVinnie in #50525
- [11.x] Allows to comment
web
andhealth
routes by @nunomaduro in #50533 - [11.x] Add generics for Arr::first() by @phh in #50514
- Change default collation for MySQL by @driesvints in #50555
- [11.x] Fixes install:broadcasting command by @joedixon in #50550
- [11.x] Fix crash when configuration directory is non-existing by @buismaarten in #50537
v11.0.5 - 2024-03-13
- [11.x] Improves broadcasting install by @nunomaduro in #50519
- [11.x] Improved exception message on 'ensure' method by @fgaroby in #50517
- [11.x] Add hasValidRelativeSignatureWhileIgnoring macro by @br13an in #50511
- [11.x] Prevents database redis options of being merged by @nunomaduro in #50523
v11.0.4 - 2024-03-13
- [11.x] Add class_exists check for
Spark
'ssubscribed
default alias Middleware by @akr4m in #50489 - [11.x] Fix: Removed TTY mode to resolve Windows compatibility issue by @yourchocomate in #50495
- [11.x] Check for password before storing hash in session by @valorin in #50507
- [11.x] Fix an issue with missing controller class by @driesvints in #50505
- [11.x] Add default empty config when creating repository within CacheManager by @noefleury in #50510
v11.0.3 - 2024-03-12
- [11.x] Arr helper map spread by @bilfeldt in #50474
- [11.x] add
list
rule by @medilies in #50454 - [11.x] Fixes installation of passport by @nunomaduro in #50488
v11.0.2 - 2024-03-12
- [11.x] Adds
--graceful
tophp artisan migrate
by @nunomaduro in #50486
v11.0.1 - 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
Check the upgrade guide in the Official Laravel Upgrade Documentation. Also you can see some release notes in the Official Laravel Release Documentation.