From: Alexander Ebert Date: Tue, 1 Jan 2019 22:08:08 +0000 (+0100) Subject: Preparing the release 3.1.7 pl 1 X-Git-Tag: 3.1.7_pl_1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=80088dd14e2ca707b8d97cb7c665ec4e293a64ac;p=GitHub%2FWoltLab%2FWCF.git Preparing the release 3.1.7 pl 1 --- 80088dd14e2ca707b8d97cb7c665ec4e293a64ac diff --cc com.woltlab.wcf/package.xml index 96a2a23de1,c4fbc011af..7da5c6d60b --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@@ -5,7 -5,7 +5,7 @@@ 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.1.7 - 3.0.19 pl 1 ++ 3.1.7 pl 1 2019-01-01 @@@ -48,68 -43,56 +48,56 @@@ 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 + + files_pre_sql.tar - defaultStyle.tar + + acp/update_com.woltlab.wcf_3.1_preUpdate.php + + + + + + + + acp/update_com.woltlab.wcf_3.1_addColumn.php + + update_3.1_1.sql + update_3.1_2.sql + update_3.1_3.sql + update_3.1_4.sql + + + + + + + + + + + + + + + - acp/update_com.woltlab.wcf_3.0_post_sql.php + acp/update_com.woltlab.wcf_3.1_pageSearchIndex.php + + + + + + + + + + acp/update_com.woltlab.wcf_3.1_postUpgrade.php + + defaultStyle.tar - - - acptemplates_update.tar - ++ files_update.tar - templates_update.tar - - - - - acptemplates_update.tar - files_update.tar - templates_update.tar - - diff --cc wcfsetup/install/files/lib/system/WCF.class.php index a2c23fabf3,92e4f4974c..754ab1e387 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@@ -48,10 -47,7 +48,10 @@@ if (!@ini_get('date.timezone')) } // define current woltlab suite version - define('WCF_VERSION', '3.1.7'); -define('WCF_VERSION', '3.0.19 pl 1'); ++define('WCF_VERSION', '3.1.7 pl 1'); + +// define current API version +define('WSC_API_VERSION', 2018); // define current unix timestamp define('TIME_NOW', time());