Release 6.0.0 Beta 1 6.0.0_Beta_1
authorAlexander Ebert <ebert@woltlab.com>
Thu, 17 Aug 2023 13:23:29 +0000 (15:23 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 17 Aug 2023 13:23:29 +0000 (15:23 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 678370d26e3951c787dfa48e4cfe3cac5fb97ef4..38dbcb6c20c4b244a17b31aee31c1cf3d7ab89b8 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 Alpha 8</version>
-               <date>2023-08-04</date>
+               <version>6.0.0 Beta 1</version>
+               <date>2023-08-17</date>
        </packageinformation>
 
        <authorinformation>
                <instruction type="script">acp/install_com.woltlab.wcf_step2.php</instruction>
        </instructions>
 
-       <instructions type="update" fromversion="6.0.0 Alpha 7">
+       <instructions type="update" fromversion="6.0.0 Alpha 8">
                <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="bbcode"/>
-               <instruction type="menuItem"/>
-               <instruction type="page"/>
-               <instruction type="userMenu"/>
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.0_styleVariables.php</instruction>
+               <instruction type="mediaProvider"/>
+               <instruction type="userOption"/>
        </instructions>
 </package>
index 662ecf6dc1836a07012e8ab868933fbb1cf96785..3f16e03b19d5473b9a17667070b0b57e5db41373 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 Alpha 8');
+\define('WCF_VERSION', '6.0.0 Beta 1');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());