Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/templates/update.admin.php')
-rw-r--r--core/templates/update.admin.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/templates/update.admin.php b/core/templates/update.admin.php
index 75815de84bc..543820e054f 100644
--- a/core/templates/update.admin.php
+++ b/core/templates/update.admin.php
@@ -34,6 +34,11 @@
<div class="infogroup bold">
<?php p($l->t('Please make sure that the database, the config folder and the data folder have been backed up before proceeding.')) ?>
</div>
+ <?php foreach ($_['releaseNotes'] as $note): ?>
+ <div class="infogroup bold">
+ <?php p($note) ?>
+ </div>
+ <?php endforeach; ?>
<input class="updateButton" type="button" value="<?php p($l->t('Start update')) ?>">
<div class="infogroup">
<?php p($l->t('To avoid timeouts with larger installations, you can instead run the following command from your installation directory:')) ?>