-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
39 lines (34 loc) · 1.7 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="com.wcflabs.shop.membershipReminder" 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/tornado/package.xsd">
<packageinformation>
<packagename><![CDATA[Shop: Membership Reminder]]></packagename>
<packagename language="de"><![CDATA[Shop: Mitgliedschaft Erinnerung]]></packagename>
<version>1.2.0</version>
<date>2024-12-07</date>
<license><![CDATA[GNU GENERAL PUBLIC LICENSE Version 3]]></license>
</packageinformation>
<authorinformation>
<author><![CDATA[Joshua Rüsweg]]></author>
<authorurl><![CDATA[https://www.wcflabs.com/]]></authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="6.1.2">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="6.1.1">com.woltlab.wcf.conversation</requiredpackage>
<requiredpackage minversion="8.1.4">com.viecode.shop</requiredpackage>
<requiredpackage minversion="8.1.3">com.viecode.shop.membership</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="6.2.0 Alpha 1">com.woltlab.wcf</excludedpackage>
<excludedpackage version="8.2.0 Alpha 1">com.viecode.shop</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="file" application="shop" />
<instruction type="database" application="shop">acp/database/install_com.wcflabs.shop.membershipReminder.php</instruction>
<instruction type="cronjob" />
<instruction type="option" />
<instruction type="language" />
</instructions>
<instructions type="update" fromversion="1.1.0">
<instruction type="file" application="shop" />
</instructions>
</package>