Skip to content

Bump laravel/framework from 5.8.31 to 5.8.36

Bumps laravel/framework from 5.8.31 to 5.8.36.

Release notes

Sourced from laravel/framework's releases.

v5.8.35

v5.8.35 (2019-09-03)

Added

  • Added support of NOT RLIKE SQL operator (#29788)
  • Added hebrew letters to Str:slug language array (#29838, ba772d6)
  • Added support of php7.4 (#29842)

Fixed

  • Fixed self-referencing MorphOneOrMany existence queries (#29765)
  • Fixed QueueFake::size() method (#29761, ddaf6e6)

Changed

  • Added note that the GD extension is required for generating images (#29770, #29831)
  • Changed monolog/monolog version to ^1.12 (#29837)

v5.8.34

v5.8.34 (2019-08-27)

Fixed

  • Fixed MailMessage::render() if view method was used (#29698)
  • Fixed setting of numeric values as model attribute (#29714)
  • Fixed mocking of events until method in MocksApplicationServices (#29708)
  • Fixed: Use custom attributes in lt/lte/gt/gte rules messages (#29716)

Changed:

  • Changed applying of Aws Instance Profile (#29738)

v5.8.33

v5.8.33 (2019-08-20)

Added

  • Added ValidatesWhenResolvedTrait::passedValidation() callback (#29549)
  • Implement new types for email validation support (#29589)
  • Added Redis 5 support (#29606)
  • Added insertOrIgnore support (#29639, 46d7e96, #29645)
  • Allowed to override the existing Whoops handler.(#29564)

Fixed

  • Fixed non-displayable boolean values in validation messages (#29560)
  • Avoid undefined index errors when using AWS IAM (#29565)
  • Fixed exception message in the ProviderRepository::writeManifest() (#29568)
  • Fixed invalid link expiry count in ResetPassword (#29579)
  • Fixed command testing of output and questions expectations (#29580)
  • Added ignoring of classes which are not instantiable during event discovery (#29587)
  • Used real classname for seeders in the output (#29601)

Refactoring

... (truncated)
Changelog

Sourced from laravel/framework's changelog.

Release Notes for 5.8.x

Unreleased

v5.8.35 (2019-09-03)

Added

  • Added support of NOT RLIKE SQL operator (#29788)
  • Added hebrew letters to Str:slug language array (#29838, ba772d6)
  • Added support of php7.4 (#29842)

Fixed

  • Fixed self-referencing MorphOneOrMany existence queries (#29765)
  • Fixed QueueFake::size() method (#29761, ddaf6e6)

Changed

  • Added note that the GD extension is required for generating images (#29770, #29831)
  • Changed monolog/monolog version to ^1.12 (#29837)

v5.8.34 (2019-08-27)

Fixed

  • Fixed MailMessage::render() if view method was used (#29698)
  • Fixed setting of numeric values as model attribute (#29714)
  • Fixed mocking of events until method in MocksApplicationServices (#29708)
  • Fixed: Use custom attributes in lt/lte/gt/gte rules messages (#29716)

Changed:

  • Changed applying of Aws Instance Profile (#29738)

v5.8.33 (2019-08-20)

Added

  • Added ValidatesWhenResolvedTrait::passedValidation() callback (#29549)
  • Implement new types for email validation support (#29589)
  • Added Redis 5 support (#29606)
  • Added insertOrIgnore support (#29639, 46d7e96, #29645)
  • Allowed to override the existing Whoops handler.(#29564)

Fixed

  • Fixed non-displayable boolean values in validation messages (#29560)
  • Avoid undefined index errors when using AWS IAM (#29565)
  • Fixed exception message in the ProviderRepository::writeManifest() (#29568)
  • Fixed invalid link expiry count in ResetPassword (#29579)
  • Fixed command testing of output and questions expectations (#29580)
  • Added ignoring of classes which are not instantiable during event discovery (#29587)
  • Used real classname for seeders in the output (#29601)
... (truncated)
Commits

Merge request reports