-
-
Notifications
You must be signed in to change notification settings - Fork 160
Update update-contao.en.md to Contao 5.6 #1679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Changed mentions from Contao 5.5 to Contao 5.6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do not have a site param for the current bugfix version though. I think that should be removed, since it will always be out of date. And may be we need a param for the LTS version after all, like originally suggested by @Toflar |
👍 We would technically need two😁. |
No, once 5.7 is out, this will be the LTS version. There is no point creating a new contao installation with 5.3 when 5.7 is released. |
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**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is **version 5.6**. | |
is **version {{% siteparam "currentContaoVersion" %}}**. |
… | ||
"require": { | ||
"contao/manager-bundle": "5.5.*", | ||
"contao/manager-bundle": "5.6.*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"contao/manager-bundle": "5.6.*", | |
"contao/manager-bundle": "{{% siteparam "currentContaoVersion" %}}.*", |
Changed mentions from Contao 5.5 to Contao 5.6