Releases: spatie/laravel-sluggable
Releases · spatie/laravel-sluggable
3.4.0
What's Changed
- Converts Test cases to Pest tests by @marvin-wtt in #223
- Add ability to skip the slug generation by a condition by @masterix21 in #227
New Contributors
- @masterix21 made their first contribution in #227
Full Changelog: 3.3.1...3.4.0
3.3.1
3.3.0
- support Laravel 9
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