Fixed attachment upload issue
[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>
4 <packagename>User Conversation System</packagename>
c7f4a6d2 5 <packagedescription>Private conversations between multiple users</packagedescription>
fb9caf48 6 <version>2.0.9</version>
47275ee9 7 <date>2015-01-21</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>
fb9caf48 16 <requiredpackage minversion="2.0.10">com.woltlab.wcf</requiredpackage>
9544b6b4 17 </requiredpackages>
9a980472 18
5508ef5a
AE
19 <excludedpackages>
20 <excludedpackage version="2.1.0 Alpha 1">com.woltlab.wcf</excludedpackage>
21 </excludedpackages>
35a5084a 22
9544b6b4
MW
23 <instructions type="install">
24 <instruction type="file">files.tar</instruction>
ec284240 25 <instruction type="userGroupOption">userGroupOption.xml</instruction>
9544b6b4
MW
26 <instruction type="sql">install.sql</instruction>
27 <instruction type="template">templates.tar</instruction>
28 <instruction type="option">option.xml</instruction>
9544b6b4
MW
29 <instruction type="templateListener">templateListener.xml</instruction>
30 <instruction type="language">language/*.xml</instruction>
ce07ae0c 31 <instruction type="objectType">objectType.xml</instruction>
52e90c66 32 <instruction type="clipboardAction">clipboardAction.xml</instruction>
df8f8628 33 <instruction type="coreObject">coreObject.xml</instruction>
8b467fcd 34 <instruction type="userNotificationEvent">userNotificationEvent.xml</instruction>
9a980472 35 <instruction type="userOption">userOption.xml</instruction>
bf4a1d98 36 <instruction type="eventListener">eventListener.xml</instruction>
22f922c5 37 <instruction type="script">acp/install_com.woltlab.wcf.conversation_2.0.0.php</instruction>
9544b6b4 38 </instructions>
e233ca86 39
fb9caf48 40 <instructions type="update" fromversion="2.0.8">
807719c8 41 <instruction type="file">files_update.tar</instruction>
5839cb84 42 <instruction type="template">templates_update.tar</instruction>
2a1cbf19 43 </instructions>
9544b6b4 44</package>