Preparing release 2.1.21
authorAlexander Ebert <ebert@woltlab.com>
Mon, 16 Apr 2018 13:28:45 +0000 (15:28 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 16 Apr 2018 13:28:45 +0000 (15:28 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 6e78e3b78ea50c524d06e940cd35a4a06cb1a4e6..fd33474e0fe5f2292ecab4b6298c666dceda39cf 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.20</version> <!-- codename: typhoon -->
-               <date>2018-03-14</date>
+               <version>2.1.21</version> <!-- codename: typhoon -->
+               <date>2018-04-16</date>
        </packageinformation>
        
        <authorinformation>
        </instructions>
        
        <instructions type="update" fromversion="2.1.19">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
                <instruction type="file">files_update.tar</instruction>
                <instruction type="template">templates_update.tar</instruction>
                
-               <instruction type="language">language/*.xml</instruction>
+               <instruction type="language" run="standalone">language/*.xml</instruction>
+               <instruction type="option">option.xml</instruction>
        </instructions>
 </package>
index dc7ae6aa414906bc4d857227100e132415837667..e365d1c3bd9639ee2e84df00d8044b287629b271 100644 (file)
@@ -38,7 +38,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.1.20 (Typhoon)');
+define('WCF_VERSION', '2.1.21 (Typhoon)');
 
 // define current unix timestamp
 define('TIME_NOW', time());