Release 6.0.14 6.0.14
authorAlexander Ebert <ebert@woltlab.com>
Fri, 31 May 2024 11:05:23 +0000 (13:05 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 31 May 2024 11:05:23 +0000 (13:05 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 0cb9a12b0a6024085cb73c5612995c165b75b1df..fcbdef7522a2f262de35cd8caaa4c9d6527001ac 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.14 dev 1</version>
-               <date>2024-05-29</date>
+               <version>6.0.14</version>
+               <date>2024-05-31</date>
        </packageinformation>
 
        <authorinformation>
@@ -56,4 +56,9 @@
                <instruction type="template">templates_update.tar</instruction>
                <instruction type="language"/>
        </instructions>
+       <instructions type="update" fromversion="6.0.14 dev 1">
+               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+               <instruction type="file">files_update.tar</instruction>
+               <instruction type="template">templates_update.tar</instruction>
+       </instructions>
 </package>
index 13f5977cf2db533c0e9614a67be8ed36fa6bd719..7681dae2fbd69fe4ca50bc9d27e8fd284212d6ef 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.14 dev 1');
+\define('WCF_VERSION', '6.0.14');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());