Preparing release 2.0.6 pl 1
authorAlexander Ebert <ebert@woltlab.com>
Sat, 3 May 2014 19:34:57 +0000 (21:34 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 3 May 2014 19:34:57 +0000 (21:34 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 82de403aef7e2c3d85b251cf14f4f3d6d7f858bb..3438ed1a49607c83d294d40810c4652eea041554 100644 (file)
@@ -5,8 +5,8 @@
                <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.6</version> <!-- codename: maelstrom -->
-               <date>2014-05-02</date>
+               <version>2.0.6 pl 1</version> <!-- codename: maelstrom -->
+               <date>2014-05-03</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script">acp/post_install.php</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="2.0.5">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+       <instructions type="update" fromversion="2.0.6">
                <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
-               <instruction type="language">language/*.xml</instruction>
        </instructions>
 </package>
index f74d9179a92b3f964da4f5f6b5c9fdd7f7c2ef16..96244c7b02958bae1391f45d4b68c9fcc07d8acc 100644 (file)
@@ -37,7 +37,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.0.6 (Maelstrom)');
+define('WCF_VERSION', '2.0.6 pl 1 (Maelstrom)');
 
 // define current unix timestamp
 define('TIME_NOW', time());