Preparing release 3.0.1
authorAlexander Ebert <ebert@woltlab.com>
Wed, 18 Jan 2017 12:02:04 +0000 (13:02 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 19 Jan 2017 10:16:34 +0000 (11:16 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index e2e051e035a7d44a0cc9046f3ca72432265685e1..2b79beb7feb6d43fcc558a59bd92baf1c4990b7a 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.0</version> <!-- codename: vortex -->
-               <date>2017-01-11</date>
+               <version>3.0.1</version> <!-- codename: vortex -->
+               <date>2017-01-18</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 RC 4">
-               <!-- deploy all files for consistency -->
-               <instruction type="acpTemplate" run="standalone" />
-               <instruction type="file" run="standalone" />
-               <instruction type="template" run="standalone" />
+       <instructions type="update" fromversion="3.0.0">
+               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+               <instruction type="file">files_update.tar</instruction>
+               <instruction type="template">templates_update.tar</instruction>
                
-               <instruction type="language" run="standalone" />
+               <instruction type="language" />
                
-               <instruction type="page" />
+               <instruction type="userGroupOption" />
        </instructions>
 </package>
index ee3d0e0a3573036cec8944fc60ef18a4a92b670b..3990387c059524796b14585e40ada601792c0650 100644 (file)
@@ -46,7 +46,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.0.0');
+define('WCF_VERSION', '3.0.1');
 
 // define current unix timestamp
 define('TIME_NOW', time());