Skip to content

Conversation

FlowinBeatz
Copy link
Contributor

Changed mentions from Contao 5.5 to Contao 5.6

Changed mentions from Contao 5.5 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

@fritzmg
Copy link
Contributor

fritzmg commented Oct 2, 2025

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

@zoglo
Copy link
Member

zoglo commented Oct 2, 2025

And may be we need a param for the LTS version after all

👍

We would technically need two😁. 5.3 and 5.7 will be LTS simultaneously, at least for one year (Same as 4.13 being a former LTS but still being supported :) )

@fritzmg
Copy link
Contributor

fritzmg commented Oct 2, 2025

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**.
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
is **version 5.6**.
is **version {{% siteparam "currentContaoVersion" %}}**.

"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