From af5d2420d1f38c19ff5e11c45d3f0f8694c2f0fe Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 13 Apr 2016 18:46:11 +0200 Subject: Fix #972 --- CHANGELOG.md | 3 +++ appinfo/info.xml | 2 +- js/app/Config.js | 3 --- templates/index.php | 3 --- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6de54474d..9529a262e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +owncloud-news (8.4.1) +* **Bugfix**: Fix error messages in the logs which were caused by outdated template includes, #972 + owncloud-news (8.4.0) * **Enhancement**: Use the feed url when showing an example of a curl command if a feed does not exist, #969 * **Enhancement**: Also filter duplicate items from web frontend when in folder, starred or all articles view, #465 diff --git a/appinfo/info.xml b/appinfo/info.xml index 43b042b13..285b54fc1 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,7 +7,7 @@ Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt multimedia AGPL - 8.4.0 + 8.4.1 News diff --git a/js/app/Config.js b/js/app/Config.js index b795374a0..7f9c54bef 100644 --- a/js/app/Config.js +++ b/js/app/Config.js @@ -207,9 +207,6 @@ app.config(function ($routeProvider, $provide, $httpProvider) { }).when('/shortcuts', { templateUrl: 'shortcuts.html', type: -1 - }).when('/subscription-url', { - templateUrl: 'subscription.html', - type: -1 }); }); diff --git a/templates/index.php b/templates/index.php index 2e5c464fb..b87908139 100644 --- a/templates/index.php +++ b/templates/index.php @@ -70,9 +70,6 @@ foreach (Plugin::getScripts() as $appName => $fileName) { - -- cgit v1.2.3