VirtusLab-Open-Source / strapi-plugin-comments

A plugin for Strapi Headless CMS that provides end to end comments feature with their moderation panel, bad words filtering, abuse reporting and more.
MIT License
409 stars 64 forks source link

Support Strapi v4 #94

Closed ZDVokoun closed 2 years ago

ZDVokoun commented 2 years ago

Do you plan to rewrite the plugin to support Strapi v4, which was released a few days ago? There is tutorial from Strapi Blog, if you need it: https://strapi.io/blog/v4-plugin-migration-guide.

cyp3rius commented 2 years ago

Hello @ZDVokoun, it's already in progress: https://github.com/VirtusLab-Open-Source/strapi-plugin-comments/discussions/92

ZDVokoun commented 2 years ago

Oh, thanks for the quick response.

sheddy123 commented 2 years ago

Hello @cyp3rius How is this plugin implemented. I installed it on the latest strapi version, but calling it via api or attaching it to a relation don't seem to be working

cyp3rius commented 2 years ago

@sheddy123 may I ask you to create separated issue for your case? Provide please some broader explanation what the case is.

The plugin is written without db relations to your content types to make it flexible so you don't need to link it anywhere. Just follow Readme.md

cyp3rius commented 2 years ago

Closing this one as we're already support v4 by default 2.x version.