-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Describe the bug
The plugin currently only works with Strapi v4.25.20 and does not support other Strapi v4 variants (e.g., 4.25.11). This limits its usability and causes compatibility issues for users on different Strapi v4 versions.
To Reproduce
Steps to reproduce the behavior:
- Install the plugin on Strapi v4.25.11 or any other v4 version except 4.25.20.
- Try to use the plugin.
- The plugin does not function as expected or throws errors.
Expected behavior
The plugin should be compatible with all Strapi v4 versions, not just 4.25.20. It should work on older and newer v4 releases without issues.
Possible Solution
Update dependencies to allow compatibility with all Strapi v4 variants.
Identify and fix breaking changes that cause version restrictions.
Test the plugin with a range of Strapi v4.x versions.
Additional Context
Supporting all Strapi v4 variants will improve usability and prevent unnecessary version downgrades or upgrades just to use the plugin.