From: Alexander Ebert Date: Tue, 21 Feb 2017 16:06:59 +0000 (+0100) Subject: Initial commit for the 3.1 branch X-Git-Tag: 3.1.0_Alpha_1~642 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=33c3bb4b2d4ece2464f84445a4a3a294bd667103;p=GitHub%2FWoltLab%2FWCF.git Initial commit for the 3.1 branch --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 85abe5adb0..3619d85f32 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ Free CMS and web-framework, designed for awesome websites and communities. Freies CMS und Web-Framework, das eindrucksvolle Websites und Communities ermöglicht. 1 - 3.0.2 pl 1 - 2017-02-16 + 3.1.0 Alpha 1 + 2017-02-21 @@ -42,57 +42,4 @@ acp/post_install.php - - - files_pre_update.tar - acp/update_com.woltlab.wcf_3.0_pre_sql.php - update_part1.sql - - acp/update_com.woltlab.wcf_3.0_noop.php - - files.tar - acp/update_com.woltlab.wcf_3.0_appConfig.php - - acp/update_com.woltlab.wcf_3.0_columnLength.php - update_1.sql - update_2.sql - acp/update_com.woltlab.wcf_3.0_dropColumns.php - update_3.sql - update_4.sql - update_5.sql - - acptemplates.tar - templates.tar - language/*.xml - - packageInstallationPlugin.xml - objectTypeDefinition.xml - objectType.xml - aclOption.xml - acpMenu.xml - acpSearchProvider.xml - bbcode.xml - clipboardAction.xml - coreObject.xml - cronjob.xml - eventListener.xml - option.xml - smiley.xml - userGroupOption.xml - userNotificationEvent.xml - userOption.xml - - page.xml - menu.xml - menuItem.xml - box.xml - - defaultStyle.tar - - acp/update_com.woltlab.wcf_3.0_post_sql.php - - - - files_update.tar - diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index ae5acb94b7..dc83cee441 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -46,7 +46,7 @@ if (!@ini_get('date.timezone')) { } // define current woltlab suite version -define('WCF_VERSION', '3.0.2 pl 1'); +define('WCF_VERSION', '3.1.0 Alpha 1'); // define current unix timestamp define('TIME_NOW', time());