Release 6.0.0 Alpha 5 6.0.0_Alpha_5
authorAlexander Ebert <ebert@woltlab.com>
Mon, 10 Jul 2023 15:38:47 +0000 (17:38 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 10 Jul 2023 15:38:47 +0000 (17:38 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index ae8d299d349f86eb818216d55e94b2351b018cf8..b12e6aafe4179fadfc785ae64e4afa3bd0aae468 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 4</version>
-               <date>2023-07-04</date>
+               <version>6.0.0 Alpha 5</version>
+               <date>2023-07-10</date>
        </packageinformation>
 
        <authorinformation>
@@ -129,9 +129,10 @@ tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \
                <instruction type="templateDelete" />
        </instructions>
 
-       <instructions type="update" fromversion="6.0.0 Alpha 3">
+       <instructions type="update" fromversion="6.0.0 Alpha 4">
                <instruction type="acpTemplate">acptemplates_update.tar</instruction>
                <instruction type="file">files_update.tar</instruction>
                <instruction type="template">templates_update.tar</instruction>
+               <instruction type="language"/>
        </instructions>
 </package>
index a76dd1f6db8e195d2daa5b5781605d8d1c7c3cdb..4e1db9ec938664ed33accf2ccc1d17a109ce4ad9 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 4');
+\define('WCF_VERSION', '6.0.0 Alpha 5');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());