Preparing the release 3.1.14
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / package.xml
CommitLineData
9544b6b4 1<?xml version="1.0" encoding="UTF-8"?>
f626edc2 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/tornado/package.xsd">
9544b6b4 3 <packageinformation>
c4a11ab4 4 <packagename>WoltLab Suite Core: Conversations</packagename>
c7f4a6d2 5 <packagedescription>Private conversations between multiple users</packagedescription>
7ecd7087
AE
6 <version>3.1.14</version>
7 <date>2020-04-13</date>
9544b6b4
MW
8 </packageinformation>
9
10 <authorinformation>
11 <author>WoltLab GmbH</author>
12 <authorurl>http://www.woltlab.com</authorurl>
13 </authorinformation>
14
15 <requiredpackages>
6da56fec 16 <requiredpackage minversion="3.1.13">com.woltlab.wcf</requiredpackage>
9544b6b4 17 </requiredpackages>
9a980472 18
5508ef5a 19 <excludedpackages>
91959b70 20 <excludedpackage version="5.2.0 Alpha 1">com.woltlab.wcf</excludedpackage>
5508ef5a 21 </excludedpackages>
35a5084a 22
f626edc2
AE
23 <compatibility>
24 <api version="2018" />
25 </compatibility>
26
9544b6b4 27 <instructions type="install">
492da0f1
MS
28 <instruction type="file" />
29 <instruction type="userGroupOption" />
a50ddb89 30 <instruction type="sql" run="standalone" />
492da0f1
MS
31 <instruction type="template" />
32 <instruction type="option" />
33 <instruction type="templateListener" />
34 <instruction type="language" />
35 <instruction type="objectType" />
36 <instruction type="clipboardAction" />
37 <instruction type="coreObject" />
38 <instruction type="userNotificationEvent" />
39 <instruction type="userOption" />
40 <instruction type="eventListener" />
e2e1cbcb 41 <instruction type="script">acp/install_com.woltlab.wcf.conversation.php</instruction>
95dea717 42 <instruction type="page" />
9544b6b4 43 </instructions>
5419de0b 44
c1bdc19b
AE
45 <instructions type="update" fromversion="3.0.*">
46 <instruction type="file" />
47 <instruction type="template" />
48
49 <instruction type="script" run="standalone">acp/update_com.woltlab.wcf.conversation_3.1_addColumn.php</instruction>
50
51 <instruction type="sql">update_3.1.sql</instruction>
52
53 <instruction type="language" />
54
55 <instruction type="option" />
3e0ea327 56 <instruction type="page" />
c1bdc19b
AE
57 <instruction type="userGroupOption" />
58 </instructions>
6a25612e 59
7ecd7087 60 <instructions type="update" fromversion="3.1.13">
2cae439e 61 <instruction type="file">files_update.tar</instruction>
7ecd7087 62 <instruction type="template">templates_update.tar</instruction>
6da56fec 63
7ecd7087
AE
64 <instruction type="language" />
65
66 <instruction type="userGroupOption" />
8e5cfaf5 67 </instructions>
9544b6b4 68</package>