Preparing the release 2.1.24 pl 2 2.1.24_pl_2
authorAlexander Ebert <ebert@woltlab.com>
Thu, 14 Feb 2019 17:11:39 +0000 (18:11 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 14 Feb 2019 17:11:39 +0000 (18:11 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 8b493a7c7c5d6e47ab5d550471a3300078c13361..93797a8fe75d48786af5ee3ddecfe4e2bd514318 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.24 pl 1</version> <!-- codename: typhoon -->
-               <date>2019-02-07</date>
+               <version>2.1.24 pl 2</version> <!-- codename: typhoon -->
+               <date>2019-02-14</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.24">
+       <instructions type="update" fromversion="2.1.24 pl 1">
                <instruction type="file">files_update.tar</instruction>
        </instructions>
 </package>
index 3af3a7898c934cff1c46de4b46cfdb0c45a5c534..8c32e440ea0a42f17c5fcd165a50138b6bab7051 100644 (file)
@@ -38,7 +38,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.1.24 pl 1 (Typhoon)');
+define('WCF_VERSION', '2.1.24 pl 2 (Typhoon)');
 
 // define current unix timestamp
 define('TIME_NOW', time());