Plugin that allows you to create slugs from strings in templates.
Important: The plugin's folder should be named "slugify"
As of Craft 2.4, this is natively available as the "kebab" filter. Therefore this plugin is no longer supported.
- Added a MIT license
- Improved code style and documentation
- Initial push to GitHub as a repo
- Implemented ElementHelper::createSlug()
- Initial push to GitHub as a Gist