Preparing release 3.0.10
authorAlexander Ebert <ebert@woltlab.com>
Tue, 17 Oct 2017 13:23:59 +0000 (15:23 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 17 Oct 2017 13:23:59 +0000 (15:23 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index a9c1dc644d0e916db335082dd003aebc2e2eafb9..894a9844f328a944533283a9cbe54db9f3172922 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.9</version> <!-- codename: vortex -->
-               <date>2017-09-09</date>
+               <version>3.0.10</version> <!-- codename: vortex -->
+               <date>2017-10-17</date>
        </packageinformation>
        
        <authorinformation>
                <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.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">
+       <instructions type="update" fromversion="3.0.9">
                <instruction type="acpTemplate">acptemplates_update.tar</instruction>
                <instruction type="file">files_update.tar</instruction>
                <instruction type="template">templates_update.tar</instruction>
index 8d9feb0524ca75d7b4cdbea6dcacc68eba81510c..4f0947c89e73a29c49a49c63ad12ea83be85d733 100644 (file)
@@ -47,7 +47,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.0.9');
+define('WCF_VERSION', '3.0.10');
 
 // define current unix timestamp
 define('TIME_NOW', time());