Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Starting with this version the Geocoder providers are config entities, whereas in earlier versions the provider settings were stored in simple configuration. An upgrade path is provided but any code that was relying on the old simple config will need to be updated to use the config
entities instead. Take a look at the `GeocoderProvider` entity type for more information.
Updates phpstan 0.11.8 which includes @deprecated message reporting. Provides much richer feedback in terms of fixability of issues.
Updates to phpstan-drupal 0.11.9 which solves fatal errors (or with lower error reporting forever-scanning) for people using a git checkout Drupal core with a composer installed module.
Has a green test suite now, automated testing enabled on drupal.org!
Special thanks to @mglaman and @kfritsche for all their help with these issues.