Skip to content

2.3.2: Autoloading, Documentation, and Phar Fixes

Compare
Choose a tag to compare
@oschwald oschwald released this 23 Sep 16:31
· 314 commits to main since this release
  • JsonSerializable compatibility interface was moved to GeoIp2\Compat
    rather than the global namespace to prevent autoloading issues. Reported by
    Tomas Buteler. GitHub #54.
  • Missing documentation for the $postal property was added to the
    GeoIp2\Model\City class. Fix by Roy Sindre Norangshol. GitHub #51.
  • In the Phar distribution, source files for this module no longer have their
    documentation stripped, allowing IDE introspection to work properly.
    Reported by Dominic Black. GitHub #52.