Skip to content

Commit a25c17b

Browse files
Merge pull request #11 from strapi-community/feat/stable
Make the plugin stable!
2 parents cc09559 + 601cace commit a25c17b

File tree

3 files changed

+535
-502
lines changed

3 files changed

+535
-502
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,15 @@ If you are currently using this package in your plugin and would like to be feat
8585

8686
Supported Strapi Versions:
8787

88-
- Strapi v4.0.x
89-
- Strapi v4.1.x
90-
- Strapi v4.2.x (Tested July 2022)
88+
| Strapi Version | Supported | Tested On |
89+
|----------------|------------|---------------|
90+
| v3 || N/A |
91+
| v4.0.x || July 2022 |
92+
| v4.1.x || July 2022 |
93+
| v4.2.x || July 2022 |
94+
| v4.3.x || December 2022 |
95+
| v4.4.x || December 2022 |
96+
| v4.5.x || December 2022 |
9197

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-plugin-redis",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.1",
44
"description": "Plugin used to centralize management of Redis connections in Strapi",
55
"strapi": {
66
"displayName": "Redis",
@@ -10,9 +10,9 @@
1010
"kind": "plugin"
1111
},
1212
"dependencies": {
13-
"chalk": "^4.1.2",
14-
"debug": "^4.3.3",
15-
"ioredis": "^4.28.2"
13+
"chalk": "4.1.2",
14+
"debug": "4.3.4",
15+
"ioredis": "5.2.4"
1616
},
1717
"devDependencies": {
1818
"@strapi-community/eslint-config": "0.1.5",

0 commit comments

Comments
 (0)