-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathconfig.xml
More file actions
24 lines (23 loc) · 899 Bytes
/
Copy pathconfig.xml
File metadata and controls
24 lines (23 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<config>
<metadata>
<name>LSTelegramNotify</name>
<type>plugin</type>
<creationDate>2020-10-15</creationDate>
<last_update>2020-10-15</last_update>
<author>Vitor Mattos (Lyseon Tech)</author>
<authorUrl>https://github.com/librecodecoop</authorUrl>
<supportUrl>https://github.com/librecodecoop/LSTelegramNotify</supportUrl>
<copyright>Copyright (C) 2021 LibreCode Coop.</copyright>
<license>GNU General Public License version 2 or later</license>
<version>1.0.0</version>
<description><![CDATA[Notify form submission in Telegram]]></description>
</metadata>
<compatibility>
<version>7.0</version>
<version>6.0</version>
<version>5.0</version>
<version>4.0</version>
<version>3.0</version>
</compatibility>
</config>