Skip to content

Releases: geo6/geocoder-php-geo6-provider

Release 2.2.0

31 Jul 08:29
a02de61
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

🌐 Add support for German

16 Jan 15:31
Compare
Choose a tag to compare

Addresses from Wallonia (ICAR) are now available in German. The GEO-6 API was updated and the provider supports now streetname and country name in German !

See changelog for full list of changes.

🔖 API v2 with JSON Web Token

20 Dec 14:17
Compare
Choose a tag to compare

See changelog for full list of changes.

✨ Add (simple) reverse geocoding support

22 Nov 15:18
Compare
Choose a tag to compare

Support for reverse geocoding :

  • Postal code
  • Locality
  • Country (supports Belgium only)

See changelog for full list of changes.

✅👷 Add PHPUnit tests and Travis CI

20 Nov 15:24
Compare
Choose a tag to compare

See changelog for full list of changes.

✨ Version 1.2.0

08 Jun 14:53
Compare
Choose a tag to compare

Add administrative levels

Version 1.1.3

05 Jun 12:44
Compare
Choose a tag to compare

Streetname is now the only required field

🌐 Version 1.1.2

01 Jun 11:03
137057b
Compare
Choose a tag to compare

If possible, return the addresses in the requested language (fr or nl) ;
If no language is defined, return addresses in both languages (fr and nl).

🐎 Version 1.1.1

16 May 14:35
Compare
Choose a tag to compare

Improve query if Locality AND Postal Code are set

🌐 Version 1.1.0

11 May 13:21
Compare
Choose a tag to compare

Enable locale :
You can query the API with fr or nl locale, you will receive the result in the locale requested if it exists.