- Made compatible with XP 12 - @thekid
- Implemented xp-framework/rfc#341: Drop XP <= 9 compatibility - @thekid
- Added PHP 8.4 to the test matrix - @thekid
- Merged PR #3: Migrate to new testing library - @thekid
- Made compatible with XP 11 - @thekid
- 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 . Rewroteisset(X) ? X : default
toX ?? default
(@thekid)
- Extended
GeoIpDatabase::open()
to also acceptFile
andPath
instances as well as strings containing file system URIs. (@thekid) - Made compatible with XP 10 - @thekid
- Added version compatibility with XP 9 - @thekid
- Heads up: Dropped PHP 5.5 support. Minimum PHP version is now PHP 5.6.0 (@thekid)
- Added version compatibility with XP 8 - @thekid
- Added version compatibility with XP 7 - @thekid
- Forward compatibility with XP7: Added dependencies on math and unittest
libraries, rewrote getClassName() to
nameof()
. (@thekid)
- 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)
- Verified HHVM 3.4+ works - @thekid
- Fixed issue #2: Unittests should use fixture DB - @thekid
- Fixed issue #1: Error message when input is not an IP address - @thekid
- First public release - @thekid