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-01-29 14:13:53 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-01-29 14:13:53 +0300
commitd45bd3225bb564e0a465569e585cd199aba00c6f (patch)
treed3c668c5bb28dcfff7b7d5caf732d3c8a7337da4 /page-security.php
parentbf05f2fbdbdd85a850195a02611b1dc0a9a7d464 (diff)
update supported versions
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 afade2c6..82f09da9 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('18.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>
</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>