What's Changed
- PowerGrid: Use Eloquent instead Query Builder (#1009)
- PowerGrid: Remove
all
option value inperPageValues
(#1006) - Refactored user device information generation (#1015)
- fix
Attempt to read property "name" on null
error (304352f) - Remove
clicks
anduniqueClicks
attribute from URL Model (#1012) - Refactoring the short link count method (#1007, 295a9c5)
- Use
whereHas
instead ofjoin
for readability (#1013) - Fix
str()
which returns a newIlluminate\Support\Stringable
instance (0e234ec) - Prevent destructive commands from running in production environments (#1014)
- Prevent null user agent being passed to DeviceDetector (f30fda9)
- Improved code for getting filtered public directory (92da45d)
- Improved code for getting filtered route list (46b1b46)
- Rename
numberAbbreviate()
ton_abb()
(#1008) - Rename
username()
touserName()
(FakerPHP) (b765978)
Full Changelog: v1.5.0...v1.6.0