Skip to content

v5.8.8

Compare
Choose a tag to compare
@TBlindaruk TBlindaruk released this 26 Mar 22:30
· 1163 commits to 5.8 since this release

v5.8.8 (2019-03-26)

Added

  • Added Illuminate\Database\Query\Builder::forPageBeforeId() method (#28011)

Fixed

  • Fixed BelongsToMany::detach() with custom pivot class (#27997)
  • Fixed incorrect event namespace in generated listener by event:generate command (#28007)
  • Fixed unique validation without ignored column (#27987)

Changed

  • Added parameters argument to resolve helper (#28020)
  • Don't add the path only if path is empty in compiled view (#27976)

Refactoring

  • Refactoring of env() helper (#27965)