Skip to content

Releases: geocoder-php/Geocoder

Release 4.3.0

30 Jul 11:07
a8dba7e
Compare
Choose a tag to compare

Release 4.2.0

22 Dec 14:15
a183c5f
Compare
Choose a tag to compare

See changelog for changes.

Release 4.1.0

04 Jul 13:21
791d1b4
Compare
Choose a tag to compare

See changelog for changes.

Release 4.0.0

01 Aug 09:12
Compare
Choose a tag to compare

See changelog for changes.

3.3.0 (2015-12-06)

06 Dec 20:20
ccc178e
Compare
Choose a tag to compare

This version officially supports PHP 7.0.


CHANGELOG

  • Added: timezone field for FreeGeoIp provider
  • Added: guess method for street and suburb
  • Added: use city, town village or hamlet as locality
  • Added: return ISO 3166-2 region codes for the US and the rest of the world
  • Fixed: AdminLevelCollection::checkLevel() (#468)

3.2.0 (2015-10-09)

09 Oct 08:31
c9710d3
Compare
Choose a tag to compare
  • Added: add __toString() methods in AdminLevel and Country
  • Added: __toString()toStreamInterface` mock
  • Fixed: postal code for GeoIP2 provider
  • Fixed: Make sure we check for an error in the response of the Yandex provider
  • Fixed: emergency message "You need to specify the country and region codes."

Thank you to all contributors!

3.1.0 (2015-08-13)

13 Aug 07:43
6f446e5
Compare
Choose a tag to compare
  • Added: show more API error messages in GoogleMaps
  • Fixed: require http-adapter ~0.8
  • Fixed: use https transport in Yandex provider (#431)
  • Updated: documentation

New Major Version : 3.0.0 (2015-04-20)

20 Apr 09:58
2533191
Compare
Choose a tag to compare

Heya!

After three alpha versions, I am really happy to announce the immediate availability of Geocoder v3 🔥

All changes are described in the different pre-release pages:

The GitHub documentation is up to date, and the website will be updated soon.

Thank you to all contributors ❤️❤️❤️

3.0.0-alpha3 (2015-02-13)

13 Feb 12:41
b43b079
Compare
Choose a tag to compare
Pre-release

This is the new 3.0.0 pre-release, including the following changes:

  • Added: LocaleTrait to reduce code duplication
  • Added: introduce admin levels concept (see PR #398)
  • Fixed: GeoIP2 results use underscore case
  • Merged: branch '2.x' (see releases 2.8.1 and 2.8.2 for more details)

2.8.2 (2015-01-07)

07 Jan 13:31
Compare
Choose a tag to compare
  • Fixed: encoding issue for maxmind provider