Skip to content

Releases: spatie/laravel-sluggable

3.4.0

28 Mar 11:21
e3b102e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.3.1...3.4.0

3.3.1

09 Mar 07:26
9eba691
Compare
Choose a tag to compare

What's Changed

  • Add support for spatie/laravel-translatable:^6.0 by @mziraki in #224

New Contributors

Full Changelog: 3.3.0...3.3.1

3.3.0

13 Jan 11:34
Compare
Choose a tag to compare
  • support Laravel 9

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)