Preparing release 3.0.0 Beta 4
authorAlexander Ebert <ebert@woltlab.com>
Thu, 27 Oct 2016 11:48:05 +0000 (13:48 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 27 Oct 2016 11:48:05 +0000 (13:48 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 504a4c4161187edc53b0c23bf89ef3c9e4f10e14..05640e815c233f672243840391dbb1f811384e3f 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.0 Beta 3</version> <!-- codename: vortex -->
-               <date>2016-10-21</date>
+               <version>3.0.0 Beta 4</version> <!-- codename: vortex -->
+               <date>2016-10-27</date>
        </packageinformation>
        
        <authorinformation>
        
        <!-- TODO for updates: remember update_com.woltlab.wcf_3.0.0.php -->
        
-       <instructions type="update" fromversion="3.0.0 Beta 2">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
-               <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
+       <instructions type="update" fromversion="3.0.0 Beta 3">
+               <instruction type="acpTemplate" />
+               <instruction type="template" />
                
-               <instruction type="sql" run="standalone">update_3.0.0_beta_2.sql</instruction>
+               <instruction type="file" run="standalone" />
                
                <instruction type="language" />
-               
-               <instruction type="bbcode" />
-               <instruction type="objectType" />
-               <instruction type="option" />
        </instructions>
 </package>
index 10df7a22efc1b92e81302933b45350efc33bf18c..82cf56e629761344d3356f4603793859bb7cc80f 100644 (file)
@@ -46,7 +46,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.0.0 Beta 3');
+define('WCF_VERSION', '3.0.0 Beta 4');
 
 // define current unix timestamp
 define('TIME_NOW', time());