From a3bdb99aa585712cf61cce44c3e919724642d395 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 26 May 2016 15:48:35 +0200 Subject: [PATCH] Preparing release 2.1.11 --- com.woltlab.wcf/package.xml | 18 ++++++++---------- com.woltlab.wcf/update_2.1.11.sql | 8 ++++++++ .../install/files/lib/system/WCF.class.php | 2 +- 3 files changed, 17 insertions(+), 11 deletions(-) create mode 100644 com.woltlab.wcf/update_2.1.11.sql diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 3feb62d0d7..7be1e58b97 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.1.10 - 2016-03-13 + 2.1.11 + 2016-05-26 @@ -89,17 +89,15 @@ acp/rebuild_comments_com.woltlab.wcf_2.1.php - - + + acptemplates_update.tar files_update.tar templates_update.tar - language/*.xml - - - files_update.tar - templates_update.tar + update_2.1.11.sql - language/*.xml + language/*.xml + + bbcode.xml diff --git a/com.woltlab.wcf/update_2.1.11.sql b/com.woltlab.wcf/update_2.1.11.sql new file mode 100644 index 0000000000..387e5226d2 --- /dev/null +++ b/com.woltlab.wcf/update_2.1.11.sql @@ -0,0 +1,8 @@ +/* e80b96ef0f3490b7edccf7209424f245705f5c91 */ +ALTER TABLE wcf1_user ADD KEY authData (authData); + +/* 66f046bb344ff7903bb767b5982fe77758960919 */ +UPDATE wcf1_bbcode_media_provider +SET regex = 'https?://(?:.+?\\.)?youtu(?:\\.be/|be\\.com/(?:#/)?watch\\?(?:.*?&)?v=)(?P[a-zA-Z0-9_-]+)(?:(?:\\?|&)t=(?P\\d+)$)?', + 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 2fb013c396..a5a3cd9edc 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.10 (Typhoon)'); +define('WCF_VERSION', '2.1.11 (Typhoon)'); // define current unix timestamp define('TIME_NOW', time()); -- 2.20.1