Fix to correct generation of KM output in GeoPhpGeocodeFormatter: final outcome content wrapped in a html tag (instead of #markup) to avoid unknown HTML elements being stripped (such KML tags) and keep it un-altered for rendering.
Geocoder module drupal.org html documentation better refined & refactored.
Fix in Skipping Geocode/Reverse Geocode op if so requested for not empty value.
Issue #3538539: Queued Geocodes infinitely loop causing database issues
Issue #3527828: Address PHPStan warnings
Issue #3283924 by dieterholvoet, joshua1234511, itamair, kristen pol: Option to process Geocode conversation using a queue
Issue #3494499 by stefan.korn, itamair: Intentionally skip Geocoding - avoid failure status message
ProviderPluginManager: Fix correct order of enabled providers in Plugins Table List
Issue #3521182: The validator that is being added to the form_field_config_edit_form is not being triggered
Issue #3527813: Improve text message about available Geocoder Providers
Issue #3510823: Support willdurand/geocoder v5 Implementation of hook_geocoder_address_values_alter(), for altering Geocoder Address Values, before geocoding
Issue #3508086: Formatted address space instead of comma and address_line2 issue
Issue #3511038: Path of autocomplete-loading.module.css needs to be updated since Core 10.3
Issue #3301512 by amateescu, itamair, kiseleva.t, s_leu, alecsmrekar, plach: Extend the ability to skip geocoding when processing a large number of entity updates, like migrations or workspace publishing
Issue #3419282 by myLies: [geocoder_geofield] FieldItemList usage as a string
Rolling back in this change: https://git.drupalcode.org/project/geocoder/-/commit/aac25b72164cc47d21a...
geocoder.drupal.js: EsLint fixes
Issue #3418621 by grietdk: Autocomplete does not take into account language for multilingual sites
Issue #3355990 by itamair, Rajeshreeputra, akshaydalvi212, ankitv18, vishalkhode, Pasqualle: Http\Client\HttpClient is deprecated: use Psr\Http\Client\ClientInterface instead
Better implementation of Geocoder additional option for Locale code/id settings (Issue #3403048 by tanc, itamair, ekes: Photon provider is only compatible with certain lang codes.)
Better implementation of Geocoder additional option for Locale code/id settings (Issue #3403048 by tanc, itamair, ekes: Photon provider is only compatible with certain lang codes.)
Issue #3406077 by vishalkhode: Incorrect core_version_requirement for 4.x release
Issue #3406389 by mstrelan: Fatal error: Type of Drupal\geocoder\Form\SettingsForm::$typedConfigManager must not be defined (as in class Drupal\Core\Form\ConfigFormBase)
Implementation of Geocoder additional option for Locale code/id settings, that is being used in the Geocoder Query withLocale() method. It is falling back into the Current Interface Language code/id if left empty (Issue #3403048 by tanc, itamair, ekes: Photon provider is only compatible with certain lang codes.)
Implementation of Geocoder additional option for Locale code/id settings, that is being used in the Geocoder Query withLocale() method. It is falling back into the Current Interface Language code/id if left empty (Issue #3403048 by tanc, itamair, ekes: Photon provider is only compatible with certain lang codes.)
Removal of (deprecated) watchdog_exception in favour of \Drupal::service('logger.factory')->get('geocoder') or use LoggerChannelTrait.
Issue #3401039 by Nitesh Pawar: Support for Azure Maps
Issue #3402880 by opi, itamair: Support BAN France provider
Issue #3395751: with Drupal 10.2.xx - PHP Fatal error: Type of Drupal\geocoder\Form\SettingsForm::$typedConfigManager must be typed
Removal of (deprecated) watchdog_exception in favour of \Drupal::service('logger.factory')->get('geocoder') or use LoggerChannelTrait.
Issue #3401039 by Nitesh Pawar: Support for Azure Maps
Issue #3402880 by opi, itamair: Support BAN France provider
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
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
Rollback of regressive fixes to Issue #3355990 by akshaydalvi212, itamair, Pasqualle: Http\Client\HttpClient is deprecated: use Psr\Http\Client\ClientInterface instead
geocoder.drupal.js better refactoring with:
- proper use of the once library;
- proper use of the const variable declarations;
('Issue #3350540 by super_romeo, Adil_Siddiqui: TypeError: $(...).once is not a function')
geocoder.drupal.js better refactoring with:
- proper use of the once library;
- proper use of the const variable declarations;
('Issue #3350540 by super_romeo, Adil_Siddiqui: TypeError: $(...).once is not a function')