Release 6.1.0 Beta 2
authorAlexander Ebert <ebert@woltlab.com>
Fri, 27 Sep 2024 14:13:48 +0000 (16:13 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 27 Sep 2024 14:13:48 +0000 (16:13 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 14153a89d18bff6c74bc6fdb1a017f9fca4f3ad7..f071c0195cd8d7112a21f5059273eac09189dcb0 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.1.0 Beta 1</version>
-               <date>2024-08-30</date>
+               <version>6.1.0 Beta 2</version>
+               <date>2024-09-27</date>
        </packageinformation>
 
        <authorinformation>
                <instruction type="script">acp/install_com.woltlab.wcf_step2.php</instruction>
        </instructions>
 
-       <instructions type="update" fromversion="6.1.0 Alpha 3">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
-               <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
-       </instructions>
-
        <instructions type="update" fromversion="6.1.0 Beta 1">
                <!-- https://github.com/WoltLab/WCF/issues/5996 -->
                <instruction type="acpTemplate"/>
+
+               <instruction type="file">files_update.tar</instruction>
+               <instruction type="template">templates_update.tar</instruction>
+
+               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.1.0_beta_2_migrateStaticFiles.php</instruction>
+               
+               <instruction type="language"/>
+               <instruction type="page"/>
+               <instruction type="menuItem"/>
+               <instruction type="acpTemplateDelete"/>
+               <instruction type="box"/>
+               <instruction type="fileDelete"/>
+               <instruction type="option"/>
        </instructions>
 </package>
index e1d85bb64e8a1dedd42860595237744ba342e3ab..19d3497cfd2c94eda3f65e8a2c58cf208b33006f 100644 (file)
@@ -79,7 +79,7 @@ if (\function_exists('mb_regex_encoding')) {
 \mb_language('uni');
 
 // define current woltlab suite version
-\define('WCF_VERSION', '6.1.0 Beta 1');
+\define('WCF_VERSION', '6.1.0 Beta 2');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());