From: Alexander Ebert Date: Fri, 28 Feb 2014 00:16:56 +0000 (+0100) Subject: Preparing release 2.0.3 X-Git-Tag: 2.0.3~5 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0877e2a3582902b2facdf7c726580abcdfd9bfaa;p=GitHub%2FWoltLab%2FWCF.git Preparing release 2.0.3 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 3769e67e5a..95607f7fb0 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.0.2 pl 1 - 2014-01-29 + 2.0.3 + 2014-02-28 @@ -43,7 +43,13 @@ acp/post_install.php - + + acptemplates_update.tar files_update.tar + templates_update.tar + acp/update_com.woltlab.wcf_2.0.3.php + + languages/*.xml + option.xml diff --git a/com.woltlab.wcf/update.sql b/com.woltlab.wcf/update.sql deleted file mode 100644 index c75e17a0e2..0000000000 --- a/com.woltlab.wcf/update.sql +++ /dev/null @@ -1 +0,0 @@ -ALTER TABLE wcf1_search_index ADD KEY (objectTypeID); \ No newline at end of file diff --git a/com.woltlab.wcf/update_2.0.3.sql b/com.woltlab.wcf/update_2.0.3.sql new file mode 100644 index 0000000000..1c4bebf562 --- /dev/null +++ b/com.woltlab.wcf/update_2.0.3.sql @@ -0,0 +1,2 @@ +/* 644b0ee */ +ALTER TABLE wcf1_user_collapsible_content CHANGE objectID objectID VARCHAR(255) NOT NULL;