Release 6.0.16 6.0.16
authorAlexander Ebert <ebert@woltlab.com>
Wed, 19 Jun 2024 10:38:49 +0000 (12:38 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 19 Jun 2024 10:38:49 +0000 (12:38 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 733719cf3aa5f1f3f617454c7c033aa7bc02bfb9..5534b8b7e22f3c9582319e554c25eb64e9fe6790 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</version>
-               <date>2024-06-18</date>
+               <version>6.0.16</version>
+               <date>2024-06-19</date>
        </packageinformation>
 
        <authorinformation>
                <instruction type="script">acp/install_com.woltlab.wcf_step2.php</instruction>
        </instructions>
 
-       <instructions type="update" fromversion="6.0.14">
+       <instructions type="update" fromversion="6.0.15">
                <instruction type="acpTemplate">acptemplates_update.tar</instruction>
                <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>
+               <instruction type="template">templates_update.tar</instruction>
        </instructions>
 </package>
index ecdb4468d61b9aca9156820cfdfafcd3dd7124cd..b84b117257f9a8f8ea3170cd890655e46d3b2853 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');
+\define('WCF_VERSION', '6.0.16');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());