Skip to content

Commit dd05b6a

Browse files
authored
update cloud cms version from 4.8.1 to 4.8.2 (#1818)
1 parent 3b3f015 commit dd05b6a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docusaurus/docs/cloud/advanced/database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ While possible, it is not recommended to use an external database with Strapi Cl
1616

1717
:::prerequisites
1818

19-
- A local Strapi project running on `v4.8.1+`.
19+
- A local Strapi project running on `v4.8.2+`.
2020
- Credentials for external database.
2121
- If using an existing database, the schema must match the Strapi project schema.
2222

docusaurus/docs/cloud/getting-started/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is a step-by-step guide for deploying your Strapi application on Strapi Clo
1414

1515
Before you can deploy your Strapi application on Strapi Cloud, you need to have the following prerequisites:
1616

17-
* Strapi version `4.8.1` or higher
17+
* Strapi version `4.8.2` or higher
1818
* Database: Project must be compatible with PostgreSQL. Strapi does not support and does not recommend using any external databases, though it's possible to configure one (see [advanced database configuration](/cloud/advanced/database)).
1919
* Project(s) source code hosted on [GitHub](https://github.com)
2020
* The connected repository can contain multiple Strapi applications. Each Strapi app must be in a separate directory.

docusaurus/docs/cloud/getting-started/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Strapi Cloud is a managed content platform built on top of Strapi, the leading o
1515

1616
Strapi Cloud enables you to increase your content velocity without having to compromise on customization needs and requirements. Development teams can rely on Strapi Cloud to abstract away the complexity of infrastructure management while keeping your development workflow and extending the core capabilities of Strapi. Content managers can use Strapi Cloud to autonomously manage all types of content and benefit from a complete set of content collaboration, security, and compliance features.
1717

18-
The typical workflow is to create your Strapi (v4.8.1 or later) application locally, extend the application with plugins or custom code, version the application's codebase through GitHub, and deploy the application in seconds with Strapi Cloud (see [deployment and prerequisites](/cloud/getting-started/deployment#prerequisites)).
18+
The typical workflow is to create your Strapi (v4.8.2 or later) application locally, extend the application with plugins or custom code, version the application's codebase through GitHub, and deploy the application in seconds with Strapi Cloud (see [deployment and prerequisites](/cloud/getting-started/deployment#prerequisites)).
1919

2020
## Strapi Community
2121

0 commit comments

Comments
 (0)