Skip to content

Releases: laravie/geotools

v1.2.0

30 May 14:43
Compare
Choose a tag to compare

Added

  • Add support for PHP 8.

v1.1.1

01 Feb 01:59
Compare
Choose a tag to compare

Fixes

  • Fixes precision on League\Geotools\Distance\Distance::greatCircle() where some system may return acos() as NaN.

v1.1.0

07 Dec 05:36
Compare
Choose a tag to compare

Changes

  • Bump minimum PHP to 7.2+.

v1.0.2

26 Mar 02:48
Compare
Choose a tag to compare

Changes

  • Move MIN_LENGTH and MAX_LENGTH constants to League\Geotools\Geohash\GeohashInterface.

v1.0.1

13 Sep 08:46
Compare
Choose a tag to compare

Changes

  • Trivia update library setup.

v1.0.0

10 Feb 06:56
Compare
Choose a tag to compare

First stable release forked from https://github.com/thephpleague/geotools

Removed

  • Remove CLI tool.
  • Remove reverse geocode support.