boboldehampsink / slugify
Slugify Plugin for Craft CMS
Installs: 7 881
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 1
Open Issues: 0
Type:craft-plugin
Requires
- composer/installers: ~1.0
This package is not auto-updated.
Last update: 2022-02-01 12:42:22 UTC
README
Plugin that allows you to create slugs from strings in templates.
Important: The plugin's folder should be named "slugify"
Deprecated
As of Craft 2.4, this is natively available as the "kebab" filter. Therefore this plugin is no longer supported.
Changelog
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