Releases: shlinkio/shlink-ip-geolocation
Releases · shlinkio/shlink-ip-geolocation
v2.1.0
Changed
- Updated to infection-php 0.25
- Updated to phpstan 1.0
- Updated required phpstan level to 9.
- Added experimental builds under PHP 8.1.
- Moved ci workflow to external repo and reused
Added
Removed
- Dropped support for PHP 7.4
Fixed
Deprecated
v2.0.0
Added
- #37 Made license key optional, skipping its update if the key is not set.
Changed
- #32 Ensured downloaded GeoLite2 db file is set with
0666
mode.
- Migrated build to Github Actions.
- Updated to latest infection-php.
Deprecated
Removed
- #38 Removed option to override GeoLite2 db file download source.
Fixed
v1.6.0
Added
- Added explicit support for PHP 8
Changed
- Added PHP 8 to the build matrix, allowing failures on it.
- Updated to infection 0.20
Deprecated
Removed
Fixed
v1.5.0
Added
- Added support for Guzzle 7
Changed
Deprecated
Removed
Fixed
v1.4.1
Added
Changed
- #27 Updated
phpunit
to v9 and infection
to v0.16.
Deprecated
Removed
Fixed
- #29 Fixed timeout connections when downloading GeoLite databases leaving connection stuck forever.
v1.4.0
Added
- #22 Added
DbUpdateException
which is thrown by the DbUpdater
when something fails. It extends from the previous exception, making it backwards compatible.
Changed
- #24 Migrated from
shlinkio/shlink-common
to shlinkio/shlink-config
.
Deprecated
Removed
Fixed
v1.3.1
Added
Changed
Deprecated
Removed
Fixed
- #17 Allowed the library to receive the geolite license key via config.
v1.3.0
Added
Changed
- #15 Updated coding-standard (v2.1) and phpstan (0.12) dependencies.
- #16 Migrated from Zend Framework components to Laminas.
Deprecated
- #14 Dropped support for PHP 7.2 and 7.3
Removed
Fixed
v1.2.0
Added
Changed
- Updated dependencies, including the requirement of Symfony 5 components.
Deprecated
Removed
Fixed
v1.1.0
Added
Changed
- #7 Updated dependencies, including shlink-common, coding-standard and infection.
- #1 Increased minimum required mutation score to 70%.
Deprecated
Removed
- #9 Deleted
IpApiLocationResolver
.
Fixed