Release 3.1.16 3.1.16
authorAlexander Ebert <ebert@woltlab.com>
Mon, 13 Jul 2020 10:59:02 +0000 (12:59 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 13 Jul 2020 10:59:02 +0000 (12:59 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 71a387288cd5485f3b2d1d973198ba5432bd72ac..c90c766b419936c312ca51979de552080fe3619a 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>3.1.15</version> <!-- codename: tornado -->
-               <date>2020-06-27</date>
+               <version>3.1.16</version> <!-- codename: tornado -->
+               <date>2020-07-13</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script">acp/update_com.woltlab.wcf_preventMailAbuse.php</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="3.1.14">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+       <instructions type="update" fromversion="3.1.15">
                <instruction type="file">files_update.tar</instruction>
                <instruction type="template">templates_update.tar</instruction>
-               
-               <instruction type="language" />
-               
-               <instruction type="mediaProvider" />
        </instructions>
 </package>
index 383fe441d080f59562b3ddfb9e56cd8c2b167df2..2baf7d0f5d47fae1d97723fec7b484a99bb011f1 100644 (file)
@@ -48,7 +48,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.1.15');
+define('WCF_VERSION', '3.1.16');
 
 // define current API version
 define('WSC_API_VERSION', 2018);