From: Alexander Ebert Date: Mon, 13 Apr 2015 09:56:31 +0000 (+0200) Subject: Preparing release 2.1.3 X-Git-Tag: 2.1.3~8 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=feef1af0bb2c71f33264fed61f8f8e16eb24d069;p=GitHub%2FWoltLab%2FWCF.git Preparing release 2.1.3 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index e88df508ac..f5dd367ffd 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.1.2 pl 2 - 2015-04-08 + 2.1.3 + 2015-04-13 @@ -89,12 +89,81 @@ 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 + + + + + acptemplates_update.tar files_update.tar templates_update.tar + acptemplates_update.tar + files_update.tar + templates_update.tar + + + + acptemplates_update.tar + files_update.tar + templates_update.tar + + + + acptemplates_update.tar + files_update.tar + templates_update.tar + + + + 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 c1f9368050..570c02e4e6 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.2 pl 1 (Typhoon)'); +define('WCF_VERSION', '2.1.3 (Typhoon)'); // define current unix timestamp define('TIME_NOW', time());