Updating release date
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / package.xml
CommitLineData
9544b6b4
MW
1<?xml version="1.0" encoding="UTF-8"?>
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/package.xsd">
3 <packageinformation>
c4a11ab4 4 <packagename>WoltLab Suite Core: Conversations</packagename>
c7f4a6d2 5 <packagedescription>Private conversations between multiple users</packagedescription>
32078cf8 6 <version>3.0.0 RC 3</version>
024b8d23 7 <date>2016-12-30</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>
32078cf8 16 <requiredpackage minversion="3.0.0 RC 3">com.woltlab.wcf</requiredpackage>
9544b6b4 17 </requiredpackages>
9a980472 18
5508ef5a 19 <excludedpackages>
c4a11ab4 20 <excludedpackage version="3.1.0 Alpha 1">com.woltlab.wcf</excludedpackage>
5508ef5a 21 </excludedpackages>
35a5084a 22
9544b6b4 23 <instructions type="install">
492da0f1
MS
24 <instruction type="file" />
25 <instruction type="userGroupOption" />
26 <instruction type="sql" />
27 <instruction type="template" />
28 <instruction type="option" />
29 <instruction type="templateListener" />
30 <instruction type="language" />
31 <instruction type="objectType" />
32 <instruction type="clipboardAction" />
33 <instruction type="coreObject" />
34 <instruction type="userNotificationEvent" />
35 <instruction type="userOption" />
36 <instruction type="eventListener" />
e2e1cbcb 37 <instruction type="script">acp/install_com.woltlab.wcf.conversation.php</instruction>
95dea717 38 <instruction type="page" />
9544b6b4 39 </instructions>
dbd7fe1d 40
7e30a700 41 <instructions type="update" fromversion="2.1.7">
22ad21a6 42 <instruction type="file">files.tar</instruction>
9155b800 43
ae5b1b31 44 <instruction type="script" run="standalone" flushCache="false">acp/update_com.woltlab.wcf.conversation_3.0_dropColumns.php</instruction>
9155b800 45
22ad21a6 46 <instruction type="template">templates.tar</instruction>
22ad21a6
MW
47 <instruction type="templateListener">templateListener.xml</instruction>
48 <instruction type="language">language/*.xml</instruction>
e8bbd8c0 49 <instruction type="page">page.xml</instruction>
7e30a700 50 </instructions>
b5114830 51
32078cf8 52 <instructions type="update" fromversion="3.0.0 RC 2">
acfb8c05 53 <instruction type="file">files_update.tar</instruction>
32078cf8 54 <instruction type="template">templates_update.tar</instruction>
acfb8c05 55
32078cf8 56 <instruction type="language" />
b5114830 57 </instructions>
9544b6b4 58</package>