This repository was archived by the owner on Nov 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
112 lines (93 loc) · 4.36 KB
/
package.xml
File metadata and controls
112 lines (93 loc) · 4.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<?xml version="1.0" encoding="UTF-8"?>
<package name="de.mysterycode.wcf.toDo" xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com https://mysterycode.de/XSD/package.xsd">
<packageinformation>
<packagename><![CDATA[ToDo-List]]></packagename>
<packagename language="de"><![CDATA[ToDo-Liste]]></packagename>
<packagedescription><![CDATA[Gives the possibility to manage ToDos in several custom categories on your website]]></packagedescription>
<packagedescription language="de"><![CDATA[Ermöglicht die Verwaltung von ToDos in mehreren Kategorien auf Ihrer Website]]></packagedescription>
<version>2.1.0 Beta 2</version>
<date>2018-07-07</date>
<packageurl>https://www.mysterycode.de/products/todo/</packageurl>
<pluginStoreFileID>1612</pluginStoreFileID>
</packageinformation>
<compatibility>
<api version="2018" />
</compatibility>
<requiredpackages>
<requiredpackage minversion="3.1.0"><![CDATA[com.woltlab.wcf]]></requiredpackage>
</requiredpackages>
<authorinformation>
<author><![CDATA[Florian Gail]]></author>
<authorurl><![CDATA[https://www.mysterycode.de]]></authorurl>
</authorinformation>
<instructions type="install">
<!-- files -->
<instruction type="acpTemplate" />
<instruction type="file" />
<instruction type="template" />
<!-- SQL -->
<instruction type="sql" />
<!-- XMLs -->
<instruction type="objectType">xml/objectType.xml</instruction>
<instruction type="userNotificationEvent">xml/userNotificationEvent.xml</instruction>
<instruction type="option">xml/option.xml</instruction>
<instruction type="templateListener">xml/templateListener.xml</instruction>
<instruction type="userGroupOption">xml/userGroupOption.xml</instruction>
<instruction type="eventListener">xml/eventListener.xml</instruction>
<instruction type="aclOption">xml/aclOption.xml</instruction>
<instruction type="acpMenu">xml/acpMenu.xml</instruction>
<instruction type="clipboardAction">xml/clipboardAction.xml</instruction>
<instruction type="cronjob">xml/cronjob.xml</instruction>
<instruction type="page">xml/page.xml</instruction>
<instruction type="menuItem">xml/menuItem.xml</instruction>
<instruction type="language" />
</instructions>
<instructions type="update" fromversion="2.0.3">
<!-- files -->
<instruction type="acpTemplate" />
<instruction type="file" />
<instruction type="template" />
<!-- XMLs -->
<instruction type="objectType">xml/objectType.xml</instruction>
<instruction type="option">xml/option.xml</instruction>
<instruction type="userGroupOption">xml/userGroupOption.xml</instruction>
<instruction type="eventListener">xml/eventListener.xml</instruction>
<instruction type="page">xml/page.xml</instruction>
<instruction type="script">acp/update_de.mysterycode.wcf.todo_menuitem.php</instruction>
<instruction type="language" />
</instructions>
<instructions type="update" fromversion="2.0.3 pl 1">
<!-- files -->
<instruction type="acpTemplate" />
<instruction type="file" />
<instruction type="template" />
<!-- XMLs -->
<instruction type="objectType">xml/objectType.xml</instruction>
<instruction type="option">xml/option.xml</instruction>
<instruction type="userGroupOption">xml/userGroupOption.xml</instruction>
<instruction type="eventListener">xml/eventListener.xml</instruction>
<instruction type="page">xml/page.xml</instruction>
<instruction type="script">acp/update_de.mysterycode.wcf.todo_menuitem.php</instruction>
<instruction type="language" />
</instructions>
<instructions type="update" fromversion="2.0.3 pl 2">
<!-- files -->
<instruction type="acpTemplate" />
<instruction type="file" />
<instruction type="template" />
<!-- XMLs -->
<instruction type="objectType">xml/objectType.xml</instruction>
<instruction type="option">xml/option.xml</instruction>
<instruction type="userGroupOption">xml/userGroupOption.xml</instruction>
<instruction type="eventListener">xml/eventListener.xml</instruction>
<instruction type="page">xml/page.xml</instruction>
<instruction type="language" />
</instructions>
<instructions type="update" fromversion="2.1.0 Beta 1">
<!-- files -->
<instruction type="file" />
<instruction type="template" />
<instruction type="script">acp/update_de.mysterycode.wcf.todo_menuitem.php</instruction>
<instruction type="language" />
</instructions>
</package>