From 8306291fc31f962d95562b1d493e20faace66cb3 Mon Sep 17 00:00:00 2001 From: Pierre Wizla Date: Wed, 9 Oct 2024 17:32:19 +0200 Subject: [PATCH] Update release-notes for 5.1.1 --- docusaurus/docs/release-notes.md | 79 +++++++++++++++++++++++++++++++- 1 file changed, 78 insertions(+), 1 deletion(-) diff --git a/docusaurus/docs/release-notes.md b/docusaurus/docs/release-notes.md index bfe020e779..b667b84cca 100644 --- a/docusaurus/docs/release-notes.md +++ b/docusaurus/docs/release-notes.md @@ -11,7 +11,7 @@ This page lists all the Strapi Docs version numbers and their corresponding upda
๐Ÿง Strapi Docs version numbers explained: -The Strapi Documentation (Strapi Docs) at [docs.strapi.io](https://docs.strapi.io) always documents the latest version of Strapi (CMS and Cloud) products. +The **Strapi Documentation** (Strapi Docs) at [docs.strapi.io](https://docs.strapi.io) **always documents the latest version of Strapi (CMS and Cloud) products**. Since Strapi Docs version 5.0.0, the **docs' version number is independent from the Strapi product version**. Thus, the version numbers of [`strapi/documentation`](https://github.com/strapi/documentation) and [`strapi/strapi`](https://github.com/strapi/strapi) may differ. @@ -25,6 +25,83 @@ New versions (minor or patch) are generally released weekly, on Wednesdays.
+## 5.1.1 + +### ๐Ÿ–Œ Updated content + +#### Strapi Cloud + +* [List environments with Cloud CLI](https://github.com/strapi/documentation/pull/2239) + +#### Dev Docs + +* [`publicationAt` breaking change](https://github.com/strapi/documentation/pull/2249) + +### ๐Ÿงน Chore, fixes, typos, and other improvements + +#### Strapi Cloud + +* [Update wording on purchasable extra Seats](https://github.com/strapi/documentation/pull/2238) + +#### Dev Docs + +* [Clarify sorting for relational fields in the Content Manager list view](https://github.com/strapi/documentation/pull/2224) +* [Fix typo for `v4CompatibilityMode` flag](https://github.com/strapi/documentation/pull/2257) +* [Fix step-by-step v4 โ†’ v5 migration (v4CompatibilityMode flag)](https://github.com/strapi/documentation/pull/2255) +* [Update environment declaration in Docker guide](https://github.com/strapi/documentation/pull/2253) +* [Fix createStrapi method in TypeScript development documentation](https://github.com/strapi/documentation/pull/2248) +* [Fix links in the REST API documentation](https://github.com/strapi/documentation/pull/2247) +* [Fix CheckPagePermissions code example in helper-plugin deprecation guide](https://github.com/strapi/documentation/pull/2244) +* [Fix typo for init command in Plugin SDK](https://github.com/strapi/documentation/pull/2243) +* [Add link to ms package for examples for JWT expiresIn](https://github.com/strapi/documentation/pull/2242) + +#### Repository + +* [Update LICENSE](https://github.com/strapi/documentation/pull/2251) + + +*** + +This release was made possible thanks to the following contributors. Thank you! ๐Ÿซถ + +
+ + + viniciuspalma + + + Patryk0494 + + + oyeamjad + + + paulislava + + + gurdiga + + + maccomaccomaccomacco + + + derrickmehaffy + + + kibwashere + + + gonbaum + + + pwizla + + +
+ +
+
+ ## 5.1.0 ### โœจ New content