Skip to content
This repository has been archived by the owner on Jan 4, 2020. It is now read-only.

Release Notes

Justin Stayton edited this page Nov 10, 2015 · 14 revisions

GoogleMapsGeocoder adheres to Semantic Versioning.

2.4.0

November 10, 2015

  • Added support for a stream context to be passed to geocode. This helps when working with a proxy, for example. Thanks to Genti Saliu for the original pull request!

2.3.0

September 3, 2015

  • Added support for result type. Thanks to Alexei Plotnikov for the pull request!
  • Added support for location type.
  • Added newer status constant: STATUS_UNKNOWN_ERROR.
  • Added newer address type constants: TYPE_ADMIN_AREA_4, TYPE_ADMIN_AREA_5, TYPE_WARD, TYPE_ESTABLISHMENT, TYPE_PARKING, TYPE_POSTAL_TOWN, TYPE_BUS_STATION, TYPE_TRAIN_STATION, and TYPE_TRANSIT_STATION.
  • Sensor-related parameters ($sensor in __construct) and methods (setSensor, getSensor) are now deprecated, as it's no longer required by the Google Maps API. They will continue to work as usual until v3, at which point they will be removed.

2.2.1

June 25, 2015

  • Fixed bug in setBounds that caused the northeast latitude to be used for the longitude. Thanks to Kaitlin Jaffe for the pull request!

2.2.0

June 24, 2015

  • Added support for API key. Thanks to Mike Joseph and others for the pull requests!

2.1.0

December 29, 2013

2.0.3

November 18, 2013

  • Composer now autoloads GoogleMapsGeocoder. Thanks to cbschuld for the pull request!

2.0.2

May 2, 2013

  • Fixed mis-typed $his instead of $this. Thanks to Wolg for the pull request!

2.0.1

September 17, 2012

  • Code cleanup and updated links to Google documentation.
  • Added the ability to install with Composer.

2.0.0

November 5, 2011

  • Completely overhauled to work with v3 of the Google Maps Geocoding API.

1.0.0

January 16, 2010

  • First public release!
Clone this wiki locally