Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2020-11-03 13:54:00 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-11-03 13:54:08 +0300
commitd8b8fb249d6317185fa9dee6abb5513365198043 (patch)
tree89e2fbaac39812a35d72d1d5d8e5fa5588b49bba /page-security.php
parent59ba2732011d8880f6f4305a511cf0923ef70c0c (diff)
17 no longer supported.
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-security.php')
-rw-r--r--page-security.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page-security.php b/page-security.php
index 9a1d4d9a..f62fb79c 100644
--- a/page-security.php
+++ b/page-security.php
@@ -58,9 +58,9 @@
<h3><?php echo $l->t('Supported Product Versions');?></h3>
<p><strong><?php echo $l->t('Nextcloud Server:');?></strong></p>
<ul>
+ <li><?php echo $l->t('20.0.x (latest release)');?></li>
<li><?php echo $l->t('19.0.x (latest release)');?></li>
<li><?php echo $l->t('18.0.x (latest release)');?></li>
- <li><?php echo $l->t('17.0.x (latest release)');?></li>
</ul>
<p><?php echo $l->t('You will find our Maintenance and Release Schedule <a class="hyperlink" href="https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule">on GitHub</a>. Please have a close look into the End of Life-section.');?></p>