Skip to content

4.0.3

Latest

Choose a tag to compare

@freekmurze freekmurze released this 28 Jul 13:20
572933c

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