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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2017-09-07 19:39:21 +0300
committernachoparker <nacho@ownyourbits.com>2017-09-07 20:51:28 +0300
commit74c8d956096683b380f51a78a62bf917fb1f213b (patch)
tree54d1a694eae4c0b1a741505a1d513e3b069c46a6
parentb10410876659e077273f68a4192823623141e211 (diff)
ncp-web: link to changelogv0.26.17
-rw-r--r--changelog.md2
-rw-r--r--ncp-web/index.php2
2 files changed, 3 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 915300b3..fdfe6204 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,4 +1,6 @@
+[v0.26.17](https://github.com/nextcloud/nextcloudpi/commit/a7bfd17) (2017-09-07) ncp-web: link to changelog
+
[v0.26.16](https://github.com/nextcloud/nextcloudpi/commit/e3d07fb) (2017-09-06) added sendmail and mail configuration
[v0.26.15](https://github.com/nextcloud/nextcloudpi/commit/f89c980) (2017-09-06) disable not needed apache modules
diff --git a/ncp-web/index.php b/ncp-web/index.php
index 7ddbed87..05fa694a 100644
--- a/ncp-web/index.php
+++ b/ncp-web/index.php
@@ -48,7 +48,7 @@
{
echo '<div id="notification">';
echo '<div class="row type-error closeable">';
- echo "version " . file_get_contents( "/var/run/.ncp-latest-version" ) . " is available";
+ echo "<a target=\"_blank\" href=\"https://github.com/nextcloud/nextcloudpi/blob/devel/changelog.md\">version " . file_get_contents( "/var/run/.ncp-latest-version" ) . " is available</a>";
echo '<a class="action close icon-close" href="#" alt="Dismiss"></a>';
echo '</div>';
echo '</div>';