boboldehampsink / slugify
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (1.1.1) of this package.
Slugify Plugin for Craft CMS
Package info
github.com/boboldehampsink/slugify
Type:craft-plugin
pkg:composer/boboldehampsink/slugify
1.1.1
2015-04-09 07:05 UTC
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