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:
authorMarius Blüm <marius@lineone.io>2019-04-29 17:59:50 +0300
committerGitHub <noreply@github.com>2019-04-29 17:59:50 +0300
commitcdd8ebe63211a4a7c32f623f3bcd7aa06de991eb (patch)
treeee67010abcd0c26b0419a4b736d2f24be32c3111 /page-security.php
parent99deb5f8e14da25c4da12d6b05ba3fbd7abcbdba (diff)
Update EOL information
Signed-off-by: Marius Blüm <marius@lineone.io>
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 52ef48b1..2971d1d4 100644
--- a/page-security.php
+++ b/page-security.php
@@ -57,9 +57,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('15.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>
- <li><?php echo $l->t('13.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>