Prepairing release 3.0.0 RC 4 3.0.0_RC_4
authorAlexander Ebert <ebert@woltlab.com>
Sun, 1 Jan 2017 11:21:42 +0000 (12:21 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 1 Jan 2017 11:21:42 +0000 (12:21 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 0936a2af791526deda50d4ebbfab754ceea50a18..b0382b321c17a5f60e5be4d8dc78b686f30b52ad 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 3</version> <!-- codename: vortex -->
-               <date>2016-12-30</date>
+               <version>3.0.0 RC 4</version> <!-- codename: vortex -->
+               <date>2017-01-01</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 2">
-               <!-- do not move this down, it is required to deploy the update script below -->
+       <instructions type="update" fromversion="3.0.0 RC 3">
                <instruction type="file">files_update.tar</instruction>
-               
-               <!-- fix missing SQL update when upgrading WCF 2.1 -> WSC 3.0 RC 2 -->
-               <instruction type="script">acp/update_com.woltlab.wcf_3.0.0_rc_3.php</instruction>
-               
-               <!-- force deploy of all acp templates -->
-               <instruction type="acpTemplate" />
-               
                <instruction type="template">templates_update.tar</instruction>
        </instructions>
 </package>
index 21a7578da7e1f6baf8564e110bdcb982435a834b..2c92f25000ac337855055d8be8bdf84155f6dffd 100644 (file)
@@ -46,7 +46,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.0.0 RC 3');
+define('WCF_VERSION', '3.0.0 RC 4');
 
 // define current unix timestamp
 define('TIME_NOW', time());
@@ -62,7 +62,7 @@ if (!defined('NO_IMPORTS')) {
  * It holds the database connection, access to template and language engine.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2016 WoltLab GmbH
+ * @copyright  2001-2017 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System
  */