Preparing the release 3.1.13
authorAlexander Ebert <ebert@woltlab.com>
Wed, 8 Apr 2020 16:14:22 +0000 (18:14 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 8 Apr 2020 16:14:22 +0000 (18:14 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 79682218381a42001374e6222b21bfe0fd46062e..2ffc13fd98eebcadb566d89e43da5466ae1b43cc 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.12</version> <!-- codename: tornado -->
-               <date>2020-02-23</date>
+               <version>3.1.13</version> <!-- codename: tornado -->
+               <date>2020-04-08</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script">acp/update_com.woltlab.wcf_preventMailAbuse.php</instruction>
        </instructions>
        
-       <!-- Include: <instruction type="script">acp/update_com.woltlab.wcf_preventMailAbuse.php</instruction> -->
-       
-       <instructions type="update" fromversion="3.1.11">
+       <instructions type="update" fromversion="3.1.12">
                <instruction type="acpTemplate">acptemplates_update.tar</instruction>
                <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
                
                <instruction type="language" />
                
-               <instruction type="mediaProvider" />
-               <instruction type="option" />
+               <instruction type="script">acp/update_com.woltlab.wcf_preventMailAbuse.php</instruction>
+               
                <instruction type="page" />
        </instructions>
 </package>
index 2ac0c5f7aa77b3fb4a7f121608df9fbd7a8fea40..22af9a3e33f3515134789ca3cdf2b8206632b1a2 100644 (file)
@@ -48,7 +48,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.1.12');
+define('WCF_VERSION', '3.1.13');
 
 // define current API version
 define('WSC_API_VERSION', 2018);