Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

1.15

Compare
Choose a tag to compare
@oschwald oschwald released this 01 May 17:25
· 32 commits to main since this release
  • Calls to die() where replaced with calls to trigger_error(). This
    allows these (rare) errors to be gracefully handled by an error handler.
    Pull request by Dirk Weise. GitHub #28.
  • Removed broken distributed queries code.
  • Previously if a time zone was not found, an undefined variable error would
    be outputted. get_time_zone now returns null if there is no matching
    time zone. (Fixed by justgoodman. GitHub #30.)
  • $GEOIP_REGION_NAME is now prefixed with global to make it autoloaded by
    Composer. Pull request by Laurent Goussard. GitHub #15.
  • The script from updating the timezone data was improved to work with the
    new CSV format. Pull request by Shadman Kolahzary. GitHub #19.