Preparing release 3.0.8 3.0.8
authorAlexander Ebert <ebert@woltlab.com>
Sun, 6 Aug 2017 09:52:18 +0000 (11:52 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 6 Aug 2017 09:52:18 +0000 (11:52 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index be864c77e6c12fb0db314fc330e7a79af9129da6..58d841423bea0b8f5d90d86c141d6d97bc3610d3 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.7</version> <!-- codename: vortex -->
-               <date>2017-07-11</date>
+               <version>3.0.8</version> <!-- codename: vortex -->
+               <date>2017-08-07</date>
        </packageinformation>
        
        <authorinformation>
@@ -43,7 +43,7 @@
                <instruction type="script">acp/post_install.php</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="2.1.16">
+       <instructions type="update" fromversion="2.1.17">
                <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.6">
+       <instructions type="update" fromversion="3.0.7">
                <instruction type="acpTemplate">acptemplates_update.tar</instruction>
                <instruction type="file">files_update.tar</instruction>
                <instruction type="template">templates_update.tar</instruction>
+               
+               <instruction type="language" />
+               
+               <instruction type="objectType" />
        </instructions>
 </package>
index 2ccc546afd45cf541db1f2f1c257abd0db012a3a..7d61c51661214c14449b2bdfae47e82a2fadc7a0 100644 (file)
@@ -47,7 +47,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.0.7');
+define('WCF_VERSION', '3.0.8');
 
 // define current unix timestamp
 define('TIME_NOW', time());