Releases: stevebauman/location
Releases · stevebauman/location
v5.0.0
v4.0.1
Added
Location
facade method annotations (get()
&setDriver()
) - 08f20e9isEmpty()
method toPosition
class - 0f38b93Position
now implements theIlluminate\Contracts\Support\Arrayable
interface for thetoArray()
method - 0957049
Changed
- All
Position
attributes are nownull
by default instead of empty strings - 4edf26a
Fixed
v4.0.0
v3.0.1
v3.0.0
Fixed
- Calling
Location::get()
will now always request a new location, not from session
Removed
- Locations are no longer stored in session. You will now need to cache locations manually
v2.0.1
- Small formatting tweaks.
v2.0.0
v1.3.1: Merge pull request #24 from dpgover/patch-1
Update MaxMind driver: Missing longitude.
Small changes
Fixed: #24