Releases: stevebauman/location
Releases · stevebauman/location
v7.5.0
Added
Fixed
- Allow using GeoIP v3.0 - 4b43d16
- Remove duplicate property assignment - 3a6be26
- Remove invalid property assignment in
Ip2locationio.php
- 6132873
- Properly assign
$position->postalCode
to postal
for IpInfo
driver - b7d8121
v7.4.0
Added
- Ability to fake requests and responses with
Location::fake
- 367a4c5 - Docs
- Ability to create
Position
instances with Position::make
- c1c77fb
v7.3.3
Fixed
- Don't report exception when location is not found using Maxmind driver - #184
v7.3.2
Fixed
- MaxMind MMDB extraction root and directory in Windows by @3likayed - #180
v7.3.1
Fixed
- PharException when trying to update MaxMind files - #178, #177
v7.3.0
Changed
- Config path
maxmind.web.license_key
has been moved up a level to maxmind.license_key
- 95ad0a9, d857a44
Added
- Made driver HTTP request timeouts configurable by @nzkozar - #171
- Add
Macroable
Trait to LocationManager
for Extensibility by @a1383n - #174
v7.2.0
Added
- Laravel 11 compatibility - #163