Release 3.1.19 3.1.19
authorAlexander Ebert <ebert@woltlab.com>
Fri, 29 Jan 2021 13:44:59 +0000 (14:44 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 29 Jan 2021 13:44:59 +0000 (14:44 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index d52bd9f2e6af5440b006a8785c9550302f186f73..e0f07bde099dd7752b41503087535f96a50e8551 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.18</version> <!-- codename: tornado -->
-               <date>2020-11-23</date>
+               <version>3.1.19</version> <!-- codename: tornado -->
+               <date>2021-01-29</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script">acp/update_com.woltlab.wcf_preventMailAbuse.php</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="3.1.17">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+       <instructions type="update" fromversion="3.1.18">
                <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
-               
-               <instruction type="language" />
        </instructions>
 </package>
index 9d8ca64b148a1b5cf0c15d51365d93f61584cf33..73a33491949f861385aa13370cb766321df48033 100644 (file)
@@ -48,7 +48,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.1.18');
+define('WCF_VERSION', '3.1.19');
 
 // define current API version
 define('WSC_API_VERSION', 2018);