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:
authorLukas Reschke <lukas@statuscode.ch>2021-07-28 18:51:48 +0300
committerGitHub <noreply@github.com>2021-07-28 18:51:48 +0300
commit336bfc69733fc9aff26bd627a56c04610f704ff5 (patch)
tree16e8050072fe92bf6f9203a30588d168df864a1f /page-security.php
parente0864566069678efeebfd8e68b702a30633d3499 (diff)
Update supported releases (#1513)
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 21884687..18a0b27f 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('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>
- <li><?php echo $l->t('19.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>