Preparing release 3.0.1 pl 1 3.0.1_pl_1
authorAlexander Ebert <ebert@woltlab.com>
Mon, 23 Jan 2017 08:44:20 +0000 (09:44 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 23 Jan 2017 08:44:20 +0000 (09:44 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 9243d05739af6936cbe5272a799b2007d4c05f82..220d02afb5c75e088bbd07297c1570f01831f71f 100644 (file)
@@ -5,8 +5,8 @@
                <packagedescription>Free CMS and web-framework, designed for awesome websites and communities.</packagedescription>
                <packagedescription language="de">Freies CMS und Web-Framework, das eindrucksvolle Websites und Communities ermöglicht.</packagedescription>
                <isapplication>1</isapplication>
-               <version>3.0.1</version> <!-- codename: vortex -->
-               <date>2017-01-20</date>
+               <version>3.0.1 pl 1</version> <!-- codename: vortex -->
+               <date>2017-01-23</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script">acp/update_com.woltlab.wcf_3.0_post_sql.php</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="3.0.0">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+       <instructions type="update" fromversion="3.0.1">
                <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
                
                <instruction type="language" />
-               
-               <instruction type="userGroupOption" />
        </instructions>
 </package>
index 3990387c059524796b14585e40ada601792c0650..987c1ae0ba775459a640ad31b48939c99b70c999 100644 (file)
@@ -46,7 +46,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.0.1');
+define('WCF_VERSION', '3.0.1 pl 1');
 
 // define current unix timestamp
 define('TIME_NOW', time());