-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
37 lines (31 loc) · 1.57 KB
/
Copy pathpackage.xml
File metadata and controls
37 lines (31 loc) · 1.57 KB
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
<?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.1.0]]></version>
<date><![CDATA[2025-01-02]]></date>
</packageinformation>
<requiredpackages>
<requiredpackage minversion="6.0.0"><![CDATA[com.woltlab.wcf]]></requiredpackage>
<requiredpackage minversion="1.4.0"><![CDATA[de.mysterycode.mcgb]]></requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="6.2.0 dev 1"><![CDATA[com.woltlab.wcf]]></excludedpackage>
<excludedpackage version="1.6.0 dev 1"><![CDATA[de.mysterycode.mcgb]]></excludedpackage>
</excludedpackages>
<authorinformation>
<author><![CDATA[Florian Gail]]></author>
<authorurl><![CDATA[https://softcreatr.dev]]></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.2">
<instruction type="template" application="mcgb" />
</instructions>
</package>