Merge pull request #50068 from nextcloud/chore/noid/hub10

Bump Hub 9 -> Hub 10
This commit is contained in:
Arthur Schiwon 2025-01-07 14:44:46 +01:00 committed by GitHub
commit bbba8b4fe2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,5 +57,5 @@
<div id="version" class="section">
<!-- should be the last part, so Updater can follow if enabled (it has no heading therefore). -->
<h2><?php p($l->t('Version'));?></h2>
<p><strong><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" rel="noreferrer noopener" target="_blank">Nextcloud Hub 9</a> (<?php p($_['version']) ?>)</strong></p>
<p><strong><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" rel="noreferrer noopener" target="_blank">Nextcloud Hub 10</a> (<?php p($_['version']) ?>)</strong></p>
</div>