Release 6.1.0 6.1.0
authorAlexander Ebert <ebert@woltlab.com>
Mon, 28 Oct 2024 15:07:23 +0000 (16:07 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 28 Oct 2024 15:07:23 +0000 (16:07 +0100)
com.woltlab.wcf/files_pre_check.tar
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 4d3629d5e7fada32d182e52b749382e610cbb2a0..1b1ee037c85d587981ad08c51ee5f63a75d36119 100644 (file)
Binary files a/com.woltlab.wcf/files_pre_check.tar and b/com.woltlab.wcf/files_pre_check.tar differ
index 7294825876e1f7881129907fe9ed9b931fe42f8f..c50246a93b92d75c56bb8f5117fac0c1a5c3944c 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 RC 1</version>
-               <date>2024-10-10</date>
+               <version>6.1.0</version>
+               <date>2024-10-28</date>
        </packageinformation>
 
        <authorinformation>
@@ -99,11 +99,9 @@ tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \
                <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.1_serviceWorker.php</instruction>
        </instructions>
 
-       <instructions type="update" fromversion="6.1.0 Beta 2">
+       <instructions type="update" fromversion="6.1.0 RC 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="fileDelete"/>
        </instructions>
 </package>
index 0d9489e13c268b3f5548ca433f19893524cf868d..7c7f1318890e5213039f9f128589c794e0a66786 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 RC 1');
+\define('WCF_VERSION', '6.1.0');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());