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

index 23a8fc241e061ccf030259f3cb9de33eadebc88a..fc5bb5951345945f08ca84b2247c7051939ba456 100644 (file)
@@ -4,8 +4,8 @@
                <packagename>WoltLab Suite Core: Legal Notice</packagename>
                <packagedescription>Adds a new page to your website with information about the site owner. (This is required for German websites.)</packagedescription>
                <packagedescription language="de">Kommerzielle deutsche Internetseiten müssen nach § 5 Telemediengesetz über ein Impressum verfügen.</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="language" />
                <instruction type="menuItem" />
        </instructions>
-       
-       <instructions type="update" fromversion="2.1.2">
-               <instruction type="file">files.tar</instruction>
-               <instruction type="template">templates.tar</instruction>
-               <instruction type="page">page.xml</instruction>
-               <instruction type="language">language/*.xml</instruction>
-               <instruction type="menuItem">menuItem.xml</instruction>
-       </instructions>
-       
-       <instructions type="update" fromversion="3.0.0 RC 1">
-               <!-- deploy all files for consistency -->
-               <instruction type="file" run="standalone" />
-               <instruction type="template" />
-       </instructions>
 </package>