-
-
Notifications
You must be signed in to change notification settings - Fork 160
Update update-contao.de.md to Contao 5.6 #1678
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 Contao 5.5 mentions 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 could and should use the SiteParam
https://learn.netlify.app/en/shortcodes/siteparam/
#1670
Sidenote:
You could have used github.dev to stage both file changes in your repository, that way you wouldn't have needed another PR #1679
There is no siteparam for bugifx releases and major releases I used the Interface's edit button. What should I do instead? |
There is one for 5.6 docs/page/config/_default/params.yml Line 16 in 06182c6
It's fine the way you are doing it, I just wanted to mention that you can also use VSCode in the browser by pressing the |
Bei einem Minor-Release handelt es sich um eine Art Meilenstein auf dem Weg der Entwicklung, bei dem neue Funktionen | ||
hinzugefügt wurden. Kleinere Anpassungen bestehender Seiten können daher notwendig sein. Die aktuelle Minor-Version von | ||
Contao ist beim Schreiben dieser Zeilen die **Version 5.5**. | ||
Contao ist beim Schreiben dieser Zeilen die **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.
Contao ist beim Schreiben dieser Zeilen die **Version 5.6**. | |
Contao ist beim Schreiben dieser Zeilen die **Version {{% siteparam "currentContaoVersion" %}}**. |
|
||
Bei einem Bugfix-Release handelt es sich um ein Wartungsrelease, dessen primärer Zweck die Behebung von Fehlern ist. | ||
Die aktuelle Bugfix-Version von Contao ist beim Schreiben dieser Zeilen die **Version 5.5.3**. | ||
Die aktuelle Bugfix-Version von Contao ist beim Schreiben dieser Zeilen die **Version 5.6.3**. |
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.
Die aktuelle Bugfix-Version von Contao ist beim Schreiben dieser Zeilen die **Version 5.6.3**. | |
Zum Beispiel **Version {{% siteparam "currentContaoVersion" %}}.1**. |
… | ||
"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 Contao 5.5 mentions to Contao 5.6