Releases: cocur/slugify
Releases · cocur/slugify
Version 0.9 (29 May 2014)
- #28 Add Symfony2 service alias and make Twig extension private (by Kevin Bond)
Version 0.8 (18 April 2014)
- #27 Add support for Arabic characters (by Davide Bellini)
- Added some missing characters
- Improved organisation of characters in
Slugify
class
Version 0.7 (4 April 2014)
This version introduces optional integrations into Symfony2, Silex and Twig. You can still use the library in any other framework. I decided to include these bridges because there exist integrations from other developers, but they use outdated versions of cocur/slugify. Including these small bridge classes in the library makes maintaining them a lot easier for me.
Version 0.6 (2 April 2014)
- #22 Added support for Esperanto characters (by Michel Petit)
Version 0.5 (28 March 2014)
- #21 Added support for greek characters (by Michel Petit)
- #20 Fixed rule for cyrillic letter D (by Marchenko Alexandr)
- Add missing
$separator
parameter toSlugifyInterface
Version 0.4.1 (9 March 2014)
- #19 Adds soft sign rule (by Marchenko Alexandr)
Version 0.4 (17 January 2014)
Nearly completely rewritten code, removes iconv
support because the underlying library is broken. The code is now better and faster. Many thanks to Marchenko Alexandr.