Preparing release 2.0.7
authorAlexander Ebert <ebert@woltlab.com>
Sun, 1 Jun 2014 18:47:30 +0000 (20:47 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 1 Jun 2014 18:47:30 +0000 (20:47 +0200)
com.woltlab.wcf/package.xml

index 43018e0a035a6a8b16884531dba7ad84f1eb1327..70fb33eb51a1c828c59d306442eb68b34e108667 100644 (file)
@@ -6,7 +6,7 @@
                <packagedescription language="de"><![CDATA[Freies Web-Framework, das für komplexe Community-Anwendungen entworfen und entwickelt wurde.]]></packagedescription>
                <isapplication>1</isapplication>
                <version>2.0.7</version> <!-- codename: maelstrom -->
-               <date>2014-05-03</date>
+               <date>2014-06-01</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script">acp/post_install.php</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="2.0.6">
+       <!-- Attention: Keep all three update blocks below in sync -->
+       
+       <instructions type="update" fromversion="2.0.6 pl 1">
+               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+               <instruction type="file">files_update.tar</instruction>
+               <instruction type="template">templates_update.tar</instruction>
+               
+               <instruction type="language">language/*.xml</instruction>
+       </instructions>
+       
+       <instructions type="update" fromversion="2.0.6 pl 2">
+               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+               <instruction type="file">files_update.tar</instruction>
+               <instruction type="template">templates_update.tar</instruction>
+               
+               <instruction type="language">language/*.xml</instruction>
+       </instructions>
+       
+       <instructions type="update" fromversion="2.0.7">
+               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
                <instruction type="file">files_update.tar</instruction>
+               <instruction type="template">templates_update.tar</instruction>
+               
+               <instruction type="language">language/*.xml</instruction>
        </instructions>
 </package>