Skip to content

Releases: grimzy/laravel-mysql-spatial

1.2.0

21 Sep 17:55
Compare
Choose a tag to compare

Laravel 6 Support for Mysql 5.6 Branch (#104)
Thanks to @Chrissi2812 and @MatanYadaev.

2.2.0

04 Sep 11:15
6841f18
Compare
Choose a tag to compare

Support Laravel 6 (#99, #100).
Thanks to @MatanYadaev.

2.1.3

04 Mar 04:41
f124c23
Compare
Choose a tag to compare

Adds scopes orderByDistance() and orderByDistanceSphere() (#64)
Thanks to @robjbrain.

2.1.2

05 Feb 04:55
b1db057
Compare
Choose a tag to compare

Fix Geometry::fromWKB function to allow various SRID #67 #47
Thanks to @jl9404

1.1.4

05 Feb 05:13
Compare
Choose a tag to compare

Port of #67 (Fix Geometry::fromWKB function to allow various SRID)
Thanks to @jl9404

1.1.3

21 Jan 16:27
78ebd48
Compare
Choose a tag to compare

Port of #43 (Unserialize from GeoJSON) to mysql-5.6 branch. Closes #72.
Thanks to @Chrissi2812

2.1.1

26 Jul 01:04
34c10e4
Compare
Choose a tag to compare

Fixes bug when parsing WKT pair with extra wrapping parenthesis (#56)

2.1.0

16 Jun 19:20
99c02b2
Compare
Choose a tag to compare
  • Resolves compatibility issue with newer versions of Laravel (#49, #50)
  • Resolves SQL injection vulnerability (#48, #51)
  • Fix build (#53)

2.0.3

04 Mar 00:45
Compare
Choose a tag to compare

Added support to easily unserialize Geometry fields using Geometry::fromJson($string) (Resolves #23)

2.0.2

10 Sep 22:59
Compare
Choose a tag to compare

Fixes #13: Bug when using PointCollection::insertPoint()