From 73bcfbde1b02897a1daac255feaedf1f6e439cad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=BCll=C3=BCp=2E?= Date: Thu, 2 Oct 2025 18:00:12 +0200 Subject: [PATCH 1/4] Update update-contao.en.md to Contao 5.6 Changed mentions from Contao 5.5 to Contao 5.6 --- docs/manual/installation/update-contao.en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/installation/update-contao.en.md b/docs/manual/installation/update-contao.en.md index d95c14b95..d190471e1 100644 --- a/docs/manual/installation/update-contao.en.md +++ b/docs/manual/installation/update-contao.en.md @@ -28,13 +28,13 @@ may not work anymore. The current major release of Contao is **version 5** when A minor release is a kind of milestone on the development path where new features have been added. Minor changes to existing pages might therefore be necessary. When writing these lines, the current minor version of Contao -is **version 5.5**. +is **version 5.6**. ### Bugfix release A bugfix release is a maintenance release whose primary purpose is to fix bugs; the current bugfix version of Contao -when writing these lines is **version 5.5.3**. +when writing these lines is **version 5.6.3**. ### Long-Term Support Versions @@ -115,7 +115,7 @@ If you are updating for a [minor release](#minor-release), you need to specify t { … "require": { - "contao/manager-bundle": "5.5.*", + "contao/manager-bundle": "5.6.*", … }, … From f0ed4445f974d7a4a4e1eb584b9e1934b55d7a98 Mon Sep 17 00:00:00 2001 From: Fritz Michael Gschwantner Date: Fri, 3 Oct 2025 11:04:30 +0100 Subject: [PATCH 2/4] use {{% siteparam "currentContaoVersion" %}} --- docs/manual/installation/update-contao.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/installation/update-contao.en.md b/docs/manual/installation/update-contao.en.md index d190471e1..f7b19d52e 100644 --- a/docs/manual/installation/update-contao.en.md +++ b/docs/manual/installation/update-contao.en.md @@ -33,8 +33,8 @@ is **version 5.6**. ### Bugfix release -A bugfix release is a maintenance release whose primary purpose is to fix bugs; the current bugfix version of Contao -when writing these lines is **version 5.6.3**. +A bugfix release is a maintenance release whose primary purpose is to fix bugs. +For example **version {{% siteparam "currentContaoVersion" %}}.1**. ### Long-Term Support Versions From 73df443a5139f2d7c4e162f74d4a781bd37a9580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=BCll=C3=BCp=2E?= Date: Fri, 10 Oct 2025 18:48:32 +0200 Subject: [PATCH 3/4] Update docs/manual/installation/update-contao.en.md Co-authored-by: Fritz Michael Gschwantner --- docs/manual/installation/update-contao.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/installation/update-contao.en.md b/docs/manual/installation/update-contao.en.md index f7b19d52e..971e50246 100644 --- a/docs/manual/installation/update-contao.en.md +++ b/docs/manual/installation/update-contao.en.md @@ -28,7 +28,7 @@ may not work anymore. The current major release of Contao is **version 5** when A minor release is a kind of milestone on the development path where new features have been added. Minor changes to existing pages might therefore be necessary. When writing these lines, the current minor version of Contao -is **version 5.6**. +is **version {{% siteparam "currentContaoVersion" %}}**. ### Bugfix release From eea9cca92b9a88442d6b5b23620c5a928b761fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=BCll=C3=BCp=2E?= Date: Fri, 10 Oct 2025 18:48:48 +0200 Subject: [PATCH 4/4] Update docs/manual/installation/update-contao.en.md Co-authored-by: Fritz Michael Gschwantner --- docs/manual/installation/update-contao.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/installation/update-contao.en.md b/docs/manual/installation/update-contao.en.md index 971e50246..83069078e 100644 --- a/docs/manual/installation/update-contao.en.md +++ b/docs/manual/installation/update-contao.en.md @@ -115,7 +115,7 @@ If you are updating for a [minor release](#minor-release), you need to specify t { … "require": { - "contao/manager-bundle": "5.6.*", + "contao/manager-bundle": "{{% siteparam "currentContaoVersion" %}}.*", … }, …