Skip to content

Releases: geocoder-php/GeocoderLaravel

4.0.1

07 Aug 20:05

Choose a tag to compare

Fixed

  • missing PSR-7 dependency.

4.0.0

03 Aug 23:54

Choose a tag to compare

Fixed

  • typo which caused cache to be in-effective.

Changed

  • implemented geocoder-php 4.0.0.
  • version to 4.0.0 instead of 2.0.0 to maintain major version parity with
    parent package.
  • composer dependencies to release versions.
  • unit tests to pass.
  • updated readme with some clarifying notes. May have to completely rewrite it
    if it ends up being unclear.

1.1.2

13 Jul 01:27

Choose a tag to compare

Fixed

  • calls to cache by replacing cache helper function with IOC instance of cache.

1.1.1

22 Jun 14:46

Choose a tag to compare

Fixed

  • cache key generation to work with UTF8 characters (Japanese, for example). Thanks @nguyenhaiphan!

2.0.0-RC1

18 Jun 18:14

Choose a tag to compare

2.0.0-RC1 Pre-release
Pre-release

Added

  • compatibility with Geocoder 4.0-dev.
  • caching to geocodeQuery() and reverseQuery() methods.

Updated

  • the geocoder all() method to be deprecated. Use get().

Added Caching! (Finally) 👍

18 Jun 01:06

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

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

Choose a tag to compare

Fixed

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

1.0.3

20 Mar 20:50

Choose a tag to compare

Fixed

  • alias declaration to be Lumen-compatible.

1.0.2

20 Mar 18:59

Choose a tag to compare

Added

  • unit test for reverse-geocoding.