Preparing release 2.0.13
authorAlexander Ebert <ebert@woltlab.com>
Sun, 30 Aug 2015 14:00:55 +0000 (16:00 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 30 Aug 2015 14:01:03 +0000 (16:01 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 2727796cecacce4b95a74cb03cba6c32f77e3eda..fdf31d960adddf81c5c83ebf47be8a61668df7e9 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.12 pl 1</version> <!-- codename: maelstrom -->
-               <date>2015-04-01</date>
+               <version>2.0.13</version> <!-- codename: maelstrom -->
+               <date>2015-08-30</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script">acp/post_install.php</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="2.0.12">
-               <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
-       </instructions>
+    <!-- WARNING: Keep both update blocks below in sync! -->
+    <instructions type="update" fromversion="2.0.12">
+        <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.12 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>
 </package>
index 7e8fe4af0361c30bcceacfa710d9489c6cc35008..e423c5c3552b34da7f2e831be8cf5aa1156865eb 100644 (file)
@@ -38,7 +38,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.0.12 pl 1 (Maelstrom)');
+define('WCF_VERSION', '2.0.13 (Maelstrom)');
 
 // define current unix timestamp
 define('TIME_NOW', time());