summaryrefslogtreecommitdiffstats
path: root/appinfo/info.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 56ac8ece7..d7fe48706 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -8,7 +8,7 @@
Before you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.
**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.com/server/10/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news).]]></description>
- <version>10.2.1</version>
+ <version>10.2.2</version>
<licence>agpl</licence>
<author>Bernhard Posselt</author>
<author>Alessandro Cosentino</author>
@@ -39,6 +39,11 @@ Before you update to a new version, [check the changelog](https://github.com/nex
</dependencies>
<ocsid>168040</ocsid>
+ <!--<settings>-->
+ <!--<admin>OCA\News\Settings\Admin</admin>-->
+ <!--<admin-section>OCA\News\Settings\Section</admin-section>-->
+ <!--</settings>-->
+
<navigations>
<navigation>
<name>News</name>
@@ -46,9 +51,6 @@ Before you update to a new version, [check the changelog](https://github.com/nex
</navigation>
</navigations>
- <!-- admin -->
- <admin>admin/admin</admin>
-
<!-- cron jobs -->
<cron>
<job>OCA\News\Cron\Updater</job>