Install
Works with Drupal: ^9 || ^10Using Composer to manage Drupal site dependencies
Alternative installation files
Release notes
Readme.md documentation upgrade on how to properly upgrade to Drupal 10 and Geocoder 10.x (Issue #3283651 by claudiu.cristea, itamair: Drupal 10 compatibility: changing php-http/guzzle6-adapter dependency into php-http/guzzle7-adapter)
Issue #3364857 by JeroenT: Add default country for Geopunt provider
Issue #3368303 by arti_parmar: Unused variable $collection_delta
Issue #3369433 by Project Update Bot: Automated Drupal 10 compatibility fixes
Issue #3368302 by arti_parmar: t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
Issue #3368306 by arti_parmar: @author tags are not usually used in Drupal, because over time multiple contributors will touch the code anyway
Issue #3370552 by ReINFaTe: setAddressFieldFromGeojson should use admin level code instead of name
Issue #3379780: No results when geocoding an address field with only a country
Issue #3224364 by HitchShock: PHP 8 compatibilities