-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.xml
27 lines (27 loc) · 965 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
<?xml version="1.0" encoding="UTF-8"?>
<config>
<metadata>
<name>seven</name>
<type>plugin</type>
<creationDate>2021-12-16</creationDate>
<lastUpdate>2023-02-20</lastUpdate>
<author>seven communications GmbH & Co. KG</author>
<authorUrl>https://www.seven.io/</authorUrl>
<authorEmail>[email protected]</authorEmail>
<supportUrl>https://www.seven.io/</supportUrl>
<version>2.0.0</version>
<license>MIT</license>
<description><![CDATA[Send SMS via seven]]></description>
</metadata>
<compatibility>
<version>5.0</version>
</compatibility>
<updaters>
<updater disabled="disabled">
<stable>1</stable>
<type>rest</type>
<source>https://github.com/seven-io/LimeSurvey</source>
<manualUpdateUrl>https://github.com/seven-io/LimeSurvey</manualUpdateUrl>
</updater>
</updaters>
</config>