Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/manual/installation/update-contao.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {{% siteparam "currentContaoVersion" %}}**.


### 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**.
A bugfix release is a maintenance release whose primary purpose is to fix bugs.
For example **version {{% siteparam "currentContaoVersion" %}}.1**.


### Long-Term Support Versions
Expand Down Expand Up @@ -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": "{{% siteparam "currentContaoVersion" %}}.*",
},
Expand Down