Skip to content

Releases: spatie/laravel-sluggable

3.2.0

15 Dec 07:40
6eabac0
Compare
Choose a tag to compare

What's Changed

  • Adds support for implicit route model binding with translated slugs by @marvin-wtt in #213

New Contributors

Full Changelog: 3.1.1...3.2.0

3.1.1

13 Dec 18:36
0f5606b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.0...3.1.1

3.1.0

04 Jun 13:54
03dd6b5
Compare
Choose a tag to compare
  • add extra scope callback option (#201)

3.0.2

07 May 14:58
8f20900
Compare
Choose a tag to compare
  • bugfix for updating slugs generated from a callback (#200)

3.0.1

22 Apr 06:15
a903398
Compare
Choose a tag to compare
  • update slug on non unique names (#195)

3.0.0

26 Mar 07:50
bd70bf0
Compare
Choose a tag to compare
  • require PHP 8+
  • drop support for PHP 7.x
  • convert syntax to PHP 8
  • move Exceptions to Exceptions folder to match structure of other packages

2.6.2

20 Mar 18:07
2970972
Compare
Choose a tag to compare
  • Added translatable slug overriding (#190)

2.6.1

31 Jan 18:47
Compare
Choose a tag to compare
  • fix Eloquent model checking (#186)

2.6.0

28 Oct 12:03
Compare
Choose a tag to compare
  • add preventOverwrite
  • add support for PHP 8

2.5.2

01 Oct 13:47
a1e0151
Compare
Choose a tag to compare
  • fixed an incompatibility bug with postgresql uuid column (#173)