Skip to content

Releases: geocoder-php/GeocoderLaravel

4.0.3

Choose a tag to compare

@mikebronner mikebronner released this 27 Oct 21:28

Fixed

  • cache duration to work on 32-bit systems.
  • geocoder to not cache if no results are provided.

4.0.2

Choose a tag to compare

@mikebronner mikebronner released this 03 Sep 00:29

Fixed

  • erroneous method getProvider() and marked it as deprecated.

4.0.1

Choose a tag to compare

@mikebronner mikebronner released this 07 Aug 20:05

Fixed

  • missing PSR-7 dependency.

4.0.0

Choose a tag to compare

@mikebronner mikebronner released this 03 Aug 23:54

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

Choose a tag to compare

@mikebronner mikebronner released this 13 Jul 01:27

Fixed

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

1.1.1

Choose a tag to compare

@mikebronner mikebronner released this 22 Jun 14:46

Fixed

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

2.0.0-RC1

2.0.0-RC1 Pre-release
Pre-release

Choose a tag to compare

@mikebronner mikebronner released this 18 Jun 18:14

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) 👍

Choose a tag to compare

@mikebronner mikebronner released this 18 Jun 01:06

Added

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

1.0.5: Merge pull request #79 from Alexgmin/master

Choose a tag to compare

@mikebronner mikebronner released this 12 May 23:31

Fixed

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

1.0.4: Fix class references in dockblocks

Choose a tag to compare

@mikebronner mikebronner released this 12 May 14:38

Fixed

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