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-04-26 12:27:01 +0300
committerGitHub <noreply@github.com>2018-04-26 12:27:01 +0300
commit99a7e9b9e7d4f6c3738663dea05c167ce2031633 (patch)
treecf8afdc078fab2cccdb5774470fe841e147749af /page-security.php
parent6c1b544242bb171646337980b3442b02f115b8f8 (diff)
Update supported versions
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 2e9f5483..fa34d1f1 100644
--- a/page-security.php
+++ b/page-security.php
@@ -40,8 +40,8 @@
<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('Latest 11.x 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>