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

Installs: 7 881

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 2

Forks: 1

Open Issues: 0

Type:craft-plugin

1.1.1 2015-04-09 07:05 UTC

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