Skip to content

Releases: shlinkio/shlink-ip-geolocation

v2.1.0

01 Nov 09:56
d8ea1ff
Compare
Choose a tag to compare

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

  • Nothing

Removed

  • Dropped support for PHP 7.4

Fixed

  • Nothing

Deprecated

  • Nothing

v2.0.0

30 May 10:19
2770359
Compare
Choose a tag to compare

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

  • Nothing

Removed

  • #38 Removed option to override GeoLite2 db file download source.

Fixed

  • Nothing

v1.6.0

01 Nov 11:20
8bcc1a9
Compare
Choose a tag to compare

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

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

v1.5.0

28 Jun 07:43
a8da45e
Compare
Choose a tag to compare

Added

  • Added support for Guzzle 7

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

v1.4.1

20 May 17:26
51213c4
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • #27 Updated phpunit to v9 and infection to v0.16.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #29 Fixed timeout connections when downloading GeoLite databases leaving connection stuck forever.

v1.4.0

13 Mar 19:25
e6e5a93
Compare
Choose a tag to compare

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

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

v1.3.1

27 Jan 10:07
ccb26bc
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #17 Allowed the library to receive the geolite license key via config.

v1.3.0

03 Jan 09:20
c1b0664
Compare
Choose a tag to compare

Added

  • Nothing

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

  • Nothing

Fixed

  • Nothing

v1.2.0

30 Nov 15:57
3b54077
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • Updated dependencies, including the requirement of Symfony 5 components.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

v1.1.0

25 Oct 17:55
a0a1c93
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • #7 Updated dependencies, including shlink-common, coding-standard and infection.
  • #1 Increased minimum required mutation score to 70%.

Deprecated

  • Nothing

Removed

  • #9 Deleted IpApiLocationResolver.

Fixed

  • Nothing