Skip to content

Bump laravel/framework from 5.8.38 to 6.18.41

Bumps laravel/framework from 5.8.38 to 6.18.41.

Release notes

Sourced from laravel/framework's releases.

v6.18.41

v6.18.41 (2020-09-29)

Fixed

  • Added support for stream reads in FileManager for S3 driver (#34480)

v6.18.40

v6.18.40 (2020-09-09)

Revert

v6.18.39

v6.18.39 (2020-09-08)

Fixed

  • Fixed for empty fallback_locale in Illuminate\Translation\Translator (#34136)

v6.18.38

v6.18.38 (2020-09-01)

Changed

  • Changed postgres processor (#34055)

v6.18.37

v6.18.37 (2020-08-27)

Fixed

  • Fixed offset error on invalid remember token (#34020)
  • Only prepend scheme to PhpRedis host when necessary (#34017)
  • Fixed whereKey and whereKeyNot in Illuminate\Database\Eloquent\Builder (#34031)

v6.18.36

v6.18.36 (2020-08-25)

Fixed

  • Fix dimension ratio calculation in Illuminate\Validation\Concerns\ValidatesAttributes::failsRatioCheck() (#34003)

Changed

  • Normalize scheme in Redis connections (#33892)
  • Check no-interaction flag exists and is true for Artisan commands (#33950)

v6.18.35

v6.18.35 (2020-08-07)

... (truncated)
Changelog

Sourced from laravel/framework's changelog.

v6.18.41 (2020-09-29)

Fixed

  • Added support for stream reads in FileManager for S3 driver (#34480)

v6.18.40 (2020-09-09)

Revert

v6.18.39 (2020-09-08)

Fixed

  • Fixed for empty fallback_locale in Illuminate\Translation\Translator (#34136)

v6.18.38 (2020-09-01)

Changed

  • Changed postgres processor (#34055)

v6.18.37 (2020-08-27)

Fixed

  • Fixed offset error on invalid remember token (#34020)
  • Only prepend scheme to PhpRedis host when necessary (#34017)
  • Fixed whereKey and whereKeyNot in Illuminate\Database\Eloquent\Builder (#34031)

v6.18.36 (2020-08-25)

Fixed

  • Fix dimension ratio calculation in Illuminate\Validation\Concerns\ValidatesAttributes::failsRatioCheck() (#34003)

Changed

  • Normalize scheme in Redis connections (#33892)
  • Check no-interaction flag exists and is true for Artisan commands (#33950)

v6.18.35 (2020-08-07)

Changed

  • Verify column names are actual columns when using guarded (#33777)

v6.18.34 (2020-08-06)

... (truncated)
Commits

Merge request reports