You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seriously doubt — 4 years since last commit, the repo seems abandoned. Check the source code, it's really trivial to add the functionality to your own module (or add a new module). It's not complicated, all you need is in docs: https://craftcms.com/docs/4.x/extend/module-guide.html#preparation. In fact you need:
if (Craft::$app->request->getIsSiteRequest()) {
$extension = new SlugifyExtension(Slugify::create());
Craft::$app->view->registerTwigExtension($extension);
}
The rest is a module scaffolding, see docs.
There used to be a tool for generating plugins/modules (https://pluginfactory.io/), but it does not support C4. Still, you may use it as a reference.
Hi, Is this plugin going to be upgraded to support Craft V4? Any timeline for this?
Thanks in advance.
The text was updated successfully, but these errors were encountered: