Migrate to new event organization
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / package.xml
index b1ca9e74e221821206f8726037bb86eb118ad0d2..f1ad8046f04a62d7122197875c666410edad4ed6 100644 (file)
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<package name="com.woltlab.wcf.conversation" xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/5.4/package.xsd">
+<package name="com.woltlab.wcf.conversation" xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/6.0/package.xsd">
        <packageinformation>
                <packagename>WoltLab Suite Core: Conversations</packagename>
                <packagename language="de">WoltLab Suite Core: Konversationen</packagename>
                <packagedescription>Private conversations between multiple users.</packagedescription>
                <packagedescription language="de">Private Konversationen zwischen mehreren Benutzern.</packagedescription>
-               <version>6.0.0 RC 1</version>
-               <date>2023-09-15</date>
+               <version>6.1.0 dev 1</version>
+               <date>2024-04-19</date>
        </packageinformation>
        
        <authorinformation>
        </authorinformation>
        
        <requiredpackages>
-               <requiredpackage minversion="6.0.0 RC 1">com.woltlab.wcf</requiredpackage>
+               <requiredpackage minversion="6.1.0 dev 1">com.woltlab.wcf</requiredpackage>
        </requiredpackages>
        
        <excludedpackages>
-               <excludedpackage version="6.1.0 Alpha 1">com.woltlab.wcf</excludedpackage>
+               <excludedpackage version="6.2.0 Alpha 1">com.woltlab.wcf</excludedpackage>
        </excludedpackages>
        
        <instructions type="install">
                <instruction type="eventListener" />
                <instruction type="page" />
        </instructions>
-
-       <instructions type="update" fromversion="5.5.*">
-               <instruction type="file" />
-               <instruction type="database">acp/database/install_com.woltlab.wcf.conversation.php</instruction>
-               <instruction type="userGroupOption" />
-               <instruction type="template" />
-               <instruction type="acpTemplate" />
-               <instruction type="option" />
-               <instruction type="templateListener" />
-               <instruction type="language" />
-               <instruction type="objectType" />
-               <instruction type="clipboardAction" />
-               <instruction type="coreObject" />
-               <instruction type="userNotificationEvent" />
-               <instruction type="userOption" />
-               <instruction type="eventListener" />
-               <instruction type="page" />
-
-               <instruction type="fileDelete" />
-               <instruction type="templateDelete" />
-       </instructions>
-
-       <instructions type="update" fromversion="6.0.0 Beta 1">
-               <void/>
-       </instructions>
 </package>