-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
111 lines (100 loc) · 4.79 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
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
<?xml version="1.0" encoding="UTF-8"?>
<package name="de.softcreatr.wcf.jcoins" xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com https://www.woltlab.com/XSD/2019/package.xsd">
<packageinformation>
<packagename>JCoins</packagename>
<packagedescription >The virtual credit system for WoltLab Suite.</packagedescription>
<packagename language="de">JCoins</packagename>
<packagedescription language="de">Das virtuelle Guthabensystem für WoltLab Suite.</packagedescription>
<packageurl><![CDATA[https://softcreatr.dev/shop/product/189]]></packageurl>
<version>5.5.5</version>
<date>2022-09-21</date>
<license><![CDATA[LGPL <https://opensource.org/licenses/lgpl-license.php>]]></license>
</packageinformation>
<authorinformation>
<author><![CDATA[SoftCreatR.dev]]></author>
<authorurl><![CDATA[https://softcreatr.dev]]></authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="5.3.0">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="5.3.0">com.woltlab.wcf.conversation</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="5.6.0 Alpha 1">com.woltlab.wcf</excludedpackage>
<excludedpackage version="*">de.wcflabs.wcf.jcoins</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="template" />
<instruction type="acpTemplate" />
<instruction type="file" />
<instruction type="sql" run="standalone">install.sql</instruction>
<instruction type="sql" run="standalone">update_user1.sql</instruction>
<instruction type="sql" run="standalone">update_user2.sql</instruction>
<instruction type="sql" run="standalone">update_user3.sql</instruction>
<instruction type="sql" run="standalone">update_user4.sql</instruction>
<instruction type="templateListener" />
<instruction type="cronjob" />
<instruction type="objectTypeDefinition" />
<instruction type="objectType" />
<instruction type="userGroupOption" />
<instruction type="option">options.xml</instruction>
<instruction type="userOption" />
<instruction type="language" />
<instruction type="acpMenu" />
<instruction type="eventListener" />
<instruction type="userNotificationEvent" />
<instruction type="page" />
<instruction type="box" />
<instruction type="script">acp/install_de.wcflabs.wcf.jcoins.php</instruction>
</instructions>
<instructions type="update" fromversion="5.3.1">
<instruction type="file" />
<instruction type="acpTemplate" />
<instruction type="template" />
<instruction type="option">options_550.xml</instruction>
<instruction type="eventListener" />
<instruction type="language" />
<instruction type="script">acp/update_de.wcflabs.wcf.jcoins_550.php</instruction>
</instructions>
<instructions type="update" fromversion="5.4.*">
<instruction type="file" />
<instruction type="acpTemplate" />
<instruction type="template" />
<instruction type="option">options_550.xml</instruction>
<instruction type="eventListener" />
<instruction type="language" />
<instruction type="script">acp/update_de.wcflabs.wcf.jcoins_550.php</instruction>
</instructions>
<instructions type="update" fromversion="5.5.0">
<instruction type="file" />
<instruction type="template" />
<instruction type="language" />
</instructions>
<instructions type="update" fromversion="5.5.1">
<instruction type="file" />
<instruction type="language" />
</instructions>
<instructions type="update" fromversion="5.5.2">
<instruction type="language" />
</instructions>
<instructions type="update" fromversion="5.5.3">
<instruction type="template" />
<instruction type="acpTemplate" />
<instruction type="file" />
<instruction type="templateListener" />
<instruction type="cronjob" />
<instruction type="objectTypeDefinition" />
<instruction type="objectType" />
<instruction type="userGroupOption" />
<instruction type="option">options.xml</instruction>
<instruction type="userOption" />
<instruction type="language" />
<instruction type="acpMenu" />
<instruction type="eventListener" />
<instruction type="userNotificationEvent" />
<instruction type="page" />
<instruction type="box" />
</instructions>
<instructions type="update" fromversion="5.5.4">
<instruction type="language" />
</instructions>
</package>