Preparing release 2.1.7 pl 1
authorAlexander Ebert <ebert@woltlab.com>
Thu, 3 Sep 2015 23:19:00 +0000 (01:19 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 3 Sep 2015 23:19:00 +0000 (01:19 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 8b5c0ec4b1d465ca87a320cabaeab7a34b58192e..eef3672391df6e3104ac82912449db632939cf39 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.7</version> <!-- codename: typhoon -->
-               <date>2015-09-03</date>
+               <version>2.1.7 pl 1</version> <!-- codename: typhoon -->
+               <date>2015-09-04</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.6">
+       <instructions type="update" fromversion="2.1.7">
                <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
-               
-               <instruction type="language" run="standalone">language/*.xml</instruction>
-               
-               <instruction type="userGroupOption">userGroupOption.xml</instruction>
        </instructions>
 </package>
index ccf4e192c99b80e08c5c525647d53dee1383fee3..8d6b7e2f77078d0b17752af7bdda42580155f872 100644 (file)
@@ -38,7 +38,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.1.7 (Typhoon)');
+define('WCF_VERSION', '2.1.7 pl 1 (Typhoon)');
 
 // define current unix timestamp
 define('TIME_NOW', time());