Preparing release 3.0.13
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / package.xml
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/vortex/package.xsd">
3 <packageinformation>
4 <packagename>WoltLab Suite Core: Conversations</packagename>
5 <packagedescription>Private conversations between multiple users</packagedescription>
6 <version>3.0.13</version>
7 <date>2012-03-12</date>
8 </packageinformation>
9
10 <authorinformation>
11 <author>WoltLab GmbH</author>
12 <authorurl>http://www.woltlab.com</authorurl>
13 </authorinformation>
14
15 <requiredpackages>
16 <requiredpackage minversion="3.0.13">com.woltlab.wcf</requiredpackage>
17 </requiredpackages>
18
19 <excludedpackages>
20 <excludedpackage version="3.1.0 Alpha 1">com.woltlab.wcf</excludedpackage>
21 </excludedpackages>
22
23 <instructions type="install">
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" />
37 <instruction type="script">acp/install_com.woltlab.wcf.conversation.php</instruction>
38 <instruction type="page" />
39 </instructions>
40
41 <instructions type="update" fromversion="2.1.9">
42 <instruction type="file">files.tar</instruction>
43
44 <instruction type="script" run="standalone" flushCache="false">acp/update_com.woltlab.wcf.conversation_3.0_dropColumns.php</instruction>
45
46 <instruction type="template">templates.tar</instruction>
47 <instruction type="templateListener">templateListener.xml</instruction>
48 <instruction type="language">language/*.xml</instruction>
49 <instruction type="page">page.xml</instruction>
50 </instructions>
51
52 <instructions type="update" fromversion="3.0.12">
53 <instruction type="file">files_update.tar</instruction>
54 </instructions>
55 </package>