-
Notifications
You must be signed in to change notification settings - Fork 18
/
config.xml
28 lines (28 loc) · 1002 Bytes
/
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
<?xml version="1.0" encoding="UTF-8"?>
<config>
<metadata>
<name>ZestHook</name>
<type>plugin</type>
<creationDate>2019-12-13</creationDate>
<lastUpdate>2020-05-15</lastUpdate>
<author>Stefan Verweij | Evently</author>
<authorUrl>https://www.evently.nl</authorUrl>
<supportUrl>https://www.evently.nl</supportUrl>
<version>1.1.0</version>
<lastSecurityUpdate>1.1.0</lastSecurityUpdate>
<license>-</license>
<description><![CDATA[Use ZestHook to send Post or Get requests on survey submission]]></description>
</metadata>
<compatibility>
<version>3.0</version>
<version>4.0</version>
</compatibility>
<updaters>
<updater>
<stable>1</stable>
<type>rest</type>
<source>https://comfortupdate.limesurvey.org/index.php?r=limestorerest</source>
<manualUpdateUrl>https://www.evently.nl/limesurvey</manualUpdateUrl>
</updater>
</updaters>
</config>