Preparing release 3.0.13
authorAlexander Ebert <ebert@woltlab.com>
Fri, 9 Mar 2018 23:55:24 +0000 (00:55 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 9 Mar 2018 23:55:24 +0000 (00:55 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 681437152e99808cba0a078fc1320a0fdf7388fe..6d32d7ee7a87cdd8f32a70cb5fd7744bc801e219 100644 (file)
@@ -5,8 +5,8 @@
                <packagedescription>Free CMS and web-framework, designed for awesome websites and communities.</packagedescription>
                <packagedescription language="de">Freies CMS und Web-Framework, das eindrucksvolle Websites und Communities ermöglicht.</packagedescription>
                <isapplication>1</isapplication>
-               <version>3.0.12 pl 1</version> <!-- codename: vortex -->
-               <date>2018-02-12</date>
+               <version>3.0.13</version> <!-- codename: vortex -->
+               <date>2018-03-12</date>
        </packageinformation>
        
        <authorinformation>
@@ -43,7 +43,7 @@
                <instruction type="script">acp/post_install.php</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="2.1.19">
+       <instructions type="update" fromversion="2.1.20">
                <instruction type="file">files_pre_update.tar</instruction>
                <instruction type="script">acp/update_com.woltlab.wcf_3.0_pre_sql.php</instruction>
                <instruction type="sql">update_part1.sql</instruction>
                <instruction type="script">acp/update_com.woltlab.wcf_3.0_post_sql.php</instruction>
        </instructions>
        
+       <!-- WARNING: Keep both update blocks below in sync! -->
        <instructions type="update" fromversion="3.0.12">
+               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+               <instruction type="file">files_update.tar</instruction>
+               
+               <instruction type="language" />
+       </instructions>
+       <instructions type="update" fromversion="3.0.12 pl 1">
+               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
                <instruction type="file">files_update.tar</instruction>
                
                <instruction type="language" />
index c6df67f4efa1681aea194aa5304aedb96ca28c2c..f292150e330de0f9441b9d693f1bcb2e3e7b4339 100644 (file)
@@ -47,7 +47,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.0.12 pl 1');
+define('WCF_VERSION', '3.0.13');
 
 // define current unix timestamp
 define('TIME_NOW', time());