<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>
}
// 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());
* 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
*/