summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-24 21:18:47 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-24 21:18:47 +0200
commitb03e49ac7207a06c35d501b1d982c94deeb5e8f0 (patch)
tree85ca5f94ac1f37b16cfd5f94af02b98cd6c210a9
parenta072ba21bfbc72436fde9d0653ee52d5d2d9c7ff (diff)
info xml update
-rw-r--r--CHANGELOG.md3
-rw-r--r--appinfo/app.php1
-rw-r--r--appinfo/info.xml2
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 @@
<name>News</name>
<description>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</description>
<licence>AGPL</licence>
- <author>Alessandro Cosentino, Bernhard Posselt, Jan-Christoph Borchardt. Powered by SimplePie (Ryan Parman, Geoffrey Sneddon, Ryan McCue and contributors).</author>
+ <author>Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt</author>
<version>3.105</version>
<require>7</require>
</info>