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:
authorJoas Schilling <coding@schilljs.com>2019-10-22 11:13:36 +0300
committerJoas Schilling <coding@schilljs.com>2019-10-22 11:14:29 +0300
commit03b4fd81e56cfadd63c4eb08a3fd80f1be1e43bd (patch)
tree7646d43987f98c6175b957bd6cb40e85db4c67d9 /page-security.php
parent027666d16fe4a36bc41b23ac850496f10f974a8c (diff)
Update list of supported versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'page-security.php')
-rw-r--r--page-security.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/page-security.php b/page-security.php
index bec4f5ab..882c4284 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('16.0.x (latest release)');?></li>
+ <li><?php echo $l->t('17.0.x (latest release)');?></li>
+ <li><?php echo $l->t('16.0.x (latest release)');?></li>
<li><?php echo $l->t('15.0.x (latest release)');?></li>
- <li><?php echo $l->t('14.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>