Skip to content

Latest commit

 

History

History
270 lines (233 loc) · 33.4 KB

CHANGELOG.md

File metadata and controls

270 lines (233 loc) · 33.4 KB

Release Notes for 11.x

v11.7.0 - 2024-05-07

  • [11.x] Fix SesV2Transport to use correct EmailTags argument by @Tietew in #51265
  • [11.x] Add Databases nightly workflow by @Jubeki in #51218
  • [11.x] update "min" and "max" rule comments by @browner12 in #51274
  • [11.x] Fix namespace and improvement PSR in ClassMakeCommandTest.php by @saMahmoudzadeh in #51280
  • [11.x] improvement test coverage for view components. by @saMahmoudzadeh in #51271
  • [11.x] Introduce method Rule::array() by @Jacobs63 in #51250
  • [11.x] Fix docblock for collection pluck methods by @SanderMuller in #51295
  • [11.x] Add tests for handling non-baked enum and empty string requests by @hrant1020 in #51289
  • blank and filled now support stringable by @lava83 in #51300
  • [11.x] Fix ratio validation for high ratio images by @ahmedbally in #51296
  • [11.x] Add int|float support to e method by @trippo in #51314
  • [11.x] Add release notes by @driesvints in #51310
  • [11.x] Stringable is also an interface of symfony by @lava83 in #51309
  • [11.x] Add some tests and improvement test coverage for Str::camel by @saMahmoudzadeh in #51308
  • [11.x] Using the ?? Operator (Null Coalescing Operator) by @saMahmoudzadeh in #51305
  • [11.x] Add ability to override the default loading cached Routes for application by @ahmedabdel3al in #51292
  • [11.x] Add ->whereJsonOverlaps() for mysql by @parkourben99 in #51288
  • [11.x] Add InteractsWithInput methods to ValidatedInput by @aydinfatih in #51316
  • [11.x] Adding PasswordResetLinkSent event by @Muffinman in #51253

v11.6.0 - 2024-04-30

  • [11.x] github: mariadb database healthcheck+naming by @grooverdan in #51192
  • Add support for PHPUnit 11.1 by @crynobone in #51197
  • Move whitespace in front of verbatim block in Blade templates by @Sjord in #51195
  • [11.x] Trim trailing ? from generated URL without query params by @onlime in #51191
  • Add some tests on route:list sort command by @fgaroby in #51202
  • [10.x] Improve releases flow by @driesvints in #51213
  • Fix return types of firstWhere and first of BelongsToMany and HasManyThrough by @SanderMuller in #51219
  • [10.x] Fix typo in signed URL tampering tests by @Krisell in #51238
  • [10.x] Add "Server has gone away" to DetectsLostConnection by @Jubeki in #51241
  • [11.x] Add some tests in SupportStrTest class by @saMahmoudzadeh in #51235
  • [10.x] Fix support for the LARAVEL_STORAGE_PATH env var (#51238) by @dunglas in #51243
  • [11.x] Add replaceable tags to translations by @LegendEffects in #51190
  • [10.x] fix: Factory::createMany creating n^2 records by @calebdw in #51225

v11.5.0 - 2024-04-23

v11.4.0 - 2024-04-16

v11.3.1 - 2024-04-10

  • [11.x] Name of job set by displayName() must be honoured by Schedule by @SCIF in #50973
  • Add Conditionable trait to Testing\PendingCommand.php by @tobz-nz in #50988
  • Allow sorting of route:list by multiple column/factors using a comma by @fredbradley in #50998
  • [10.x] Added eachById and chunkByIdDesc to BelongsToMany by @lonnylot in #50991

v11.3.0 - 2024-04-09

v11.2.0 - 2024-04-02

v11.1.1 - 2024-03-28

v11.1.0 - 2024-03-26

v11.0.8 - 2024-03-21

v11.0.7 - 2024-03-15

v11.0.6 - 2024-03-14

v11.0.5 - 2024-03-13

v11.0.4 - 2024-03-13

  • [11.x] Add class_exists check for Spark's subscribed 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

v11.0.2 - 2024-03-12

v11.0.1 - 2024-03-12

v11.0.0 - 2024-03-12

Check the upgrade guide in the Official Laravel Upgrade Documentation. Also you can see some release notes in the Official Laravel Release Documentation.