Release 6.0.17
authorAlexander Ebert <ebert@woltlab.com>
Fri, 13 Sep 2024 15:05:12 +0000 (17:05 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 13 Sep 2024 15:05:12 +0000 (17:05 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 5534b8b7e22f3c9582319e554c25eb64e9fe6790..854e89b6de27321363153d2a25d26676ef644e27 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.16</version>
-               <date>2024-06-19</date>
+               <version>6.0.17</version>
+               <date>2024-09-13</date>
        </packageinformation>
 
        <authorinformation>
@@ -50,9 +50,8 @@
                <instruction type="script">acp/install_com.woltlab.wcf_step2.php</instruction>
        </instructions>
 
-       <instructions type="update" fromversion="6.0.15">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+       <instructions type="update" fromversion="6.0.16">
                <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
+               <instruction type="language"/>
        </instructions>
 </package>
index b84b117257f9a8f8ea3170cd890655e46d3b2853..13c7e2d7aa28d959d4aa94b12231f8cc6cc16a46 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.16');
+\define('WCF_VERSION', '6.0.17');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());