What's Changed
-
Fix unique slug generation when the slug or separator contains a
LIKEwildcard (_,%,\) by @amrachraf6699 in #311On drivers without a default
LIKEescape character (SQLite), the slug-variant lookup silently matched nothing, so a separator like_caused suffixes to be reused (foo_bar_1twice instead offoo_bar_2).
Full Changelog: 4.0.2...4.0.3