NOTE: As of Craft 2.4, this is natively available as the "kebab" filter. Therefore this plugin is only required for non-english locales.
Plugin that allows you to create slugs from strings in templates.
Important: The plugin's folder should be named "slugify"
###1.2###
- Added ASCII conversion to slugify method
###1.1.1###
- Added a MIT license
- Improved code style and documentation
###1.1###
- Initial push to GitHub as a repo
- Implemented ElementHelper::createSlug()
###1.0###
- Initial push to GitHub as a Gist