Releases: spatie/laravel-sluggable
Releases · spatie/laravel-sluggable
3.2.0
What's Changed
- Adds support for implicit route model binding with translated slugs by @marvin-wtt in #213
New Contributors
- @marvin-wtt made their first contribution in #213
Full Changelog: 3.1.1...3.2.0
3.1.1
What's Changed
- Migrate to PHP-CS-Fixer 3.x by @shuvroroy in #203
- Adds test case for replicate method by @eduarguz in #212
- Fix Deprecation: currentSlug is null by @phh in #218
New Contributors
- @shuvroroy made their first contribution in #203
- @eduarguz made their first contribution in #212
- @phh made their first contribution in #218
Full Changelog: 3.1.0...3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
- 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
2.6.1
2.6.0
- add
preventOverwrite
- add support for PHP 8