Preparing the release 2.1.22
authorAlexander Ebert <ebert@woltlab.com>
Tue, 22 May 2018 09:59:15 +0000 (11:59 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 22 May 2018 09:59:15 +0000 (11:59 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 3bddcf1422bfeb075bc5b35640d5b843e3554cbb..4b31bb7b561f74b95a26af4dfabeffeceaf9a7f1 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.21 pl 1</version> <!-- codename: typhoon -->
-               <date>2018-04-21</date>
+               <version>2.1.22</version> <!-- codename: typhoon -->
+               <date>2018-05-23</date>
        </packageinformation>
        
        <authorinformation>
        </instructions>
        
        <instructions type="update" fromversion="2.1.21">
+               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
                <instruction type="file">files_update.tar</instruction>
+               
+               <instruction type="language">language/*.xml</instruction>
+       </instructions>
+       <instructions type="update" fromversion="2.1.21 pl 1">
+               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+               <instruction type="file">files_update.tar</instruction>
+               
+               <instruction type="language">language/*.xml</instruction>
        </instructions>
 </package>
index 69da87e9bda90c7cb2f0f02d5cf2e2a29332adbd..c5815d89b81607724f497ae92d246a1dfdbbac5d 100644 (file)
@@ -38,7 +38,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.1.21 pl 1 (Typhoon)');
+define('WCF_VERSION', '2.1.22 (Typhoon)');
 
 // define current unix timestamp
 define('TIME_NOW', time());