This commit is contained in:
Bernhard Posselt 2016-04-13 18:46:11 +02:00
Родитель 00ca71cc83
Коммит af5d2420d1
4 изменённых файлов: 4 добавлений и 7 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -7,7 +7,7 @@
<author>Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt</author>
<category>multimedia</category>
<licence>AGPL</licence>
<version>8.4.0</version>
<version>8.4.1</version>
<namespace>News</namespace>
<!-- resources -->

Просмотреть файл

@ -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
});
});

Просмотреть файл

@ -70,9 +70,6 @@ foreach (Plugin::getScripts() as $appName => $fileName) {
</div>
<!-- content -->
<script type="text/ng-template" id="audio.html">
<?php print_unescaped($this->inc('part.content.audio')) ?>
</script>
<script type="text/ng-template" id="content.html">
<?php print_unescaped($this->inc('part.content')) ?>
</script>