Skip to content

Releases: geocoder-php/Geocoder

Release 5.0.0

Choose a tag to compare

@jbelien jbelien released this 01 Jan 16:17
8c76dd3

See changelog for changes.

Release 4.3.0

Choose a tag to compare

@jbelien jbelien released this 30 Jul 11:07
a8dba7e

See changelog for changes.

Release 4.2.0

Choose a tag to compare

@jbelien jbelien released this 22 Dec 14:15
a183c5f

See changelog for changes.

Release 4.1.0

Choose a tag to compare

@jbelien jbelien released this 04 Jul 13:21
791d1b4

See changelog for changes.

Release 4.0.0

Choose a tag to compare

@Nyholm Nyholm released this 01 Aug 09:12

See changelog for changes.

3.3.0 (2015-12-06)

Choose a tag to compare

@willdurand willdurand released this 06 Dec 20:20
ccc178e

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)

Choose a tag to compare

@willdurand willdurand released this 09 Oct 08:31
c9710d3
  • 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)

Choose a tag to compare

@willdurand willdurand released this 13 Aug 07:43
6f446e5
  • 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)

Choose a tag to compare

@willdurand willdurand released this 20 Apr 09:58
2533191

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)

Pre-release

Choose a tag to compare

@willdurand willdurand released this 13 Feb 12:41
b43b079

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)