Skip to content

Releases: masterix21/laravel-addressable

2.0.0

23 Sep 10:05
Compare
Choose a tag to compare

2.0.0 - 2024-09-23

  • Drop Laravel 10 support
  • Change position with coordinates
  • Migrate tests to Pest

1.3.0

06 Mar 16:10
Compare
Choose a tag to compare

1.3.0 - 2024-03-06

  • Add support to Laravel 11.x
  • Automatically delete addresses when the addressable is deleted

1.2.0

14 Feb 17:47
Compare
Choose a tag to compare

1.2.0 - 2023-02-14

  • Add support to Laravel 10.x

1.1.4

10 Oct 16:04
a372bf8
Compare
Choose a tag to compare

1.1.4 - 2022-10-10

  • Changed ST_Distance with ST_Distance_Sphere

1.1.3

17 Aug 14:33
7f0c6df
Compare
Choose a tag to compare

1.1.3 - 2022-08-17

  • Fix wrong lng/lat parameters order

1.1.1

18 Jul 10:03
3f811c6
Compare
Choose a tag to compare

1.1.1 - 2022-07-18

  • Add point cast to Address model

1.1.0

04 Jul 14:27
3023d19
Compare
Choose a tag to compare

1.1.0 - 2022-07-04

  • Add ability to use Point columns
  • Query all points between or over another point within X meters

1.0.4

19 Apr 10:28
a100003
Compare
Choose a tag to compare
  • Add support to PHP8

1.0.3

09 Sep 16:12
b1af908
Compare
Choose a tag to compare
  • Upgrade to Laravel 8.0

1.0.2

27 Aug 09:28
7ee352d
Compare
Choose a tag to compare
  • 💅 Add displayAddress attribute
  • 🐛 Renamed shipment to shipping