Skip to content

Commit e7095cd

Browse files
update readme
1 parent 612bafc commit e7095cd

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Copyright (c) 2022 Strapi Community.
1+
Copyright (c) 2025 Strapi Community.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

55
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
66

7-
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@
1717

1818
- [🚦 Current Status](#-current-status)
1919
- [✨ Features](#-features)
20-
- [🤔 Motivation](#-motivation)
2120
- [🖐 Requirements](#-requirements)
2221
- [🚚 Getting Started](#-getting-started)
2322
- [Contributing](#contributing)
2423
- [License](#license)
2524

2625
## 🚦 Current Status
2726

28-
This package is currently under development and should be consider **ALPHA** in terms of state. I/We are currently accepting contributions and/or dedicated contributors to help develop and maintain this package.
27+
This package is currently under development and should be consider **BETA** in terms of state. I/We are currently accepting contributions and/or dedicated contributors to help develop and maintain this package.
2928

3029
## ✨ Features
3130

@@ -38,10 +37,9 @@ You can set a **strategy** to tell what to cache and how much time responses sho
3837

3938
Supported Strapi Versions:
4039

41-
- Strapi v4.0.x (recently tested as of January 2022)
42-
- Strapi v4.1.x (recently tested as of March 2022)
43-
- Strapi v4.x.x (Assumed, but possibly not tested)
40+
- Strapi v5.x.x (recently tested as of September 2025)
4441

42+
**If you are looking for the Strapi v4.x support, please check the [legacy package](https://www.npmjs.com/package/strapi-plugin-rest-cache).**
4543
**If you are looking for a plugin for Strapi v3.x, please check the [strapi-middleware-cache](https://github.com/patrixr/strapi-middleware-cache/).**
4644

4745
## 🚚 Getting Started
@@ -52,7 +50,7 @@ Supported Strapi Versions:
5250

5351
I/We are actively looking for contributors, maintainers, and others to help shape this package. As this plugins sole purpose within the Strapi community is to be used by other developers and plugin maintainers to get fast responses time.
5452

55-
If interested please feel free to email the lead maintainer Sacha at: [email protected] or ping `stf#3254` on Discord.
53+
If interested please feel free to open an issue or pull request.
5654

5755
## License
5856

playgrounds/memory/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"test:e2e": "jest --detectOpenHandles --forceExit"
1313
},
1414
"dependencies": {
15-
"@strapi/plugin-users-permissions": "^5.18.0",
16-
"@strapi/strapi": "^5.18.0",
15+
"@strapi/plugin-users-permissions": "5.23.3",
16+
"@strapi/strapi": "5.23.3",
1717
"better-sqlite3": "11.3.0",
1818
"fs-extra": "^10.0.0",
1919
"mime-types": "^2.1.27",

playgrounds/redis/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"test:e2e": "jest --detectOpenHandles --forceExit"
1313
},
1414
"dependencies": {
15-
"@strapi/plugin-users-permissions": "^5.18.0",
16-
"@strapi/strapi": "^5.18.0",
15+
"@strapi/plugin-users-permissions": "5.23.3",
16+
"@strapi/strapi": "5.23.3",
1717
"@strapi-community/plugin-redis": "^2.0.0",
1818
"@strapi-community/plugin-rest-cache": "5.0.0-alpha.5",
1919
"@strapi-community/provider-rest-cache-redis": "5.0.0-alpha.5",

0 commit comments

Comments
 (0)