Preparing release 2.0.3
authorAlexander Ebert <ebert@woltlab.com>
Fri, 28 Feb 2014 00:16:56 +0000 (01:16 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 28 Feb 2014 00:16:56 +0000 (01:16 +0100)
com.woltlab.wcf/package.xml
com.woltlab.wcf/update.sql [deleted file]
com.woltlab.wcf/update_2.0.3.sql [new file with mode: 0644]

index 3769e67e5a7d18452b4b6a85a8b4feff828fae72..95607f7fb056a217d4687f1b58a471b0ac6c2394 100644 (file)
@@ -5,8 +5,8 @@
                <packagedescription><![CDATA[Free web-framework, designed and developed for complex community applications.]]></packagedescription>
                <packagedescription language="de"><![CDATA[Freies Web-Framework, das für komplexe Community-Anwendungen entworfen und entwickelt wurde.]]></packagedescription>
                <isapplication>1</isapplication>
-               <version>2.0.2 pl 1</version> <!-- codename: maelstrom -->
-               <date>2014-01-29</date>
+               <version>2.0.3</version> <!-- codename: maelstrom -->
+               <date>2014-02-28</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script">acp/post_install.php</instruction> 
        </instructions>
        
-       <instructions type="update" fromversion="2.0.2">
+       <instructions type="update" fromversion="2.0.2 pl 1">
+               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
                <instruction type="file">files_update.tar</instruction>
+               <instruction type="template">templates_update.tar</instruction>
+               <instruction type="script">acp/update_com.woltlab.wcf_2.0.3.php</instruction>
+               
+               <instruction type="language">languages/*.xml</instruction>
+               <instruction type="option">option.xml</instruction>
        </instructions>
 </package>
diff --git a/com.woltlab.wcf/update.sql b/com.woltlab.wcf/update.sql
deleted file mode 100644 (file)
index c75e17a..0000000
+++ /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 (file)
index 0000000..1c4bebf
--- /dev/null
@@ -0,0 +1,2 @@
+/* 644b0ee */
+ALTER TABLE wcf1_user_collapsible_content CHANGE objectID objectID VARCHAR(255) NOT NULL;