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:
authorRené Gieling <github@dartcafe.de>2022-03-29 15:56:51 +0300
committerGitHub <noreply@github.com>2022-03-29 15:56:51 +0300
commit70256cb7aad51348a45498406a5378bff60606b2 (patch)
tree24dcc1b40ca96af7d904f659de74ad2393d507d9
parent1679101b749276ff60117fda954d39a39ad56347 (diff)
Update supported versions (#1606)
-rw-r--r--page-security.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page-security.php b/page-security.php
index 18a0b27f..a2c60dfa 100644
--- a/page-security.php
+++ b/page-security.php
@@ -59,9 +59,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('23.0.x (latest release)');?></li>
<li><?php echo $l->t('22.0.x (latest release)');?></li>
<li><?php echo $l->t('21.0.x (latest release)');?></li>
- <li><?php echo $l->t('20.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>