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>2021-05-19 16:06:41 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2021-05-19 16:06:41 +0300
commit87b92c888cb493ed3404482064d23c2740c92223 (patch)
treea30e43e96ec5d5ce2da4f55f3447ea8d58b93344 /page-security.php
parent8568c24f5577b0e311dd1ec4071cb3e0a2e7752b (diff)
21 is our latest!
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 f62fb79c..8187a718 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('21.0.x (latest release)');?></li>
<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>
</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>