The changelog describes what have been "Added", "Changed", "Removed" or "Fixed" between versions.
- Add address validator constraint
- SF 4.2 Compliance
- Fix another SF 4.2 deprecation
- Doc fixes
- Custom vendor location symfony 4
- Support for Ipstack provider
- Support for adding precision argument for the Cache plugin.
- 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::clear
to 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\GeocoderBundle
toBazinga\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"
DumperManager
LoggableGeocoder
, useLoggerPlugin
instead.- Configuration for default provider (
default_provider
) Bazinga\Bundle\GeocoderBundle\Provider\Cache
was removed, useCachePlugin
instead.- All services IDs was removed except
bazinga_geocoder.geocoder
andgeocoder
.
No changelog before this version