Release 6.0.0 Beta 3 6.0.0_Beta_3
authorAlexander Ebert <ebert@woltlab.com>
Tue, 22 Aug 2023 12:03:00 +0000 (14:03 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 22 Aug 2023 12:03:00 +0000 (14:03 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index c67a9bfcc4b3227ea0fc9d936520e56fd0410909..2673511912862bbbe6d8f15d3ae2260a3084bb75 100644 (file)
@@ -5,7 +5,7 @@
                <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 2</version>
+               <version>6.0.0 Beta 3</version>
                <date>2023-08-22</date>
        </packageinformation>
 
                <instruction type="script">acp/install_com.woltlab.wcf_step2.php</instruction>
        </instructions>
 
-       <instructions type="update" fromversion="6.0.0 Beta 1">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+       <instructions type="update" fromversion="6.0.0 Beta 2">
                <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"/>
        </instructions>
 </package>
index 1ab6f2ad11e0c908052bde4b51e44977d0b126e5..6e0c8c7c6958d0e131bbd9c44763ffe1ca38e1db 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 2');
+\define('WCF_VERSION', '6.0.0 Beta 3');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());