Skip to content

Version 3.0

Compare
Choose a tag to compare
@caseyamcl caseyamcl released this 20 Aug 18:03
· 28 commits to master since this release

Changed

  • 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.