v11.6.0
版本发布时间: 2024-04-30 21:31:08
laravel/framework最新发布版本:v10.48.24(2024-11-20 23:58:25)
- [11.x] github: mariadb database healthcheck+naming by @grooverdan in https://github.com/laravel/framework/pull/51192
- Add support for PHPUnit 11.1 by @crynobone in https://github.com/laravel/framework/pull/51197
- Move whitespace in front of verbatim block in Blade templates by @Sjord in https://github.com/laravel/framework/pull/51195
- [11.x] Trim trailing
?
from generated URL without query params by @onlime in https://github.com/laravel/framework/pull/51191 - Add some tests on route:list sort command by @fgaroby in https://github.com/laravel/framework/pull/51202
- [10.x] Improve releases flow by @driesvints in https://github.com/laravel/framework/pull/51213
- Fix return types of
firstWhere
andfirst
ofBelongsToMany
andHasManyThrough
by @SanderMuller in https://github.com/laravel/framework/pull/51219 - [10.x] Fix typo in signed URL tampering tests by @Krisell in https://github.com/laravel/framework/pull/51238
- [10.x] Add "Server has gone away" to DetectsLostConnection by @Jubeki in https://github.com/laravel/framework/pull/51241
- [11.x] Add some tests in
SupportStrTest
class by @saMahmoudzadeh in https://github.com/laravel/framework/pull/51235 - [10.x] Fix support for the LARAVEL_STORAGE_PATH env var (#51238) by @dunglas in https://github.com/laravel/framework/pull/51243
- [11.x] Add replaceable tags to translations by @LegendEffects in https://github.com/laravel/framework/pull/51190
- [10.x] fix: Factory::createMany creating n^2 records by @calebdw in https://github.com/laravel/framework/pull/51225