-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
50 lines (44 loc) · 1.99 KB
/
package.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<package name="com.kittmedia.wcf.visitstatistics" xmlns="https://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://www.woltlab.com https://www.woltlab.com/XSD/tornado/package.xsd">
<packageinformation>
<packagename>KittMedia Visit Statistics</packagename>
<packagename language="de">KittMedia Besuchsstatistiken</packagename>
<packagedescription><![CDATA[Show how many visits you’ve got and what your most famous content is.]]></packagedescription>
<packagedescription language="de"><![CDATA[Zeige an, wie viele Seitenaufrufe du hast und welche deine erfolgreichsten Inhalte sind.]]></packagedescription>
<version>1.4.2</version>
<date>2024-11-11</date>
</packageinformation>
<authorinformation>
<author><![CDATA[KittMedia]]></author>
<authorurl>https://kittmedia.com</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="6.0.15">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="6.2.0 Alpha 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>
<instructions type="install">
<!-- configuration -->
<instruction type="acpMenu" />
<instruction type="eventListener" />
<instruction type="objectTypeDefinition" /> <!-- don't resort -->
<instruction type="objectType" />
<instruction type="box" /> <!-- don't resort -->
<instruction type="option" />
<instruction type="userGroupOption" />
<instruction type="language" />
<instruction type="templateListener" />
<!-- files -->
<instruction type="acpTemplate" />
<instruction type="file" />
<instruction type="database" run="standalone">acp/database/install_com.kittmedia.wcf.visitstatistics.php</instruction>
<instruction type="template" />
</instructions>
<instructions type="update" fromversion="1.4.1">
<!-- files -->
<instruction type="acpTemplate" />
<instruction type="file" />
<instruction type="template" />
</instructions>
</package>