Preparing small patch level update
authorAlexander Ebert <ebert@woltlab.com>
Mon, 26 Jan 2015 10:29:18 +0000 (11:29 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 26 Jan 2015 10:29:18 +0000 (11:29 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index e872dc13cfe491df41f3546860ea88513398a312..eef6d579c66b8919be04390bcd9b3ccb7b384a26 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.10</version> <!-- codename: maelstrom -->
-               <date>2015-01-15</date>
+               <version>2.0.10 pl 1</version> <!-- codename: maelstrom -->
+               <date>2015-01-26</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script">acp/post_install.php</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="2.0.9">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+       <instructions type="update" fromversion="2.0.10">
                <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
-               
-               <instruction type="language">language/*.xml</instruction>
-               
-               <instruction type="bbcode">bbcode.xml</instruction>
-       </instructions>
-       
-       <instructions type="update" fromversion="2.0.9 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>
-               
-               <instruction type="bbcode">bbcode.xml</instruction>
        </instructions>
 </package>
index aafaf3c90fd1b3a8acbe09a944060b928b9607d3..e63310d3f008f6067ca7ea2f1431146d2cc1ff5e 100644 (file)
@@ -37,7 +37,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.0.10 (Maelstrom)');
+define('WCF_VERSION', '2.0.10 pl 1 (Maelstrom)');
 
 // define current unix timestamp
 define('TIME_NOW', time());