Preparing release 2.0.2 pl 1
authorAlexander Ebert <ebert@woltlab.com>
Tue, 28 Jan 2014 19:58:24 +0000 (20:58 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 28 Jan 2014 19:58:24 +0000 (20:58 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 34d2409092e39fee93c14aabefe90203097b9bdb..5e8f6890b48245cc25df9a277d0d34e8853f07f2 100644 (file)
@@ -5,7 +5,7 @@
                <packagedescription><![CDATA[Free web-framework, designed and developed for complex community applications.]]></packagedescription>
                <packagedescription language="de"><![CDATA[Freies Web-Framework, das für komplexe Community-Anwendungen entworfen und entwickelt wurde.]]></packagedescription>
                <isapplication>1</isapplication>
-               <version>2.0.2</version> <!-- codename: maelstrom -->
+               <version>2.0.2 pl 1</version> <!-- codename: maelstrom -->
                <date>2014-01-28</date>
        </packageinformation>
        
                <instruction type="script">acp/post_install.php</instruction> 
        </instructions>
        
-       <instructions type="update" fromversion="2.0.1">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
-               
-               <instruction type="file" run="standalone">files_update.tar</instruction>
-               
-               <instruction type="language">language/*.xml</instruction>
-               <instruction type="dashboardBox">dashboardBox.xml</instruction>
+       <instructions type="update" fromversion="2.0.2">
+               <instruction type="file">files_update.tar</instruction>
        </instructions>
 </package>
index be8388559a0c5f2c084013cb29b5e9a26543d12e..a56ad9893263aa1c27fb6d6334db8d8d85f58d80 100644 (file)
@@ -37,7 +37,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.0.2 (Maelstrom)');
+define('WCF_VERSION', '2.0.2 pl 1 (Maelstrom)');
 
 // define current unix timestamp
 define('TIME_NOW', time());