Preparing release 2.1.19 2.1.19
authorAlexander Ebert <ebert@woltlab.com>
Thu, 16 Nov 2017 14:11:08 +0000 (15:11 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 16 Nov 2017 14:11:08 +0000 (15:11 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 9c82e449ec9da7428c9e0521354745bf6a0ec62c..a90739e5b4e2e5ea6c8ef55e5f995508d9afc04d 100644 (file)
@@ -5,8 +5,8 @@
                <packagedescription><![CDATA[Free web-framework, designed and developed for complex community applications.]]></packagedescription>
                <packagedescription language="de"><![CDATA[Freies Web-Framework, das für komplexe Community-Anwendungen entworfen und entwickelt wurde.]]></packagedescription>
                <isapplication>1</isapplication>
-               <version>2.1.18</version> <!-- codename: typhoon -->
-               <date>2017-08-09</date>
+               <version>2.1.19</version> <!-- codename: typhoon -->
+               <date>2017-11-16</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script" run="standalone">acp/rebuild_comments_com.woltlab.wcf_2.1.php</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="2.1.17">
+       <instructions type="update" fromversion="2.1.18">
                <instruction type="file">files_update.tar</instruction>
+               
+               <instruction type="option">option.xml</instruction>
        </instructions>
 </package>
index 67ce1897cd4839ec02017bcd34f190a2fe58458b..c2b57dac1f81017f07d402d703e74ee67118b086 100644 (file)
@@ -38,7 +38,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.1.18 (Typhoon)');
+define('WCF_VERSION', '2.1.19 (Typhoon)');
 
 // define current unix timestamp
 define('TIME_NOW', time());