Skip to content

Conversation

FlowinBeatz
Copy link
Contributor

Changed Contao 5.5 mentions to Contao 5.6

Changed Contao 5.5 mentions to Contao 5.6
Copy link
Member

@zoglo zoglo left a 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

@FlowinBeatz
Copy link
Contributor Author

FlowinBeatz commented Oct 2, 2025

There is no siteparam for bugifx releases and major releases

I used the Interface's edit button. What should I do instead?

@zoglo
Copy link
Member

zoglo commented Oct 2, 2025

There is no siteparam for bugifx releases and major releases

There is one for 5.6

currentContaoVersion: '5.6'

I used the Interface's edit button. What should I do instead?

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 . button in your fork and then doing multiple changes ;)

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**.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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**.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.*",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"contao/manager-bundle": "5.6.*",
"contao/manager-bundle": "{{% siteparam "currentContaoVersion" %}}.*",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants