Release 6.0.0 RC 1 6.0.0_RC_1
authorAlexander Ebert <ebert@woltlab.com>
Fri, 15 Sep 2023 11:49:54 +0000 (13:49 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 15 Sep 2023 11:49:54 +0000 (13:49 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 8428f5620822329e929488244e9af150cfd0d9ca..77c86e5e3415fac52500b389f1258fcf787ee9f0 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 Beta 4</version>
-               <date>2023-09-06</date>
+               <version>6.0.0 RC 1</version>
+               <date>2023-09-15</date>
        </packageinformation>
 
        <authorinformation>
@@ -130,13 +130,12 @@ tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \
                <instruction type="templateDelete" />
        </instructions>
 
-       <instructions type="update" fromversion="6.0.0 Beta 3">
+       <instructions type="update" fromversion="6.0.0 Beta 4">
                <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_styleVariables.php</instruction>
+               <instruction type="script">acp/update_com.woltlab.wcf_6.0.0.rc.1.php</instruction>
                <instruction type="language"/>
-               <instruction type="acpMenu"/>
                <instruction type="fileDelete"/>
        </instructions>
 </package>
index df185b97e3bb2ba31731ce555ac82682f4b9a145..09d955eea49a20f0a1af13f2167ab03d7690bee9 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 Beta 4');
+\define('WCF_VERSION', '6.0.0 RC 1');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());