Releases: spatie/laravel-sluggable
Releases · spatie/laravel-sluggable
2.1.1
- improve compatibility with Lumen
2.1.0
- add
usingLanguage
2.0.0
- add support for Laravel 5.5, drop support for all older versions of the framework
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