From dd05b6aecf85a81a6e02a6c0a849120ee48f6c4b Mon Sep 17 00:00:00 2001 From: Arthur Moreau Date: Wed, 16 Aug 2023 10:24:59 +0200 Subject: [PATCH] update cloud cms version from 4.8.1 to 4.8.2 (#1818) --- docusaurus/docs/cloud/advanced/database.md | 2 +- docusaurus/docs/cloud/getting-started/deployment.md | 2 +- docusaurus/docs/cloud/getting-started/intro.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus/docs/cloud/advanced/database.md b/docusaurus/docs/cloud/advanced/database.md index 6bb89542f8..55e2ae2450 100644 --- a/docusaurus/docs/cloud/advanced/database.md +++ b/docusaurus/docs/cloud/advanced/database.md @@ -16,7 +16,7 @@ While possible, it is not recommended to use an external database with Strapi Cl :::prerequisites -- A local Strapi project running on `v4.8.1+`. +- A local Strapi project running on `v4.8.2+`. - Credentials for external database. - If using an existing database, the schema must match the Strapi project schema. diff --git a/docusaurus/docs/cloud/getting-started/deployment.md b/docusaurus/docs/cloud/getting-started/deployment.md index 21e0b16d39..cbabe464ad 100644 --- a/docusaurus/docs/cloud/getting-started/deployment.md +++ b/docusaurus/docs/cloud/getting-started/deployment.md @@ -14,7 +14,7 @@ This is a step-by-step guide for deploying your Strapi application on Strapi Clo Before you can deploy your Strapi application on Strapi Cloud, you need to have the following prerequisites: -* Strapi version `4.8.1` or higher +* Strapi version `4.8.2` or higher * 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)). * Project(s) source code hosted on [GitHub](https://github.com) * The connected repository can contain multiple Strapi applications. Each Strapi app must be in a separate directory. diff --git a/docusaurus/docs/cloud/getting-started/intro.md b/docusaurus/docs/cloud/getting-started/intro.md index 66eb3a16ca..05158721cd 100644 --- a/docusaurus/docs/cloud/getting-started/intro.md +++ b/docusaurus/docs/cloud/getting-started/intro.md @@ -15,7 +15,7 @@ Strapi Cloud is a managed content platform built on top of Strapi, the leading o 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. -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)). +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)). ## Strapi Community