diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-04 15:26:48 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-24 11:26:51 +0200 |
commit | aac990eddf0a3bcc2c68b30ebc23b51ed5d0a54e (patch) | |
tree | 36fe8ebc11a93922fa775d9fb3eaac93578a7418 /apps/updatenotification/appinfo | |
parent | 452542747cf895eaac69d7ca486a2dcb655785d0 (diff) | |
download | nextcloud-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.xml | 6 |
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> |