Releases: xp-forge/geoip
Releases · xp-forge/geoip
5.1.0: XP 12 compatibility
5.0.0: Drop XP <= 9
- 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
4.0.1: XP 11 compatibility
- Made compatible with XP 11 - @thekid
4.0.0: Drop PHP 5 support
- 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
. Convertednewinstance
to anonymous classes
. Rewroteisset(X) ? X : default
toX ?? default
(@thekid)
3.1.0: GeoIpDatabase::open() overloading
3.0.0: XP9 Compatibiliy
2.1.0: XP8 compatibility
- Added version compatibility with XP 8 - @thekid
2.0.0: XP7 compatibility
- Added version compatibility with XP 7 - @thekid
1.1.0: XP7 Forward compatibility
- Forward compatibility with XP7: Added dependencies on math and unittest
libraries, rewrote getClassName() tonameof()
.
(@thekid)