From c62b6994d53f75f3fcd72a75fed65dcb17ee1e65 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 22 Mar 2015 18:14:05 +0100 Subject: [PATCH] Preparing internal release 2.1.2 --- com.woltlab.wcf/package.xml | 60 +++---------------- com.woltlab.wcf/update_212.sql | 1 + .../install/files/lib/system/WCF.class.php | 2 +- 3 files changed, 10 insertions(+), 53 deletions(-) create mode 100644 com.woltlab.wcf/update_212.sql diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index dc2a6de1a1..c46afd4b79 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.1.1 - 2015-03-03 + 2.1.2 + 2015-03-22 @@ -43,8 +43,7 @@ acp/post_install.php - - + pre_update_check.tar acp/pre_update_com.woltlab.wcf_2.1.php @@ -90,56 +89,13 @@ 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 + + acptemplates_update.tar + files_update.tar templates_update.tar language/*.xml + + update_212.sql diff --git a/com.woltlab.wcf/update_212.sql b/com.woltlab.wcf/update_212.sql new file mode 100644 index 0000000000..7ea7d1c6b9 --- /dev/null +++ b/com.woltlab.wcf/update_212.sql @@ -0,0 +1 @@ +UPDATE wcf1_bbcode_media_provider SET html = '' WHERE title = 'YouTube'; diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index d2a6fed794..984b90b79a 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.1 (Typhoon)'); +define('WCF_VERSION', '2.1.2 (Typhoon)'); // define current unix timestamp define('TIME_NOW', time()); -- 2.20.1