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>2018-09-20 21:53:26 +0300
committerJos Poortvliet <jos@opensuse.org>2018-09-24 17:08:49 +0300
commit8f950de6d48c62cb1e991c2cb9bfc5d96c2044ba (patch)
treebf7638fb1b601d0a82f1f7062b6c892e7335f610 /page-security.php
parent738ecba0043c886521d621194adb3171708c3784 (diff)
Update supported product versions
Signed-off-by: Marius Blüm <marius@lineone.io>
Diffstat (limited to 'page-security.php')
-rw-r--r--page-security.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/page-security.php b/page-security.php
index fa34d1f1..64e9d452 100644
--- a/page-security.php
+++ b/page-security.php
@@ -40,8 +40,9 @@
<h3><?php echo $l->t('Supported Product Versions');?></h3>
<p><?php echo $l->t('Nextcloud Server:');?></p>
<ul>
- <li><?php echo $l->t('Latest 13.x release');?></li>
- <li><?php echo $l->t('Latest 12.x release');?></li>
+ <li><?php echo $l->t('14.0.x (latest release)');?></li>
+ <li><?php echo $l->t('13.0.x (latest release)');?></li>
+ <li><?php echo $l->t('12.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>