From b03e49ac7207a06c35d501b1d982c94deeb5e8f0 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 24 Sep 2014 21:18:47 +0200 Subject: info xml update --- CHANGELOG.md | 3 ++- appinfo/app.php | 1 - appinfo/info.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0ed5c7e5..be4f31ec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ owncloud-news (3.105) * **Bugfix**: Various wording fixes * **Bugfix**: Do not use Import/Export caption for settings buttons to avoid UI bugs in translated versions -* **Bugfix**: Catch all exceptions for feed update to not stop on db errors +* **Bugfix**: Catch all exceptions for feed update to not also not fail completely after db errors * **Bugfix**: Register error handler only once * **Bugfix**: Fix German translation +* **Bugfix**: Load app config also when in cron mode owncloud-news (3.104) * **Bugfix**: Backport ownCloud CSS z-index fix to ownCloud 7 for settings popup that made it difficult to access the administration tab diff --git a/appinfo/app.php b/appinfo/app.php index b4e7202dd..263ce1c39 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -29,7 +29,6 @@ if (is_compatible()) { $container = new Application(); $config = $container->getAppConfig(); - $config->loadConfig(__DIR__ . '/app.json'); $config->registerNavigation(); $config->registerBackgroundJobs(); $config->registerHooks(); diff --git a/appinfo/info.xml b/appinfo/info.xml index ff8bcb459..127dab4ad 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -4,7 +4,7 @@ News An RSS/Atom feed reader. Requires ownCloud backgroundjobs or an updater script to be enabled to update your feeds. See the README.rst in the apps top directory AGPL - Alessandro Cosentino, Bernhard Posselt, Jan-Christoph Borchardt. Powered by SimplePie (Ryan Parman, Geoffrey Sneddon, Ryan McCue and contributors). + Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt 3.105 7 -- cgit v1.2.3