Release 6.0.9 6.0.9
authorAlexander Ebert <ebert@woltlab.com>
Thu, 22 Feb 2024 15:29:07 +0000 (16:29 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 22 Feb 2024 15:29:07 +0000 (16:29 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index a634ad8dbef15916e24b0cf8df0b27f5ebcd430e..9f1056b86dacda9e08792f1cbd60d2f0df75bf83 100644 (file)
@@ -5,7 +5,7 @@
                <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.9 dev 5</version>
+               <version>6.0.9</version>
                <date>2024-02-22</date>
        </packageinformation>
 
        <!-- IMPORTANT: Files must include everything since 6.0.7! -->
        <instructions type="update" fromversion="6.0.8">
                <instruction type="file">files_update.tar</instruction>
+               <instruction type="script">acp/update_com.woltlab.wcf_6.0_styleVariables.php</instruction>
                <instruction type="language"/>
        </instructions>
-       <instructions type="update" fromversion="6.0.9 dev 3">
-               <instruction type="file">files_update.tar</instruction>
-       </instructions>
-       <instructions type="update" fromversion="6.0.9 dev 4">
+       <instructions type="update" fromversion="6.0.9 dev 5">
                <instruction type="file">files_update.tar</instruction>
-               <instruction type="script">acp/update_com.woltlab.wcf_6.0_styleVariables.php</instruction>
-               <instruction type="language"/>
        </instructions>
 </package>
index fd32c586183836b8ffe1a61e1d3149d0dcfaf231..1221d764a051bf5490157cde9f94e35bb6c158a2 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.9 dev 5');
+\define('WCF_VERSION', '6.0.9');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());