Release 6.0.0
authorAlexander Ebert <ebert@woltlab.com>
Wed, 11 Oct 2023 13:02:39 +0000 (15:02 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 11 Oct 2023 13:02:39 +0000 (15:02 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 17e0a9654d1a0d8e2963eb3425632fbd41cfa34d..22bc7633a0f1481047b011cba6ce965840bcf73c 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 2</version>
-               <date>2023-09-28</date>
+               <version>6.0.0</version>
+               <date>2023-11-10</date>
        </packageinformation>
 
        <authorinformation>
@@ -131,18 +131,9 @@ tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \
                <instruction type="templateDelete" />
        </instructions>
 
-       <!--
-               Include in the update RC 1 → RC 2:
-               
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.0_license.php</instruction>
-       -->
-
-       <instructions type="update" fromversion="6.0.0 RC 1">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+       <instructions type="update" fromversion="6.0.0 RC 2">
                <instruction type="file">files_update.tar</instruction>
                <instruction type="template">templates_update.tar</instruction>
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.0_license.php</instruction>
                <instruction type="language"/>
-               <instruction type="acpMenu"/>
        </instructions>
 </package>
index d70dd3f422f992a34236c8563f64871368e25310..82a5296a889014920ed58bb760f340fe97d4abdf 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 2');
+\define('WCF_VERSION', '6.0.0');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());