Release 5.4.0 Alpha 1
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / package.xml
index 38f99edb41d75c18cd2f65b32e1be8baaa577d2f..003ecf819e588ef061c417cbad4a6331ce2fbb71 100644 (file)
@@ -1,30 +1,33 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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">
+<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/2019/package.xsd">
        <packageinformation>
                <packagename>WoltLab Suite Core: Conversations</packagename>
+               <packagename language="de">WoltLab Suite Core: Konversationen</packagename>
                <packagedescription>Private conversations between multiple users</packagedescription>
-               <version>3.0.25</version>
-               <date>2020-04-13</date>
+               <packagedescription language="de">Private Konversationen zwischen mehreren Benutzern</packagedescription>
+               <version>5.4.0 Alpha 1</version>
+               <date>2021-05-05</date>
        </packageinformation>
        
        <authorinformation>
                <author>WoltLab GmbH</author>
-               <authorurl>http://www.woltlab.com</authorurl>
+               <authorurl>https://www.woltlab.com</authorurl>
        </authorinformation>
        
        <requiredpackages>
-               <requiredpackage minversion="3.0.24">com.woltlab.wcf</requiredpackage>
+               <requiredpackage minversion="5.4.0 Alpha 1">com.woltlab.wcf</requiredpackage>
        </requiredpackages>
        
        <excludedpackages>
-               <excludedpackage version="3.1.0 Alpha 1">com.woltlab.wcf</excludedpackage>
+               <excludedpackage version="5.5.0 Alpha 1">com.woltlab.wcf</excludedpackage>
        </excludedpackages>
        
        <instructions type="install">
                <instruction type="file" />
                <instruction type="userGroupOption" />
-               <instruction type="sql" />
+               <instruction type="sql" run="standalone" />
                <instruction type="template" />
+               <instruction type="acpTemplate" />
                <instruction type="option" />
                <instruction type="templateListener" />
                <instruction type="language" />
                <instruction type="page" />
        </instructions>
        
-       <instructions type="update" fromversion="2.1.10">
-               <instruction type="file">files.tar</instruction>
-               
-               <instruction type="script" run="standalone" flushCache="false">acp/update_com.woltlab.wcf.conversation_3.0_dropColumns.php</instruction>
-               
-               <instruction type="template">templates.tar</instruction>
-               <instruction type="templateListener">templateListener.xml</instruction>
-               <instruction type="language">language/*.xml</instruction>
-               <instruction type="page">page.xml</instruction>
-       </instructions>
-       
-       <instructions type="update" fromversion="3.0.24">
-               <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
+       <instructions type="update" fromversion="5.3.*">
+               <instruction type="file" />
+               <instruction type="template" />
                
+               <instruction type="objectType" />
+               <instruction type="userGroupOption" />
                <instruction type="language" />
+               <instruction type="templateListener" />
                
-               <instruction type="userGroupOption" />
+               <instruction type="script">acp/update_com.woltlab.wcf.conversation_5.4_deleteLanguageItems.php</instruction>
        </instructions>
 </package>