Skip to content

Releases: xp-forge/geoip

5.1.0: XP 12 compatibility

24 Mar 10:38
Compare
Choose a tag to compare
  • Made compatible with XP 12 - @thekid

5.0.0: Drop XP <= 9

04 Feb 11:24
Compare
Choose a tag to compare

4.0.1: XP 11 compatibility

24 Oct 08:24
Compare
Choose a tag to compare
  • Made compatible with XP 11 - @thekid

4.0.0: Drop PHP 5 support

10 Apr 15:08
Compare
Choose a tag to compare
  • Implemented xp-framework/rfc#334: Drop PHP 5.6:
    . Heads up: Minimum required PHP version now is PHP 7.0.0
    . Rewrote code base, grouping use statements
    . Converted newinstance to anonymous classes
    . Rewrote isset(X) ? X : default to X ?? default
    (@thekid)

3.1.0: GeoIpDatabase::open() overloading

05 Apr 10:56
Compare
Choose a tag to compare
  • Extended GeoIpDatabase::open() to also accept File and Path instances
    as well as strings containing file system URIs.
    (@thekid)
  • Made compatible with XP 10 - @thekid

3.0.0: XP9 Compatibiliy

14 Oct 13:44
Compare
Choose a tag to compare
  • Added version compatibility with XP 9 - @thekid
  • Heads up: Dropped PHP 5.5 support. Minimum PHP version is now PHP 5.6.0
    (@thekid)

2.1.0: XP8 compatibility

29 Aug 21:38
Compare
Choose a tag to compare
  • Added version compatibility with XP 8 - @thekid

2.0.0: XP7 compatibility

21 Feb 20:38
Compare
Choose a tag to compare
  • Added version compatibility with XP 7 - @thekid

1.1.0: XP7 Forward compatibility

23 Jan 21:49
Compare
Choose a tag to compare
  • Forward compatibility with XP7: Added dependencies on math and unittest
    libraries, rewrote getClassName() to nameof().
    (@thekid)

1.0.0: Welcome XP 6.5, PHP 5.5

14 Dec 14:30
Compare
Choose a tag to compare
  • Heads up: Changed minimum XP version to XP 6.5.0, and with it the
    minimum PHP version to PHP 5.5.
    (@thekid)
  • Added official PHP 7 support
    (@thekid)