Preparing release 2.1.18 2.1.18
authorAlexander Ebert <ebert@woltlab.com>
Fri, 8 Sep 2017 10:12:19 +0000 (12:12 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 8 Sep 2017 10:12:19 +0000 (12:12 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 24359f56b51d5b3d8af284fd12d11f40d2509eac..9c82e449ec9da7428c9e0521354745bf6a0ec62c 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.17</version> <!-- codename: typhoon -->
-               <date>2017-08-04</date>
+               <version>2.1.18</version> <!-- codename: typhoon -->
+               <date>2017-08-09</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.16">
+       <instructions type="update" fromversion="2.1.17">
                <instruction type="file">files_update.tar</instruction>
-               
-               <instruction type="language">language/*.xml</instruction>
        </instructions>
 </package>
index 4463ba7a3f720de8f20230e3f1c4ffdccad98144..67ce1897cd4839ec02017bcd34f190a2fe58458b 100644 (file)
@@ -38,7 +38,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.1.17 (Typhoon)');
+define('WCF_VERSION', '2.1.18 (Typhoon)');
 
 // define current unix timestamp
 define('TIME_NOW', time());