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
path: root/core
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2016-03-25 16:16:49 +0300
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2016-04-05 17:13:31 +0300
commitcfd8cc3fd8382038a556ea729bb7c9beb09e4765 (patch)
treefe5e5561b5c9072299218ddc82b5da6cc5acb27e /core
parent118c39d4722b52b5024cc4efa588fe2bfe7577a7 (diff)
Show release notes
Diffstat (limited to 'core')
-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:')) ?>