packagist spatie/laravel-sluggable 4.0.3

7 hours ago

What's Changed

  • Fix unique slug generation when the slug or separator contains a LIKE wildcard (_, %, \) by @amrachraf6699 in #311

    On drivers without a default LIKE escape character (SQLite), the slug-variant lookup silently matched nothing, so a separator like _ caused suffixes to be reused (foo_bar_1 twice instead of foo_bar_2).

Full Changelog: 4.0.2...4.0.3

Don't miss a new laravel-sluggable release

NewReleases is sending notifications on new releases.