You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING: Renamed internal class UniqueSluggifier to UniqueSlugify
Minor comment fixes and make arguments optional in service constructors
(dev) Added *.cache to gitignore (mostly for PHPUnit)
(dev) Made compatible with PHPUnit v9 and updated phpunit.xml.dist schema
Fixed
Fixed bug from v2.3: If default slugifier is used (UniqueSlugify.php), then ensure unique instance each time MarkupFixer::fix() is run. This will prevent it from continuing to generate unique slugs if used more than once.