Preparing the release 3.1.9 pl 1 3.1.9_pl_1
authorAlexander Ebert <ebert@woltlab.com>
Fri, 5 Apr 2019 09:59:52 +0000 (11:59 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 5 Apr 2019 09:59:52 +0000 (11:59 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 642a42bbb15609e7c3118260aec0b021dee7cff5..95082bcd54bba915110639f04047971a364b276e 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.9</version> <!-- codename: tornado -->
-               <date>2019-04-04</date>
+               <version>3.1.9 pl 1</version> <!-- codename: tornado -->
+               <date>2019-04-05</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">
+       <instructions type="update" fromversion="3.1.9">
                <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 1a39b732398660e740fb9789cc30939b35e37aaa..8247222ae96ffdea210d14e25aac2220a7d29af8 100644 (file)
@@ -48,7 +48,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.1.9');
+define('WCF_VERSION', '3.1.9 pl 1');
 
 // define current API version
 define('WSC_API_VERSION', 2018);