-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.xml
33 lines (31 loc) · 1.11 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<config>
<metadata>
<name>MassAction</name>
<type>plugin</type>
<creationDate>2017-03-28</creationDate>
<lastUpdate>2024-09-16</lastUpdate>
<author>Olle Haerstedt</author>
<authorUrl>https://github.com/olleharstedt</authorUrl>
<supportUrl>https://github.com/olleharstedt/MassAction/issues</supportUrl>
<version>2.0.0</version>
<lastSecurityUpdate>1.0.0</lastSecurityUpdate>
<license>GNU General Public License version 2 or later</license>
<description><![CDATA[Edit multiple relevance equations in one page.]]></description>
</metadata>
<compatibility>
<version>6.0</version>
</compatibility>
<updaters>
<updater>
<stable>1</stable>
<type>rest</type>
<source>https://comfortupdate.limesurvey.org/index.php?r=limestorerest</source>
</updater>
<updater>
<stable>0</stable>
<type>git</type>
<source>https://github.com/myrepo/myrepo</source>
</updater>
</updaters>
</config>