-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
39 lines (39 loc) · 1.76 KB
/
package.xml
File metadata and controls
39 lines (39 loc) · 1.76 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
38
39
<?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.hanashi.wsdb.links">
<packageinformation>
<!-- dev.hanashi.wsdb.links -->
<packagename>Database: Links</packagename>
<packagename language="de">Database: Links</packagename>
<packagedescription>Links for the WoltLab Suite Database</packagedescription>
<packagedescription language="de">Links für die WoltLab Suite Database</packagedescription>
<version>1.0.3</version>
<date>2026-01-17</date>
</packageinformation>
<authorinformation>
<author>Hanashi Development</author>
<authorurl>https://hanashi.dev</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="6.2.0 RC 3">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="6.2.0 RC 3">com.woltlab.wsdb</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="6.3.0 Alpha 1">com.woltlab.wcf</excludedpackage>
<excludedpackage version="6.3.0 Alpha 1">com.woltlab.wsdb</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="file"/>
<instruction type="template"/>
<instruction type="language"/>
<instruction type="eventListener"/>
<instruction type="templateListener"/>
<instruction type="objectType"/>
<instruction type="database">acp/database/install_dev.hanashi.wsdb.links.php</instruction>
<instruction type="script" run="standalone">acp/install_dev.hanashi.wsdb.links.php</instruction>
</instructions>
<instructions type="update" fromversion="1.0.2">
<instruction type="file"/>
<instruction type="language"/>
<instruction type="objectType"/>
</instructions>
</package>