Hi, All!
Laravel framework v5.4.13 (2017-02-22)
https://github.com/laravel/framework/blob/5.4/CHANGELOG-5.4.md
Added
[+] Add $default parameter to Collection::when() method (#17941)
[+] Support --resource argument on make:model command (#17955)
[+] Added replaceDimensions() for validator messages (#17946, b219058)
[+] Allow Slack notifications to use image urls (#18011)
[+] Added @includeWhen($condition, $view, $data) directive (#18047)
Changed
[*] Prevent Blade from compiling statements inside comments (#17952)
[*] Don't flash empty array to session, if withInput() is given empty array
(#17979)
[*] Use the pagination translation strings in paginator templates (#18009)
[*] Use getAuthPassword() method in AuthenticateSession middleware (#17965)
[*] Return null from Gate::getPolicyFor() if given class is not a string
(#17972)
[*] Add missing methods to the Job interface (#18034)
[*] Improved PostgreSQL table existence check (#18041)
[*] Allow getActualClassNameForMorph() used by morphInstanceTo() to be
overridden (#18058)
Fixed
[@] Fixed @lang directive when used with JSON file (#17919, 2bd35c1)
[@] Improved image dimensions validation rule (#17943, #17944, #17963, #17980)
[@] Fixed $willBeAvailableAt having the wrong time if using $retryAfter in
MaintenanceModeException (#17991)
[@] Trim spaces while collecting section name (#18012)
[@] Fixed implementation of SqsQueue::size() (#18037)
[@] Fixed bug in PasswordBroker::deleteToken() (#18045)
[@] Fixed route parameters binding (#17973)