-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
45 lines (38 loc) · 1.7 KB
/
package.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
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<package name="de.mysterycode.mcgb.guestavatar" xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/package.xsd">
<packageinformation>
<packagename><![CDATA[MysteryCode Guestbook: Guest-Avatars]]></packagename>
<packagename language="de"><![CDATA[MysteryCode Gästebuch: Gästeavatare]]></packagename>
<packagedescription><![CDATA[Adds the avatar for entries by guests]]></packagedescription>
<version><![CDATA[1.0.2]]></version>
<date><![CDATA[2018-02-24]]></date>
<packageurl>https://www.mysterycode.de</packageurl>
</packageinformation>
<compatibility>
<api version="2018" />
</compatibility>
<requiredpackages>
<requiredpackage minversion="3.1.0"><![CDATA[com.woltlab.wcf]]></requiredpackage>
<requiredpackage minversion="1.2.0"><![CDATA[de.mysterycode.mcgb]]></requiredpackage>
</requiredpackages>
<authorinformation>
<author><![CDATA[Florian Gail]]></author>
<authorurl><![CDATA[https://www.mysterycode.de]]></authorurl>
</authorinformation>
<instructions type="install">
<instruction type="template" application="mcgb" />
<instruction type="option" />
<instruction type="language" />
<instruction type="templateListener" />
</instructions>
<instructions type="update" fromversion="1.0.0 RC 1">
<instruction type="template" application="mcgb" />
<instruction type="option" />
<instruction type="language" />
<instruction type="templateListener" />
</instructions>
<instructions type="update" fromversion="1.0.1">
<!-- dummy update -->
<instruction type="template" application="mcgb" />
</instructions>
</package>