From: Alexander Ebert Date: Thu, 6 Apr 2017 11:49:13 +0000 (+0200) Subject: Preparing release 2.1.14 X-Git-Tag: 2.1.14^0 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f7784f59deffe895946c7b28d28bcd2d43c2924f;p=GitHub%2FWoltLab%2FWCF.git Preparing release 2.1.14 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 645b3d08eb..9ca15742c3 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.1.13 - 2017-02-28 + 2.1.14 + 2017-04-06 @@ -89,7 +89,53 @@ acp/rebuild_comments_com.woltlab.wcf_2.1.php - + + + pre_update_check.tar + acp/pre_update_com.woltlab.wcf_2.1.php + + + option.xml + + files.tar + acp/update_com.woltlab.wcf_2.1.php + + templates.tar + + acptemplates.tar + + language/*.xml + + update_210.sql + + update_user1_210.sql + update_user2_210.sql + update_user3_210.sql + update_user4_210.sql + update_user5_210.sql + + acpMenu.xml + bbcode.xml + blue-temptation-style.tgz + clipboardAction.xml + coreObject.xml + cronjob_update210.xml + dashboardBox.xml + objectTypeDefinition.xml + objectType.xml + option.xml + pageMenu.xml + userGroupOption.xml + userMenu.xml + userNotificationEvent.xml + userOption.xml + userProfileMenu.xml + + acp/update_mqc_com.woltlab.wcf_2.1.php + acp/rebuild_comments_com.woltlab.wcf_2.1.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 0f32f281a3..4be98730f6 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -38,7 +38,7 @@ if (!@ini_get('date.timezone')) { } // define current wcf version -define('WCF_VERSION', '2.1.13 (Typhoon)'); +define('WCF_VERSION', '2.1.14 (Typhoon)'); // define current unix timestamp define('TIME_NOW', time());