From 5a21a89468197a74085437846cf8c6687c885281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Tue, 20 May 2025 12:39:34 +0200 Subject: [PATCH 1/3] Added Node requirement --- docs/getting_started/requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/requirements.md b/docs/getting_started/requirements.md index f493832ad4..f20e099b3f 100644 --- a/docs/getting_started/requirements.md +++ b/docs/getting_started/requirements.md @@ -248,7 +248,7 @@ Recommendation for production setups is to use Varnish/Fastly, Redis/Memcached, === "[[= product_name =]] v4.6" - - `Node.js` 18+ + - `Node.js` 18+, 20+, 22+ - `yarn` 1.15.2+ If you see a "+" next to the product version, it indicates a recommended version or higher within the same major release. From b4932028bfafbae01719277c32ea2c385480dc9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Tue, 20 May 2025 12:41:24 +0200 Subject: [PATCH 2/3] Expanded range of supported MySQL versions --- docs/getting_started/requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/requirements.md b/docs/getting_started/requirements.md index f20e099b3f..9fe5c6150f 100644 --- a/docs/getting_started/requirements.md +++ b/docs/getting_started/requirements.md @@ -79,7 +79,7 @@ Recommendation for production setups is to use Varnish/Fastly, Redis/Memcached, === "[[= product_name =]] v4.6" - MariaDB 10.3-10.11+ - - MySQL 8.0 + - MySQL 8.0+ - PostgreSQL 14 If you see a "+" next to the product version, it indicates a recommended version or higher within the same major release. From 8b99ab3a23f6416a6caddff87ef79ada7a7879d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Wed, 21 May 2025 11:28:25 +0200 Subject: [PATCH 3/3] Update docs/getting_started/requirements.md --- docs/getting_started/requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/requirements.md b/docs/getting_started/requirements.md index 9fe5c6150f..249602872a 100644 --- a/docs/getting_started/requirements.md +++ b/docs/getting_started/requirements.md @@ -79,7 +79,7 @@ Recommendation for production setups is to use Varnish/Fastly, Redis/Memcached, === "[[= product_name =]] v4.6" - MariaDB 10.3-10.11+ - - MySQL 8.0+ + - MySQL 8.0, 8.4 - PostgreSQL 14 If you see a "+" next to the product version, it indicates a recommended version or higher within the same major release.