Skip to content

Releases: geocoder-php/GeocoderLaravel

Added Caching! (Finally) 👍

18 Jun 01:06
Compare
Choose a tag to compare

Added

  • caching functionality for geocode() and reverse() methods.
  • cache-duration variable to geocoder config.

1.0.5: Merge pull request #79 from Alexgmin/master

12 May 23:31
Compare
Choose a tag to compare

Fixed

  • additional docblock and use-statement cleanup. Thanks @alexgmin!

1.0.4: Fix class references in dockblocks

12 May 14:38
Compare
Choose a tag to compare

Fixed

  • docblock class references to \Geocoder\Model\AddressCollection.

1.0.3

20 Mar 20:50
Compare
Choose a tag to compare

Fixed

  • alias declaration to be Lumen-compatible.

1.0.2

20 Mar 18:59
Compare
Choose a tag to compare

Added

  • unit test for reverse-geocoding.

1.0.1

31 Jan 00:56
Compare
Choose a tag to compare

Changed

  • Laravel 5.3 requirement back to Laravel 5.0, JUST IN CASE it was working for people. (Only Laravel 5.3 and up is officially supported.)

1.0.0 Finally live! :)

31 Jan 00:47
Compare
Choose a tag to compare

Updated

  • minimum Laravel requirement specification to 5.3 (it was previously already the case, but not enforced in composer.json).

Notes

  • migration from egeloen/http-adapter to php-http/httplug is coming with the next release of geocoder-php.

Geocoder 3.3.x Support!

14 Oct 03:09
Compare
Choose a tag to compare
Pre-release

Hi all, this is a fairly big release, with lots of backwards-incompatible changes. Be sure to read the readme carefully if you are upgrading!

This is tagged as release candidate 1 to suss out any wrinkles before marking it stable. Please test and report back. I will am implementing this in live projects and will monitor functionality as well.

Added

  • ability to dump results #16.
  • ability to use multiple providers in addition to the chain provider #47.
  • more integration tests.
  • special aggregator that allows chaining of geocode() and other methods.

Changed

  • README documentation.
  • to use Geocoder 3.3.x.
  • namespace to Geocoder\Laravel\....
  • service provider to auto-load the facade.
  • config file format.
  • geocoding commands necessary to obtain results (must use ->all(), ->get(),
    or ->dump()) after the respective command.
  • the service provider architecture.

Fixed

  • MaxMindBinary Provider being instantiated with an Adapter #24.
  • GeoIP2 Provider being instantiated with a generic Adapter.

0.6.0 (2015-07-28)

28 Jul 12:32
Compare
Choose a tag to compare
  • Added: support for Laravel 5.1

0.5.0

11 Mar 22:15
Compare
Choose a tag to compare
  • [BC] the package is now compatible for Laravel 5
  • improved the doc
  • add code of conduct