mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
Update for v3 EOL
This commit is contained in:
parent
8716ecc920
commit
392995837c
10
README.md
10
README.md
@ -86,8 +86,12 @@ Complete installation requirements can be found in the documentation under <a hr
|
||||
|
||||
**Node:**
|
||||
|
||||
- NodeJS >= 14 <= 18
|
||||
- NPM >= 6.x
|
||||
Strapi only supports maintenance and LTS versions of Node.js. Please refer to the <a href="https://nodejs.org/en/about/releases/">Node.js release schedule</a> for more information. NPM versions installed by default with Node.js are supported. Generally it's recommended to use yarn over npm where possible.
|
||||
|
||||
| Strapi Version | Recommended | Minimum |
|
||||
| -------------- | ----------- | ------- |
|
||||
| 4.3.9 and up | 18.x | 16.x |
|
||||
| 4.0.x to 4.3.8 | 16.x | 16.x |
|
||||
|
||||
**Database:**
|
||||
|
||||
@ -98,7 +102,7 @@ Complete installation requirements can be found in the documentation under <a hr
|
||||
| PostgreSQL | 11.0 | 14.0 |
|
||||
| SQLite | 3 | 3 |
|
||||
|
||||
**We recommend always using the latest version of Strapi to start your new projects**.
|
||||
**We recommend always using the latest version of Strapi GA to start your new projects**.
|
||||
|
||||
## Features
|
||||
|
||||
|
||||
@ -2,10 +2,12 @@
|
||||
|
||||
## Supported Versions
|
||||
|
||||
As of May 2022 (and until this document is updated), only the v4.x.x _stable_ releases of Strapi are supported for updates and bug fixes. Any previous versions are currently not supported and users are advised to use them "at their own risk".
|
||||
As of January 2023 (and until this document is updated), only the v4.x.x _GA_ releases of Strapi are supported for updates and bug fixes. Any previous versions are currently not supported and users are advised to use them "at their own risk".
|
||||
|
||||
- v3.x.x support is limited to Critical/High severity security updates only until December 2022
|
||||
- v4.x.x is considered LTS until further notice
|
||||
- v4.x.x **GA** is considered LTS until further notice
|
||||
- v4.x.x **Beta** is considered unstable and not supported
|
||||
- v4.x.x **Alpha** is considered unstable and not supported
|
||||
- v3.x.x is considered deprecated and not supported
|
||||
|
||||
## Reporting a Vulnerability
|
||||
|
||||
|
||||
@ -80,14 +80,18 @@ Complete installation requirements can be found in the documentation under <a hr
|
||||
- CentOS/RHEL 8
|
||||
- macOS Mojave
|
||||
- Windows 10
|
||||
- Docker - [Docker-Repo](https://github.com/strapi/strapi-docker)
|
||||
- Docker
|
||||
|
||||
(Please note that Strapi may work on other operating systems, but these are not tested nor officially supported at this time.)
|
||||
|
||||
**Node:**
|
||||
|
||||
- NodeJS >= 14 <= 18
|
||||
- NPM >= 6.x
|
||||
Strapi only supports maintenance and LTS versions of Node.js. Please refer to the <a href="https://nodejs.org/en/about/releases/">Node.js release schedule</a> for more information. NPM versions installed by default with Node.js are supported. Generally it's recommended to use yarn over npm where possible.
|
||||
|
||||
| Strapi Version | Recommended | Minimum |
|
||||
| -------------- | ----------- | ------- |
|
||||
| 4.3.9 and up | 18.x | 16.x |
|
||||
| 4.0.x to 4.3.8 | 16.x | 16.x |
|
||||
|
||||
**Database:**
|
||||
|
||||
@ -98,7 +102,7 @@ Complete installation requirements can be found in the documentation under <a hr
|
||||
| PostgreSQL | 11.0 | 14.0 |
|
||||
| SQLite | 3 | 3 |
|
||||
|
||||
**We recommend always using the latest version of Strapi to start your new projects**.
|
||||
**We recommend always using the latest version of Strapi GA to start your new projects**.
|
||||
|
||||
## Features
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user