summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/appinfo
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-05-04 15:26:48 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2016-05-24 11:26:51 +0200
commitaac990eddf0a3bcc2c68b30ebc23b51ed5d0a54e (patch)
tree36fe8ebc11a93922fa775d9fb3eaac93578a7418 /apps/updatenotification/appinfo
parent452542747cf895eaac69d7ca486a2dcb655785d0 (diff)
downloadnextcloud-server-aac990eddf0a3bcc2c68b30ebc23b51ed5d0a54e.tar.gz
nextcloud-server-aac990eddf0a3bcc2c68b30ebc23b51ed5d0a54e.zip
Add a background job that generates notifications when an update is available
Diffstat (limited to 'apps/updatenotification/appinfo')
-rw-r--r--apps/updatenotification/appinfo/info.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/updatenotification/appinfo/info.xml b/apps/updatenotification/appinfo/info.xml
index 5d7a647fd03..3ea2d1a13de 100644
--- a/apps/updatenotification/appinfo/info.xml
+++ b/apps/updatenotification/appinfo/info.xml
@@ -5,10 +5,14 @@
<description>Displays update notifications for ownCloud and provides the SSO for the updater.</description>
<licence>AGPL</licence>
<author>Lukas Reschke</author>
- <version>0.2.0</version>
+ <version>0.2.1</version>
<namespace>UpdateNotification</namespace>
<default_enable/>
<dependencies>
<owncloud min-version="9.1" max-version="9.1" />
</dependencies>
+
+ <background-jobs>
+ <job>OCA\UpdateNotification\Notification\BackgroundJob</job>
+ </background-jobs>
</info>