Skip to content

v7.9.0

Compare
Choose a tag to compare
@TBlindaruk TBlindaruk released this 28 Apr 19:37
· 1207 commits to 7.x since this release

v7.9.0 (2020-04-28)

Added

  • Add pdo try again as lost connection message (#32544)
  • Compile Echos Within Blade Component Attributes (#32558)
  • Parameterless Component Methods Invokable With & Without Parens (#32560)

Fixed

  • Fixed firstWhere behavior for relations (#32525)
  • Added check to avoid endless loop in MailManager::createTransport() (#32549)
  • Fixed table prefixes with compileDropDefaultConstraint() (#32554)
  • Fixed boolean value in Illuminate\Foundation\Testing\TestResponse::assertSessionHasErrors() (#32555)
  • Fixed Model::getOriginal() with custom casts (9e22c7c)

Changed

  • Added withName to Illuminate\View\Component::ignoredMethods() (2e9eef2)