info.xml 634 B

12345678910111213141516171819202122
  1. <?xml version="1.0"?>
  2. <info>
  3. <id>updatenotification</id>
  4. <name>Update notification</name>
  5. <description>Displays update notifications for ownCloud and provides the SSO for the updater.</description>
  6. <licence>AGPL</licence>
  7. <author>Lukas Reschke</author>
  8. <version>1.1.1</version>
  9. <namespace>UpdateNotification</namespace>
  10. <default_enable/>
  11. <dependencies>
  12. <owncloud min-version="9.2" max-version="9.2" />
  13. </dependencies>
  14. <background-jobs>
  15. <job>OCA\UpdateNotification\Notification\BackgroundJob</job>
  16. </background-jobs>
  17. <settings>
  18. <admin>OCA\UpdateNotification\Controller\AdminController</admin>
  19. </settings>
  20. </info>