-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
33 lines (29 loc) · 1.59 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="io.padarom.plugins.whatsnew" 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/package.xsd">
<packageinformation>
<packagename><![CDATA["What's new" Dashboard box]]></packagename>
<packagedescription>Adds a "newest posts" dashboard box to your forum.</packagedescription>
<version>1.0.0</version>
<date>2016-11-12</date>
</packageinformation>
<authorinformation>
<author>Christopher Mühl</author>
<authorurl>https://www.padarom.io/</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="2.0.7">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="4.0.0">com.woltlab.wbb</requiredpackage>
</requiredpackages>
<instructions type="install">
<instruction type="dashboardBox">xml/dashboard.xml</instruction>
<instruction type="language">language/*.xml</instruction>
<instruction type="file" application="wbb">files.tar</instruction>
<instruction type="template" application="wbb">templates.tar</instruction>
</instructions>
<instructions type="update" fromversion="0.1.0">
<instruction type="dashboardBox">xml/dashboard.xml</instruction>
<instruction type="language">language/*.xml</instruction>
<instruction type="file" application="wbb">files.tar</instruction>
<instruction type="template" application="wbb">templates.tar</instruction>
</instructions>
</package>