nextcloud/apps/comments/appinfo/info.xml

31 lines
647 B
XML
Raw Normal View History

2016-01-27 20:28:55 +03:00
<?xml version="1.0"?>
<info>
<id>comments</id>
<name>Comments</name>
<description>Files app plugin to add comments to files</description>
<licence>AGPL</licence>
2016-03-10 00:31:30 +03:00
<author>Arthur Schiwon, Vincent Petry</author>
2016-01-27 20:28:55 +03:00
<default_enable/>
<version>1.2.0</version>
2016-01-27 20:28:55 +03:00
<dependencies>
<nextcloud min-version="12" max-version="12" />
2016-01-27 20:28:55 +03:00
</dependencies>
2016-02-05 13:20:16 +03:00
<types>
<logging/>
</types>
<activity>
<settings>
<setting>OCA\Comments\Activity\Setting</setting>
</settings>
<filters>
<filter>OCA\Comments\Activity\Filter</filter>
</filters>
<providers>
<provider>OCA\Comments\Activity\Provider</provider>
</providers>
</activity>
2016-01-27 20:28:55 +03:00
</info>