Releases: spatie/laravel-sluggable
Releases · spatie/laravel-sluggable
1.5.1
- fix bugs when using a custom separator
1.5.0
- add
usingSeparator()
1.4.1
- ignore global scopes when determining a unique slug
1.4.0
- add support for Laravel 5.4
1.3.0
- add
doNotGenerateSlugsOnCreate
anddoNotGenerateSlugsOnUpdate
1.2.0
Added the ability to generate slugs from a callable
1.1.0
- Allow custom slugs
1.0.2
Fix bug when creating slug from null value
1.0.1
Fix Postgres bug
1.0.0
Initial release