diff --git a/admin_manual/release_schedule.rst b/admin_manual/release_schedule.rst index ad8c2d09d..00fe5078f 100644 --- a/admin_manual/release_schedule.rst +++ b/admin_manual/release_schedule.rst @@ -7,12 +7,12 @@ This page gives an overview of the currently supported and released versions as +--------+-------------------+------------------+ | | release date | end of life | +========+===================+==================+ +| **22** | 2021-07-06 | 2022-07 | ++--------+-------------------+------------------+ | **21** | 2021-02-22 | 2022-02 | +--------+-------------------+------------------+ | **20** | 2020-10-03 | 2021-10 | +--------+-------------------+------------------+ -| **19** | 2020-06-03 | 2021-06 | -+--------+-------------------+------------------+ Find the detailed schedule for major and maintenance releases at: `GitHub `_. @@ -34,6 +34,8 @@ Older versions +----------+----------------+-------------+-------------------------+ | | release date | end of life | latest version | +==========+================+=============+=========================+ +| **19** | 2020-06-03 | 2021-06 | 19.0.13 (2021-07-01) | ++----------+----------------+-------------+-------------------------+ | **18** | 2020-01-16 | 2021-01 | 18.0.14 (2021-01-27) | +----------+----------------+-------------+-------------------------+ | **17** | 2019-09-30 | 2020-10 | 17.0.10 (2020-10-08) | diff --git a/conf.py b/conf.py index fb0e2b09f..1d8265f45 100644 --- a/conf.py +++ b/conf.py @@ -36,8 +36,8 @@ html_logo = "../_shared_assets/static/logo-white.png" rst_epilog = '.. |version| replace:: %s' % version # building the versions list -version_start = 19 # THIS IS THE SUPPORTED VERSION NUMBER -version_stable = 21 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER +version_start = 20 # THIS IS THE SUPPORTED VERSION NUMBER +version_stable = 22 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER def generateVersionsDocs(current_docs): versions_doc = [] for v in range(version_start, version_stable + 1): diff --git a/index.html b/index.html index 311bc47c8..239f92f32 100644 --- a/index.html +++ b/index.html @@ -220,7 +220,7 @@
-

Nextcloud 22

+

Nextcloud 23

This documents the upcoming version of Nextcloud (not released).

-

Nextcloud 21

+

Nextcloud 22

This documents the latest stable version of Nextcloud.

+
+

Nextcloud 21

+

This documents the previous version of Nextcloud.

+ +
+

Nextcloud 20

-

This documents the previous version of Nextcloud.

+

This documents the last supported version of Nextcloud.

-
-

Nextcloud 19

-

This documents the last supported version of Nextcloud.

- -
-

Nextcloud Desktop Client