Preparing release 3.0.0
authorAlexander Ebert <ebert@woltlab.com>
Sat, 7 Jan 2017 13:13:44 +0000 (14:13 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 7 Jan 2017 13:13:44 +0000 (14:13 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index b0382b321c17a5f60e5be4d8dc78b686f30b52ad..7a985c084a72e4cb8cc605aaa30cafc20798c218 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 RC 4</version> <!-- codename: vortex -->
-               <date>2017-01-01</date>
+               <version>3.0.0</version> <!-- codename: vortex -->
+               <date>2017-01-07</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 3">
-               <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
+       <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" />
+               
+               <instruction type="language" run="standalone" />
+               
+               <instruction type="page" />
        </instructions>
 </package>
index 2c92f25000ac337855055d8be8bdf84155f6dffd..ee3d0e0a3573036cec8944fc60ef18a4a92b670b 100644 (file)
@@ -46,7 +46,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.0.0 RC 4');
+define('WCF_VERSION', '3.0.0');
 
 // define current unix timestamp
 define('TIME_NOW', time());