Preparing the release 3.1.9
authorAlexander Ebert <ebert@woltlab.com>
Tue, 2 Apr 2019 15:58:08 +0000 (17:58 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 2 Apr 2019 15:58:08 +0000 (17:58 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 3b1a8f97792c7d656adc89ae0063e84a6e753f33..f74851ee3e1333292ba41a923934849332c8aa05 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.8 pl 1</version> <!-- codename: tornado -->
-               <date>2019-02-14</date>
+               <version>3.1.9</version> <!-- codename: tornado -->
+               <date>2019-04-02</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="style">defaultStyle.tar</instruction>
        </instructions>
        
+       <!-- WARNING: Keep both update instructions below in sync! -->
        <instructions type="update" fromversion="3.1.8">
                <instruction type="file">files_update.tar</instruction>
+               <instruction type="template">templates_update.tar</instruction>
+               
+               <instruction type="language" />
+               
+               <instruction type="page" />
+       </instructions>
+       <instructions type="update" fromversion="3.1.8 pl 1">
+               <instruction type="file">files_update.tar</instruction>
+               <instruction type="template">templates_update.tar</instruction>
+               
+               <instruction type="language" />
+               
+               <instruction type="page" />
        </instructions>
 </package>
index 671c1baca9d576d0ceb6f4611bbf7b4ea49c1e74..1a39b732398660e740fb9789cc30939b35e37aaa 100644 (file)
@@ -48,7 +48,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.1.8 pl 1');
+define('WCF_VERSION', '3.1.9');
 
 // define current API version
 define('WSC_API_VERSION', 2018);