Release 6.0.0 Alpha 7 6.0.0_Alpha_7
authorAlexander Ebert <ebert@woltlab.com>
Wed, 19 Jul 2023 15:49:51 +0000 (17:49 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 19 Jul 2023 15:49:51 +0000 (17:49 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 5b561ce30fff9608845a6930604e80d685371562..17fb3f2da7bf55a582e831ca29a19a694c33c958 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 6</version>
-               <date>2023-07-17</date>
+               <version>6.0.0 Alpha 7</version>
+               <date>2023-07-19</date>
        </packageinformation>
 
        <authorinformation>
@@ -129,18 +129,8 @@ tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \
                <instruction type="templateDelete" />
        </instructions>
 
-       <!-- Run this with the next update: -->
-       <!--
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.0_styleVariables.php</instruction>
-       -->
-
-       <instructions type="update" fromversion="6.0.0 Alpha 5">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+       <instructions type="update" fromversion="6.0.0 Alpha 6">
                <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
                <instruction type="language"/>
-               <instruction type="bbcode"/>
-
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.0_styleVariables.php</instruction>
        </instructions>
 </package>
index a44fbf56020a902c784a4e89bb49bb2d63561317..6a91d5df2fa4a4775c4f56b3e585b2ef5f8baa40 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 6');
+\define('WCF_VERSION', '6.0.0 Alpha 7');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());