Release 6.0.0 Beta 2 6.0.0_Beta_2
authorAlexander Ebert <ebert@woltlab.com>
Tue, 22 Aug 2023 09:32:37 +0000 (11:32 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 22 Aug 2023 09:32:37 +0000 (11:32 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 38dbcb6c20c4b244a17b31aee31c1cf3d7ab89b8..c67a9bfcc4b3227ea0fc9d936520e56fd0410909 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 1</version>
-               <date>2023-08-17</date>
+               <version>6.0.0 Beta 2</version>
+               <date>2023-08-22</date>
        </packageinformation>
 
        <authorinformation>
                <instruction type="script">acp/install_com.woltlab.wcf_step2.php</instruction>
        </instructions>
 
-       <instructions type="update" fromversion="6.0.0 Alpha 8">
+       <instructions type="update" fromversion="6.0.0 Beta 1">
                <instruction type="acpTemplate">acptemplates_update.tar</instruction>
                <instruction type="file">files_update.tar</instruction>
                <instruction type="template">templates_update.tar</instruction>
                <instruction type="language"/>
+               <instruction type="acpMenu"/>
+               <instruction type="bbcode"/>
                <instruction type="mediaProvider"/>
-               <instruction type="userOption"/>
        </instructions>
 </package>
index 3f16e03b19d5473b9a17667070b0b57e5db41373..1ab6f2ad11e0c908052bde4b51e44977d0b126e5 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 1');
+\define('WCF_VERSION', '6.0.0 Beta 2');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());