From 3bf2b810bb7211ae7c4d999751820b9066132f4b Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 16 May 2015 19:39:30 +0200 Subject: [PATCH] Preparing release 2.1.4 --- com.woltlab.wcf/package.xml | 38 +++++-------------- .../install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 10 insertions(+), 30 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 333a3b576b..adf255f1df 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.1.3 - 2015-04-14 + 2.1.4 + 2015-05-16 @@ -135,35 +135,15 @@ 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 + + language/*.xml + + bbcode.xml + objectType.xml + option.xml diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 570c02e4e6..9be9043f8b 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.3 (Typhoon)'); +define('WCF_VERSION', '2.1.4 (Typhoon)'); // define current unix timestamp define('TIME_NOW', time()); -- 2.20.1