File tree Expand file tree Collapse file tree 3 files changed +535
-502
lines changed Expand file tree Collapse file tree 3 files changed +535
-502
lines changed Original file line number Diff line number Diff line change @@ -85,9 +85,15 @@ If you are currently using this package in your plugin and would like to be feat
85
85
86
86
Supported Strapi Versions:
87
87
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 |
91
97
92
98
** This plugin will not work with Strapi v3 projects as it utilizes APIs that don't exist in the v3!**
93
99
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " strapi-plugin-redis" ,
3
- "version" : " 1.0.0-alpha.2 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Plugin used to centralize management of Redis connections in Strapi" ,
5
5
"strapi" : {
6
6
"displayName" : " Redis" ,
10
10
"kind" : " plugin"
11
11
},
12
12
"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 "
16
16
},
17
17
"devDependencies" : {
18
18
"@strapi-community/eslint-config" : " 0.1.5" ,
You can’t perform that action at this time.
0 commit comments