Skip to content

Releases: geocoder-php/BazingaGeocoderBundle

Release 5.0.0-alpha1

03 Aug 16:53
Compare
Choose a tag to compare
Release 5.0.0-alpha1 Pre-release
Pre-release

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

16 Jul 12:21
Compare
Choose a tag to compare
  • Added ArcGIS support
  • Updated profiler design

4.1.0 (2016-02-25)

25 Feb 16:41
08e48ae
Compare
Choose a tag to compare
  • Added: support for Symfony 3.x

4.0.0 (2015-10-28)

28 Oct 08:50
624b40e
Compare
Choose a tag to compare

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 maintained doctrine/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)

31 Jul 12:39
Compare
Choose a tag to compare
  • Added: perform no deep merging on providers (see #81)
  • Added: better hashing function and namespace for CacheProvider
  • Added: api_key parameter for google_maps provider (#70)
  • Fixed: external services on chain providers (see #81)
  • Fixed: Inline vector icon

3.0.2

12 May 16:16
Compare
Choose a tag to compare
  • Fixed: initialize $data in case there are no results

3.0.1

17 Mar 09:41
Compare
Choose a tag to compare
  • Added: geocoder logger test
  • Fixed: handle multiple results

3.0.0

16 Jan 14:21
Compare
Choose a tag to compare

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 to bazinga_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

14 Dec 14:23
Compare
Choose a tag to compare
  • 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

14 Dec 12:12
Compare
Choose a tag to compare

Minor bug fix release as we are about to release a new major version of this bundle (2.0.0).