The changelog describes what have been "Added", "Changed", "Removed" or "Fixed" between versions.
- Support for Nominatim 5.0
- Issue when defining plugins.
- Fixed invalid HTML profiler details table.
- Make sure commands not using the container.
- Fixed issue with using custom factories. We do not validate custom factories better.
- We are more relaxed in our requirements for HTTPClients. You may now use the option
http_client.
- Adding commands as services
- Fixed twig paths for webprofiler
Collector::clearto be compatible with Symfony 4.- Added support for IpInfo.
Version 5 does only support Symfony 3.3+ and PHP7. We dropped some complexity and added plenty of type hints.
- Support for Geocoder 4.0
- Provider factories
- Support for plugins
- Namespace changed from
Bazinga\Bundle\GeocoderBundletoBazinga\GeocoderBundle - The "fake IP" feature does not change any environment or Symfony variables.
- Configuration for providers has been changed. We now use factories.
Before:
bazinga_geocoder:
providers:
bing_maps:
api_key: "Foo"
locale: 'sv'After:
bazinga_geocoder:
providers:
acme:
factory: "Bazinga\GeocoderBundle\ProviderFactory\BingMapsFactory"
locale: 'sv'
options:
api_key: "foo"DumperManagerLoggableGeocoder, useLoggerPlugininstead.- Configuration for default provider (
default_provider) Bazinga\Bundle\GeocoderBundle\Provider\Cachewas removed, useCachePlugininstead.- All services IDs was removed except
bazinga_geocoder.geocoderandgeocoder.
No changelog before this version