Laravel v7.16.0 is released in 2020/06/16, here are the changes we`ve merged into this release.
v7.16.0 (2020-06-16)
Added
- Added
makeVisibleIf
andmakeHiddenIf
methods toIlluminate\Database\Eloquent\Concerns\HidesAttributes
(#33176, 42383e4) - Added option to specify a custom guard for the
make:policy
command (#33210, 13e3b65) - Added
theme
property toIlluminate\Mail\Mailable
class (#33218)