Releases: geo6/geocoder-php-geo6-provider
Releases · geo6/geocoder-php-geo6-provider
Release 2.2.0
What's Changed
- Migrate to PSR-18 by @jbelien in #5
- Update php-http/curl-client requirement from ^1.7 to ^1.7 || ^2.0 by @dependabot-preview in #3
Full Changelog: v2.1.0...v2.2.0
🌐 Add support for German
🔖 API v2 with JSON Web Token
- 👽 Switch to API v2
- ⚗ API v2 uses JSON Web Token for authentication
See changelog for full list of changes.
✨ Add (simple) reverse geocoding support
Support for reverse geocoding :
- Postal code
- Locality
- Country (supports Belgium only)
See changelog for full list of changes.
✅👷 Add PHPUnit tests and Travis CI
- 👷 Travis CI : https://travis-ci.org/geo6/geocoder-php-geo6-provider
- ⬆️ Upgrade to
geocoder-php/common-http
4.1
See changelog for full list of changes.
✨ Version 1.2.0
Add administrative levels
Version 1.1.3
Streetname is now the only required field
🌐 Version 1.1.2
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
Improve query if Locality AND Postal Code are set
🌐 Version 1.1.0
Enable locale :
You can query the API with fr
or nl
locale, you will receive the result in the locale requested if it exists.