Skip to content

Commit

Permalink
Add latest Wagtail to the list of versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Oct 26, 2023
1 parent 7ec4238 commit 4fb0682
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion apps/guide/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,15 @@
("zh-hant", "Chinese Traditional"),
]

WAGTAIL_GUIDE_VERSIONS = ["latest", "6.0.x", "5.1.x", "5.0.x", "4.2.x", "4.1.x"]
WAGTAIL_GUIDE_VERSIONS = [
"latest",
"6.0.x",
"5.2.x",
"5.1.x",
"5.0.x",
"4.2.x",
"4.1.x",
]

WAGTAIL_CONTENT_LANGUAGES = LANGUAGES = [
(f"{code}-{version}", f"{name} ({version})")
Expand Down

0 comments on commit 4fb0682

Please sign in to comment.