From: Alexander Ebert Date: Tue, 22 May 2018 11:27:18 +0000 (+0200) Subject: Preparing the release 3.0.15 X-Git-Tag: 3.1.3~1^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=450136d42a2a1dc0e477f8597c46ecbcbec050cc;p=GitHub%2FWoltLab%2FWCF.git Preparing the release 3.0.15 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 224dc6fefe..f34cee1517 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.14 pl 2 - 2018-04-21 + 3.0.15 + 2018-05-22 @@ -43,7 +43,7 @@ acp/post_install.php - + files_pre_update.tar acp/update_com.woltlab.wcf_3.0_pre_sql.php update_part1.sql @@ -91,56 +91,32 @@ acp/update_com.woltlab.wcf_3.0_post_sql.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 + + + acptemplates_update.tar + files_update.tar + templates_update.tar - 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 + + + + acptemplates_update.tar + files_update.tar + templates_update.tar - defaultStyle.tar + - acp/update_com.woltlab.wcf_3.0_post_sql.php + - - + + acptemplates_update.tar files_update.tar + templates_update.tar + + + + diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 03e77ae88f..e43af2152a 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -47,7 +47,7 @@ if (!@ini_get('date.timezone')) { } // define current woltlab suite version -define('WCF_VERSION', '3.0.14 pl 2'); +define('WCF_VERSION', '3.0.15'); // define current unix timestamp define('TIME_NOW', time());