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-25 11:10:48 +0300
committerJos Poortvliet <jos@opensuse.org>2018-09-27 14:16:27 +0300
commit8706014bc2826b0440913559fd31fd211418bb29 (patch)
tree9b666abaa2ce99374c548be47bd5d91bca9118f5 /page-security.php
parent72996f3fbbf036b4b77470c1149240c4239979cd (diff)
Update supported products
Signed-off-by: Marius Blüm <marius@lineone.io>
Diffstat (limited to 'page-security.php')
-rw-r--r--page-security.php18
1 files changed, 15 insertions, 3 deletions
diff --git a/page-security.php b/page-security.php
index 64e9d452..c28dfb2f 100644
--- a/page-security.php
+++ b/page-security.php
@@ -48,10 +48,22 @@
<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>
<p><?php echo $l->t('If you want to continue to use versions, which reached their End of Life, please');?> <a class="hyperlink" href="<?php echo home_url('enterprise/buy/') ?>"><?php echo $l->t('contact Nextcloud sales</a> to get access to our Long Term Support offering.');?></p>
-
- <p><?php echo $l->t('Nextcloud Android Client:');?></p>
+
+ <p><?php echo $l->t('Nextcloud Desktop Clients:');?></p>
+ <ul></p>
+ <li><?php echo $l->t('Latest release on <a href="https://download.nextcloud.com/desktop/releases/">our download servers</a>');?></li>
+ </ul>
+
+ <p><?php echo $l->t('Nextcloud Android Clients:');?></p>
+ <ul></p>
+ <li><?php echo $l->t('Latest release of <a href="https://play.google.com/store/apps/details?id=com.nextcloud.client">Nextcloud Files</a> in the Google Play Store');?></li>
+ <li><?php echo $l->t('Latest release of <a href="https://play.google.com/store/apps/details?id=com.nextcloud.talk2">Nextcloud Talk</a> in the Google Play Store');?></li>
+ </ul>
+
+ <p><?php echo $l->t('Nextcloud iOS Clients:');?></p>
<ul></p>
- <li><?php echo $l->t('Latest release on <a href="https://play.google.com/store/apps/details?id=com.nextcloud.client">Google Play Store</a>');?></li>
+ <li><?php echo $l->t('Latest release of <a href="https://itunes.apple.com/app/nextcloud/id1125420102?mt=8">Nextcloud Files</a> in the App Store');?></li>
+ <li><?php echo $l->t('Latest release of <a href="https://itunes.apple.com/app/nextcloud-talk/id1296825574?mt=8">Nextcloud Talk</a> in the App Store');?></li>
</ul>
</div>
</div>