Skip to content

v7.30.5: [7.x] Fixes database offset value with non numbers (#39656)

Compare
Choose a tag to compare
@TBlindaruk TBlindaruk released this 22 Nov 21:44
· 3626 commits to 8.x since this release
afb0c03

Added

  • Added new line to DetectsLostConnections (#36373)

Fixed

  • Fixed Illuminate\View\ViewException::report() (#36110)
  • Fixed Illuminate\Redis\Connections\PhpRedisConnection::spop() (#36106)
  • Fixed Illuminate/Database/Query/Builder::limit() to only cast integer when given other than null (#39653)
  • Fixes database offset value with non numbers (#39656)

Changed

  • Pipe new through render and report exception methods (#36037)
  • Typecast page number as integer in Illuminate\Pagination\AbstractPaginator::resolveCurrentPage() (#36055)