-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
54 lines (54 loc) · 2.11 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
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<package 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/6.0/package.xsd" name="dev.tkirch.wsc.faq">
<packageinformation>
<!-- dev.tkirch.wsc.faq -->
<packagename>Simple FAQ</packagename>
<packagename language="de">Simple FAQ</packagename>
<packagedescription>A simple and powerful FAQ for your WSC.</packagedescription>
<packagedescription language="de">Ein simples und leistungsstarkes FAQ für Ihr WSC.</packagedescription>
<version>2.2.6</version>
<date>2024-11-07</date>
</packageinformation>
<authorinformation>
<author>Hanashi Development, Titus Kirch</author>
<authorurl>https://hanashi.dev</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="6.1.0">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="6.2.0 Alpha 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="file"/>
<instruction type="acpTemplate"/>
<instruction type="template"/>
<instruction type="userGroupOption"/>
<instruction type="objectType"/>
<instruction type="acpMenu"/>
<instruction type="bbcode"/>
<instruction type="aclOption"/>
<instruction type="language"/>
<instruction type="option"/>
<instruction type="page"/>
<instruction type="box"/>
<instruction type="menuItem"/>
<instruction type="templateListener"/>
<instruction type="database" run="standalone">acp/database/install_dev.tkirch.wsc.faq.php</instruction>
</instructions>
<instructions type="update" fromversion="2.2.5">
<instruction type="file"/>
</instructions>
<instructions type="update" fromversion="2.1.*">
<instruction type="file"/>
<instruction type="acpTemplate"/>
<instruction type="template"/>
<instruction type="language"/>
<instruction type="objectType"/>
<instruction type="acpMenu"/>
<instruction type="option"/>
<instruction type="box"/>
<instruction type="templateListener"/>
<instruction type="fileDelete"/>
</instructions>
</package>