Preparing the release 3.1.15
authorAlexander Ebert <ebert@woltlab.com>
Sat, 27 Jun 2020 09:50:30 +0000 (11:50 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 27 Jun 2020 09:50:30 +0000 (11:50 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 03e91fb6a3795b14d96f8fa82fb56935591bfe36..fa66d785a31e60e855051b421a95d4154c2954cf 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.14</version> <!-- codename: tornado -->
-               <date>2020-05-10</date>
+               <version>3.1.15</version> <!-- codename: tornado -->
+               <date>2020-06-28</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script">acp/update_com.woltlab.wcf_preventMailAbuse.php</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="3.1.13">
-               <instruction type="file">files_pre_3.1.14.tar</instruction>
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_3.1.14.php</instruction>
-               
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+       <instructions type="update" fromversion="3.1.14">
                <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
-               
-               <instruction type="language" />
-               
-               <instruction type="page" />
        </instructions>
 </package>
index 99fa3c786e94b049003ecb1fd84bb2ac03c13011..383fe441d080f59562b3ddfb9e56cd8c2b167df2 100644 (file)
@@ -48,7 +48,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.1.14');
+define('WCF_VERSION', '3.1.15');
 
 // define current API version
 define('WSC_API_VERSION', 2018);