Skip to content

Releases: spatie/eloquent-sortable

5.0.1

21 Feb 21:27
caf2596

Choose a tag to compare

Support Laravel 13

5.0.0

12 Feb 10:06
354f531

Choose a tag to compare

What's changed

  • Use save() instead of saveQuietly() in moveAfter and moveBefore for consistent model event behavior (#200)
  • Drop support for PHP 8.1 (EOL)
  • Drop support for Laravel 9 (EOL)

Breaking changes

  • Minimum PHP version is now 8.2
  • Minimum Laravel version is now 10
  • moveAfter and moveBefore now fire model events (previously used saveQuietly())

4.5.2

25 Aug 11:47
c1c4f3a

Choose a tag to compare

What's Changed

  • Revert "Check for parent::buildSortQuery() (#188)" by @phh in #193

New Contributors

  • @phh made their first contribution in #193

Full Changelog: 4.5.1...4.5.2

4.5.1

25 Aug 08:15
8d0057a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.5.0...4.5.1

4.5.0

03 Jun 12:41
76c8fbc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.4.2...4.5.0

4.4.2

19 Feb 07:17
69e0e25

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.4.1...4.4.2

4.4.1

23 Dec 09:56
2448c25

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.4.0...4.4.1

4.4.0

04 Jun 11:10

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.3.0...4.4.0

4.3.0

02 May 09:49
fb8a5d0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.2.0...4.3.0

4.2.0

26 Feb 11:54
d7940cc

Choose a tag to compare

What's Changed

Full Changelog: 4.1.1...4.2.0