-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.xml
More file actions
66 lines (57 loc) · 2.38 KB
/
package.xml
File metadata and controls
66 lines (57 loc) · 2.38 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?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.2.3</version>
<date>2026-04-20</date>
</packageinformation>
<authorinformation>
<author>WoltLab GmbH</author>
<authorurl>https://www.woltlab.com</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="6.2.3">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="6.3.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.1.*">
<instruction type="file"/>
<instruction type="template"/>
<instruction type="database">acp/database/update_com.woltlab.wcf.conversation_6.2.php</instruction>
<instruction type="language"/>
<instruction type="objectType"/>
<instruction type="page"/>
<instruction type="clipboardAction"/>
<instruction type="fileDelete"/>
<instruction type="templateDelete"/>
<instruction type="templateListener"/>
<instruction type="userGroupOption"/>
</instructions>
<instructions type="update" fromversion="6.2.1">
<instruction type="file"/>
</instructions>
<instructions type="update" fromversion="6.2.3 dev 1">
<void/>
</instructions>
</package>