Merge branch '5.3'
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / package.xml
CommitLineData
9544b6b4 1<?xml version="1.0" encoding="UTF-8"?>
c186cf0b 2<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/2019/package.xsd">
9544b6b4 3 <packageinformation>
c4a11ab4 4 <packagename>WoltLab Suite Core: Conversations</packagename>
c0fee528 5 <packagename language="de">WoltLab Suite Core: Konversationen</packagename>
c7f4a6d2 6 <packagedescription>Private conversations between multiple users</packagedescription>
c0fee528 7 <packagedescription language="de">Private Konversationen zwischen mehreren Benutzern</packagedescription>
a54fbf82 8 <version>5.4.0 Alpha 1</version>
e00d5cb8 9 <date>2021-01-08</date>
9544b6b4
MW
10 </packageinformation>
11
12 <authorinformation>
13 <author>WoltLab GmbH</author>
31bdd248 14 <authorurl>https://www.woltlab.com</authorurl>
9544b6b4
MW
15 </authorinformation>
16
17 <requiredpackages>
a54fbf82 18 <requiredpackage minversion="5.4.0 Alpha 1">com.woltlab.wcf</requiredpackage>
9544b6b4 19 </requiredpackages>
9a980472 20
5508ef5a 21 <excludedpackages>
a54fbf82 22 <excludedpackage version="5.5.0 Alpha 1">com.woltlab.wcf</excludedpackage>
5508ef5a 23 </excludedpackages>
35a5084a 24
9544b6b4 25 <instructions type="install">
492da0f1
MS
26 <instruction type="file" />
27 <instruction type="userGroupOption" />
a50ddb89 28 <instruction type="sql" run="standalone" />
492da0f1 29 <instruction type="template" />
83545ad0 30 <instruction type="acpTemplate" />
492da0f1
MS
31 <instruction type="option" />
32 <instruction type="templateListener" />
33 <instruction type="language" />
34 <instruction type="objectType" />
35 <instruction type="clipboardAction" />
36 <instruction type="coreObject" />
37 <instruction type="userNotificationEvent" />
38 <instruction type="userOption" />
39 <instruction type="eventListener" />
e2e1cbcb 40 <instruction type="script">acp/install_com.woltlab.wcf.conversation.php</instruction>
95dea717 41 <instruction type="page" />
9544b6b4 42 </instructions>
8b2757df
TD
43
44 <instructions type="update" fromversion="5.3.*">
45 <instruction type="file" />
46 <instruction type="template" />
47
48 <instruction type="objectType" />
49 <instruction type="userGroupOption" />
50 </instructions>
9544b6b4 51</package>