-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.xml
55 lines (49 loc) · 2.1 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
55
<?xml version="1.0" encoding="UTF-8"?>
<package name="com.woltlab.wcf.conversation" 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">
<packageinformation>
<packagename>WoltLab Suite Core: Conversations</packagename>
<packagename language="de">WoltLab Suite Core: Konversationen</packagename>
<packagedescription>Private conversations between multiple users.</packagedescription>
<packagedescription language="de">Private Konversationen zwischen mehreren Benutzern.</packagedescription>
<version>6.1.1 dev 1</version>
<date>2024-11-20</date>
</packageinformation>
<authorinformation>
<author>WoltLab GmbH</author>
<authorurl>https://www.woltlab.com</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="6.1.1 dev 1">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="database">acp/database/install_com.woltlab.wcf.conversation.php</instruction>
<instruction type="userGroupOption" />
<instruction type="template" />
<instruction type="acpTemplate" />
<instruction type="option" />
<instruction type="templateListener" />
<instruction type="language" />
<instruction type="objectType" />
<instruction type="clipboardAction" />
<instruction type="coreObject" />
<instruction type="userNotificationEvent" />
<instruction type="userOption" />
<instruction type="eventListener" />
<instruction type="page" />
</instructions>
<instructions type="update" fromversion="6.0.*">
<instruction type="file"/>
<instruction type="template"/>
<instruction type="objectType"/>
<instruction type="page"/>
<instruction type="templateListener"/>
<instruction type="userGroupOption"/>
</instructions>
<instructions type="update" fromversion="6.1.0">
<instruction type="template">templates_update.tar</instruction>
</instructions>
</package>