Release 6.1.0 Alpha 3 6.1.0_Alpha_3
authorAlexander Ebert <ebert@woltlab.com>
Mon, 26 Aug 2024 14:59:59 +0000 (16:59 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 26 Aug 2024 14:59:59 +0000 (16:59 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 706a5ce7661f355f94262a0bf9a0bb8457c2a88a..1d0a812f2d2efc7f1d48a4359e1f3268bc97c32b 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 Alpha 2</version>
-               <date>2024-08-20</date>
+               <version>6.1.0 Alpha 3</version>
+               <date>2024-08-26</date>
        </packageinformation>
 
        <authorinformation>
                <instruction type="script">acp/install_com.woltlab.wcf_step2.php</instruction>
        </instructions>
 
-       <instructions type="update" fromversion="6.1.0 Alpha 1">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+       <instructions type="update" fromversion="6.1.0 Alpha 2">
                <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
                <instruction type="language"/>
        </instructions>
 </package>
index 1514d6a91051ed9dd54a6ce2029ec3be5a1fca33..0ca99fce2947417b7530378da2dc1acac2fc8d58 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 Alpha 2');
+\define('WCF_VERSION', '6.1.0 Alpha 3');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());