diff options
author | Victor Dubiniuk <victor.dubiniuk@gmail.com> | 2016-03-25 16:16:49 +0300 |
---|---|---|
committer | Victor Dubiniuk <victor.dubiniuk@gmail.com> | 2016-04-05 17:13:31 +0300 |
commit | cfd8cc3fd8382038a556ea729bb7c9beb09e4765 (patch) | |
tree | fe5e5561b5c9072299218ddc82b5da6cc5acb27e /core/templates | |
parent | 118c39d4722b52b5024cc4efa588fe2bfe7577a7 (diff) | |
download | nextcloud-server-cfd8cc3fd8382038a556ea729bb7c9beb09e4765.tar.gz nextcloud-server-cfd8cc3fd8382038a556ea729bb7c9beb09e4765.zip |
Show release notes
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/update.admin.php | 5 |
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:')) ?> |