Release 6.0.0 RC 2 6.0.0_RC_2
authorAlexander Ebert <ebert@woltlab.com>
Thu, 28 Sep 2023 15:19:15 +0000 (17:19 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 28 Sep 2023 15:19:15 +0000 (17:19 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 2e0a1992641884cb77f8e6b5564def18e13ac19c..17e0a9654d1a0d8e2963eb3425632fbd41cfa34d 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>6.0.0 RC 1</version>
-               <date>2023-09-15</date>
+               <version>6.0.0 RC 2</version>
+               <date>2023-09-28</date>
        </packageinformation>
 
        <authorinformation>
@@ -137,12 +137,12 @@ tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \
                <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.0_license.php</instruction>
        -->
 
-       <instructions type="update" fromversion="6.0.0 Beta 4">
+       <instructions type="update" fromversion="6.0.0 RC 1">
                <instruction type="acpTemplate">acptemplates_update.tar</instruction>
                <instruction type="file">files_update.tar</instruction>
                <instruction type="template">templates_update.tar</instruction>
-               <instruction type="script">acp/update_com.woltlab.wcf_6.0.0.rc.1.php</instruction>
+               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.0_license.php</instruction>
                <instruction type="language"/>
-               <instruction type="fileDelete"/>
+               <instruction type="acpMenu"/>
        </instructions>
 </package>
index 09d955eea49a20f0a1af13f2167ab03d7690bee9..4b6ccd6bbbc8a8457c0fadb94f31f56297e912d3 100644 (file)
@@ -81,7 +81,7 @@ if (\function_exists('mb_regex_encoding')) {
 \mb_language('uni');
 
 // define current woltlab suite version
-\define('WCF_VERSION', '6.0.0 RC 1');
+\define('WCF_VERSION', '6.0.0 RC 2');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());