Releases: geocoder-php/BazingaGeocoderBundle
Releases · geocoder-php/BazingaGeocoderBundle
Release 5.0.0-alpha1
First alpha release of 5.0.0. Alpha means that it is ready for internal testing. It is not as stable as a beta release.
Happy testing!
Release 4.2.0
- Added ArcGIS support
- Updated profiler design
4.1.0 (2016-02-25)
- Added: support for Symfony 3.x
4.0.0 (2015-10-28)
Here is a new major version of this bundle, allowing to use Geocoder v3. Thank you to all contributors!
Changelog
- Added:
OpenCage
provider support - Added:
default_provider
parameter in configuration - Fixed: exchanged the deprecated
liip/doctrine-cache-bundle
with the maintaineddoctrine/doctrine-cache-bundle
- Fixed: better documentation
- Removed: all references to the
CloudMade
provider as it does not exist in Geocoder anymore - Upgraded to Geocoder v3
3.1.0 (2014-07-31)
3.0.2
- Fixed: initialize
$data
in case there are no results
3.0.1
- Added: geocoder logger test
- Fixed: handle multiple results
3.0.0
Changelog
- Added: Doctrine mapping support (#47)
- Changed: require Symfony
2.1
and above - Changed: the tag for registering dumpers has been renamed from
geocoder.dumper
tobazinga_geocoder.dumper
- Fixed: documentation, CS, PHPDoc
Important Note
This release is a major release has Backward Compatiblity has been broken in the AddDumperPass
class, renaming the tag to bazinga_geocoder.dumper
.
2.0.0
- Added: MapQuest provider support
- Added
doctrine/cache
as dev requirement - Fixed: OpenStreetMap provider
- Fixed: CacheProvider
- Removed: Yahoo provider
- Updated: documentation
Important: this version installs Geocoder 2.3 and upper (~2.3
constraint), that is why it is a new major release. If you want to use Geocoder < 2.0, you need to use versions 1.x of this bundle.
1.5.1
Minor bug fix release as we are about to release a new major version of this bundle (2.0.0
).