Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 2.65 KB

CHANGELOG-5.3.md

File metadata and controls

45 lines (31 loc) · 2.65 KB

Release Notes for 5.3.x

v5.3.4 (2016-08-26)

Added

  • Added ability to set from address for email notifications (#15055)

Changed

  • Support implicit keys in MessageBag::get() (#15063)
  • Allow passing of closures to assertViewHas() (#15074)
  • Strip protocol from Route group domains parameters (#15070)
  • Support dot notation as callback in Arr::sort() (#15050)
  • Use Redis database interface instead of implementation (#15041)
  • Allow closure middleware to be registered from the controller constructor (#15080, abd85c9)

Fixed

  • Fixed plural form of Emoji (#15068)

v5.3.3 (2016-08-26)

Fixed

  • Fixed testing of Eloquent model events (#15052)

v5.3.2 (2016-08-24)

Fixed

  • Revert changes to Eloquent Builder that breaks firstOr* methods (#15018)

v5.3.1 (2016-08-24)

Changed

  • Support unversioned assets in elixir() function (#14987)
  • Changed visibility of BladeCompiler::stripParentheses() to public (#14986)
  • Use getter instead of accessing the properties directly in JoinClause::__construct() (#14984)
  • Replaced manual comparator with asort in Collection::sort() (#14980)
  • Use query() instead of input() for key lookup in TokenGuard::getTokenForRequest() (#14985)

Fixed

  • Check if exact key exists before assuming the dot notation represents segments in Arr::has() (#14976)
  • Revert aggregate changes in #14793 (#14994)
  • Prevent infinite recursion with closure based console commands (26eaa35)
  • Fixed transaction() method for SqlServer (f4588f8)