Release 6.0.0 Beta 4 6.0.0_Beta_4
authorAlexander Ebert <ebert@woltlab.com>
Wed, 6 Sep 2023 14:02:39 +0000 (16:02 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 6 Sep 2023 14:02:39 +0000 (16:02 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 2673511912862bbbe6d8f15d3ae2260a3084bb75..a3a247aa051098c4d37638908faf3bbfa7596d17 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 3</version>
-               <date>2023-08-22</date>
+               <version>6.0.0 Beta 4</version>
+               <date>2023-09-06</date>
        </packageinformation>
 
        <authorinformation>
                <instruction type="script">acp/install_com.woltlab.wcf_step2.php</instruction>
        </instructions>
 
-       <instructions type="update" fromversion="6.0.0 Beta 2">
+       <instructions type="update" fromversion="6.0.0 Beta 3">
+               <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="language"/>
+               <instruction type="acpMenu"/>
+               <instruction type="fileDelete"/>
        </instructions>
 </package>
index d295b9baa29840be2dfca4add826e0d8a2155b68..df185b97e3bb2ba31731ce555ac82682f4b9a145 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 3');
+\define('WCF_VERSION', '6.0.0 Beta 4');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());