Skip to content

Releases: spatie/laravel-sluggable

2.5.1

09 Sep 11:58
Compare
Choose a tag to compare
  • add support for Laravel 8

2.5.0

15 Jun 13:22
7b5192f
Compare
Choose a tag to compare
  • add helper trait to integrate with laravel-translatable #155

2.4.2

20 Apr 19:10
707265d
Compare
Choose a tag to compare
  • fix bug that causes empty slugs when dealing with multi-bytes chars (#152)

2.4.1

09 Apr 11:52
7fc73c1
Compare
Choose a tag to compare
  • use method for retrieving incrementing status of the model (#151)

2.2.2

06 Apr 14:31
Compare
Choose a tag to compare

L7

2.4.0

03 Mar 09:56
Compare
Choose a tag to compare
  • add support for Laravel 7, drop support for Laravel 6

2.3.0

06 Dec 10:03
Compare
Choose a tag to compare
  • drop support for anything below PHP 7.4 and Laravel 6

2.2.1

16 Sep 09:38
a51839b
Compare
Choose a tag to compare
  • Changed: Updated Laravel 6 compatibility for future versions

2.2.0

04 Sep 11:48
Compare
Choose a tag to compare
  • Drop support for PHP 7.1
  • Add support for Laravel 6.0

2.1.8

08 Jun 20:54
45b67cd
Compare
Choose a tag to compare
  • ensure slugs are unique when using soft deletes