Preparing release 3.0.0 RC 2
authorAlexander Ebert <ebert@woltlab.com>
Tue, 20 Dec 2016 15:03:45 +0000 (16:03 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 21 Dec 2016 08:42:27 +0000 (09:42 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 1b5b5ff1edb723157f8d04e53705fcc3e24ec60c..ea905eb967462b5f56a2a14ad040e42aa383da51 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 RC 1</version> <!-- codename: vortex -->
-               <date>2016-12-15</date>
+               <version>3.0.0 RC 2</version> <!-- codename: vortex -->
+               <date>2016-12-20</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script">acp/update_com.woltlab.wcf_3.0_post_sql.php</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="3.0.0 Beta 5">
+       <instructions type="update" fromversion="3.0.0 RC 1">
                <instruction type="file">files_update.tar</instruction>
-               
-               <instruction type="sql">update_3.0.0_rc_1.sql</instruction>
-               <instruction type="script">acp/update_com.woltlab.wcf_3.0.0_rc_1.php</instruction>
+               <instruction type="sql">update_3.0.0_rc_2.sql</instruction>
                
                <!-- !!! whichever instruction comes next: run="standalone" !!! -->
                
                <instruction type="language" run="standalone">language/*.xml</instruction>
                
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
                <instruction type="template">templates_update.tar</instruction>
                
-               <instruction type="menu" />
-               <instruction type="option" />
-               <instruction type="userOption" />
+               <instruction type="page" />
        </instructions>
 </package>
index a74ec00388d50ae86d5f9fafd186e030cb7167be..1c9b617b3fa524120c7268ed72765eac178f62b5 100644 (file)
@@ -47,7 +47,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.0.0 RC 1');
+define('WCF_VERSION', '3.0.0 RC 2');
 
 // define current unix timestamp
 define('TIME_NOW', time());