Preparing release 3.0.14
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / package.xml
CommitLineData
9544b6b4 1<?xml version="1.0" encoding="UTF-8"?>
f8abfb51 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">
9544b6b4 3 <packageinformation>
c4a11ab4 4 <packagename>WoltLab Suite Core: Conversations</packagename>
c7f4a6d2 5 <packagedescription>Private conversations between multiple users</packagedescription>
8ef8ea69
AE
6 <version>3.0.14</version>
7 <date>2018-04-16</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>
8ef8ea69 16 <requiredpackage minversion="3.0.14">com.woltlab.wcf</requiredpackage>
9544b6b4 17 </requiredpackages>
9a980472 18
5508ef5a 19 <excludedpackages>
3863d36f 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>
3863d36f 40
c9440669 41 <instructions type="update" fromversion="2.1.10">
3863d36f
AE
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
8ef8ea69 52 <instructions type="update" fromversion="3.0.13">
c58720e4 53 <instruction type="file">files_update.tar</instruction>
3863d36f 54 </instructions>
9544b6b4 55</package>