Skip to content

v7.21.0

Compare
Choose a tag to compare
@TBlindaruk TBlindaruk released this 21 Jul 15:25
· 549 commits to 7.x since this release

v7.21.0 (2020-07-21)

Added

  • Added Illuminate\Database\Schema\ForeignKeyDefinition::nullOnDelete() (#33551)
  • Added getFallbackLocale() and setFallbackLocale() methods to Illuminate\Foundation\Application (#33595)

Fixed

  • Fixed Illuminate/Redis/Connections/PhpRedisConnection::*scan() returns (d3d36f0)
  • Align (fix) nested arrays support for assertViewHas & assertViewMissing in Illuminate\Testing\TestResponse (#33566)
  • Fixed issue where Storage::path breaks when using cache due to missing method in CachedAdapter (#33602)

Changed

  • Added a base exception for Http Client exceptions (#33581)