Initial commit for the 3.1 branch
authorAlexander Ebert <ebert@woltlab.com>
Tue, 21 Feb 2017 16:11:21 +0000 (17:11 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 21 Feb 2017 16:11:21 +0000 (17:11 +0100)
package.xml

index e990d988d7c538cf83ff9762250aa59d288fe06a..0c72f46abb57a48958b2f51fef8080ed4325e990 100644 (file)
@@ -3,8 +3,8 @@
        <packageinformation>
                <packagename>WoltLab Suite Core: Conversations</packagename>
                <packagedescription>Private conversations between multiple users</packagedescription>
-               <version>3.0.0</version>
-               <date>2017-01-11</date>
+               <version>3.1.0 Alpha 1</version>
+               <date>2017-02-21</date>
        </packageinformation>
        
        <authorinformation>
        </authorinformation>
        
        <requiredpackages>
-               <requiredpackage minversion="3.0.0">com.woltlab.wcf</requiredpackage>
+               <requiredpackage minversion="3.1.0 Alpha 1">com.woltlab.wcf</requiredpackage>
        </requiredpackages>
        
        <excludedpackages>
-               <excludedpackage version="3.1.0 Alpha 1">com.woltlab.wcf</excludedpackage>
+               <excludedpackage version="3.2.0 Alpha 1">com.woltlab.wcf</excludedpackage>
        </excludedpackages>
        
        <instructions type="install">
                <instruction type="script">acp/install_com.woltlab.wcf.conversation.php</instruction>
                <instruction type="page" />
        </instructions>
-       
-       <instructions type="update" fromversion="2.1.7">
-               <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.0 RC 3">
-               <!-- deploy all files for consistency -->
-               <instruction type="file" run="standalone" />
-               <instruction type="template" />
-       </instructions>
 </package>