Release 6.0.15 6.0.15
authorAlexander Ebert <ebert@woltlab.com>
Tue, 18 Jun 2024 15:38:15 +0000 (17:38 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 18 Jun 2024 15:38:15 +0000 (17:38 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 95241891d995ccb989be6717e301f637f8df83f1..733719cf3aa5f1f3f617454c7c033aa7bc02bfb9 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.15 dev 1</version>
-               <date>2024-06-14</date>
+               <version>6.0.15</version>
+               <date>2024-06-18</date>
        </packageinformation>
 
        <authorinformation>
@@ -55,4 +55,7 @@
                <instruction type="file">files_update.tar</instruction>
                <instruction type="language"/>
        </instructions>
+       <instructions type="update" fromversion="6.0.15 dev 1">
+               <instruction type="file">files_update.tar</instruction>
+       </instructions>
 </package>
index 298352348eaa498e5be1ab873a6c916c0d88315e..ecdb4468d61b9aca9156820cfdfafcd3dd7124cd 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.15 dev 1');
+\define('WCF_VERSION', '6.0.15');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());