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-11-22 15:29:08 +0300
committerGitHub <noreply@github.com>2018-11-22 15:29:08 +0300
commit8776162cf99d7740614fd9de2483cdd709ec243e (patch)
treedc8f66d5b16020dd62357e1a4a9fa2789bc60b78 /page-security.php
parent5da32333f79ac25433760ae5607acf068afe687b (diff)
12 is not longer a supported product version
Signed-off-by: Marius Blüm <marius@lineone.io>
Diffstat (limited to 'page-security.php')
-rw-r--r--page-security.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/page-security.php b/page-security.php
index 8aa2d9ef..18d7f552 100644
--- a/page-security.php
+++ b/page-security.php
@@ -57,9 +57,8 @@
<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('14.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>
- <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>