You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, Wagtail Bakery supports Wagtail >= 1.6. While there are no real issues with supporting such an old version, it probably isn't the best use of resources (having to constantly ensure backward compatibility) and is probably worthless as it is unlikely that Wagtail 1.6 is still being used anywhere.
During the Wagtail core team meeting of September 12th 2018, it was decided that to only support the following versions: LTS version, current and current-1.
At the moment, it would mean 2.2, 2.1, 1.13 and 1.12 but with the next LTS version (2.3) around the corner and the breaking changes of Wagtail 2.0, it was decided that the package would drop compatibility with Wagtail prior to 2.0.
Unless someone makes a strong counter argument, this will be implemented in the next release.
TODO
Document supported versions of Wagtail
Update test matrix to test said versions
The text was updated successfully, but these errors were encountered:
At the moment, Wagtail Bakery supports Wagtail >= 1.6. While there are no real issues with supporting such an old version, it probably isn't the best use of resources (having to constantly ensure backward compatibility) and is probably worthless as it is unlikely that Wagtail 1.6 is still being used anywhere.
During the Wagtail core team meeting of September 12th 2018, it was decided that to only support the following versions: LTS version, current and current-1.
At the moment, it would mean
2.2
,2.1
,1.13
and1.12
but with the next LTS version (2.3
) around the corner and the breaking changes of Wagtail2.0
, it was decided that the package would drop compatibility with Wagtail prior to2.0
.Unless someone makes a strong counter argument, this will be implemented in the next release.
TODO
The text was updated successfully, but these errors were encountered: