Preparing release 3.0.9 3.0.9
authorAlexander Ebert <ebert@woltlab.com>
Fri, 8 Sep 2017 16:18:03 +0000 (18:18 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 8 Sep 2017 16:18:10 +0000 (18:18 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 58d841423bea0b8f5d90d86c141d6d97bc3610d3..a9c1dc644d0e916db335082dd003aebc2e2eafb9 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.8</version> <!-- codename: vortex -->
-               <date>2017-08-07</date>
+               <version>3.0.9</version> <!-- codename: vortex -->
+               <date>2017-09-09</date>
        </packageinformation>
        
        <authorinformation>
@@ -43,7 +43,7 @@
                <instruction type="script">acp/post_install.php</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="2.1.17">
+       <instructions type="update" fromversion="2.1.18">
                <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>
        
-       <instructions type="update" fromversion="3.0.7">
+       <!-- WARNING: Keep both update-blocks below in sync! -->
+       <instructions type="update" fromversion="3.0.8">
                <instruction type="acpTemplate">acptemplates_update.tar</instruction>
                <instruction type="file">files_update.tar</instruction>
                <instruction type="template">templates_update.tar</instruction>
                
                <instruction type="language" />
+       </instructions>
+       <instructions type="update" fromversion="3.0.8 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="objectType" />
+               <instruction type="language" />
        </instructions>
 </package>
index 7d61c51661214c14449b2bdfae47e82a2fadc7a0..a7f6596e3ff208224b389652df52c6968205b480 100644 (file)
@@ -47,7 +47,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.0.8');
+define('WCF_VERSION', '3.0.9');
 
 // define current unix timestamp
 define('TIME_NOW', time());