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