Skip to content

Commit

Permalink
Merge pull request #11 from strapi-community/feat/stable
Browse files Browse the repository at this point in the history
Make the plugin stable!
  • Loading branch information
derrickmehaffy authored Dec 22, 2022
2 parents cc09559 + 601cace commit a25c17b
Show file tree
Hide file tree
Showing 3 changed files with 535 additions and 502 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,15 @@ If you are currently using this package in your plugin and would like to be feat

Supported Strapi Versions:

- Strapi v4.0.x
- Strapi v4.1.x
- Strapi v4.2.x (Tested July 2022)
| Strapi Version | Supported | Tested On |
|----------------|------------|---------------|
| v3 || N/A |
| v4.0.x || July 2022 |
| v4.1.x || July 2022 |
| v4.2.x || July 2022 |
| v4.3.x || December 2022 |
| v4.4.x || December 2022 |
| v4.5.x || December 2022 |

**This plugin will not work with Strapi v3 projects as it utilizes APIs that don't exist in the v3!**

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-plugin-redis",
"version": "1.0.0-alpha.2",
"version": "1.0.1",
"description": "Plugin used to centralize management of Redis connections in Strapi",
"strapi": {
"displayName": "Redis",
Expand All @@ -10,9 +10,9 @@
"kind": "plugin"
},
"dependencies": {
"chalk": "^4.1.2",
"debug": "^4.3.3",
"ioredis": "^4.28.2"
"chalk": "4.1.2",
"debug": "4.3.4",
"ioredis": "5.2.4"
},
"devDependencies": {
"@strapi-community/eslint-config": "0.1.5",
Expand Down
Loading

0 comments on commit a25c17b

Please sign in to comment.