Release 6.0.9 dev 5 6.0.9_dev_5
authorAlexander Ebert <ebert@woltlab.com>
Thu, 22 Feb 2024 11:06:06 +0000 (12:06 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 22 Feb 2024 11:06:06 +0000 (12:06 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index ed125daef76d8dd17aea8d3f60465f1d4fc27a4e..a634ad8dbef15916e24b0cf8df0b27f5ebcd430e 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.9 dev 4</version>
-               <date>2024-02-11</date>
+               <version>6.0.9 dev 5</version>
+               <date>2024-02-22</date>
        </packageinformation>
 
        <authorinformation>
@@ -58,4 +58,9 @@
        <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">
+               <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 fe6f8b04675b492d4f82907de46d08c354a556f6..fd32c586183836b8ffe1a61e1d3149d0dcfaf231 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 4');
+\define('WCF_VERSION', '6.0.9 dev 5');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());