Skip to content

Commit 2883cae

Browse files
author
mutec
committed
v1.1.3
1 parent 54afa84 commit 2883cae

File tree

1 file changed

+37
-4
lines changed

1 file changed

+37
-4
lines changed

package.xml

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE xml>
32
<package name="de.mysterycode.wcf.spiders" 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">
43
<packageinformation>
54
<packagename><![CDATA[Custom SpiderList]]></packagename>
65
<packagename language="de"><![CDATA[Benutzerdefinierte Spider-Liste]]></packagename>
76
<packagedescription><![CDATA[spiders]]></packagedescription>
87
<packagedescription language="de"><![CDATA[Suchmaschinenroboter]]></packagedescription>
9-
<version>1.1.2</version>
10-
<date>2018-01-27</date>
8+
<version>1.1.3</version>
9+
<date>2018-05-02</date>
1110
</packageinformation>
1211

1312
<compatibility>
@@ -31,9 +30,13 @@
3130
<!-- XMLs -->
3231
<instruction type="eventListener">xml/eventListener.xml</instruction>
3332
<instruction type="cronjob">xml/cronjob.xml</instruction>
34-
33+
<instruction type="option">xml/option.xml</instruction>
34+
3535
<!-- script -->
3636
<instruction type="script">acp/install_de.mysterycode.wcf.spiders.php</instruction>
37+
38+
<!-- language -->
39+
<instruction type="language" />
3740
</instructions>
3841

3942
<instructions type="update" fromversion="1.0.0">
@@ -43,6 +46,10 @@
4346
<!-- XMLs -->
4447
<instruction type="eventListener">xml/eventListener.xml</instruction>
4548
<instruction type="cronjob">xml/cronjob.xml</instruction>
49+
<instruction type="option">xml/option.xml</instruction>
50+
51+
<!-- language -->
52+
<instruction type="language" />
4653
</instructions>
4754
<instructions type="update" fromversion="1.0.1">
4855
<!-- files -->
@@ -51,16 +58,42 @@
5158
<!-- XMLs -->
5259
<instruction type="eventListener">xml/eventListener.xml</instruction>
5360
<instruction type="cronjob">xml/cronjob.xml</instruction>
61+
<instruction type="option">xml/option.xml</instruction>
62+
63+
<!-- language -->
64+
<instruction type="language" />
5465
</instructions>
5566
<instructions type="update" fromversion="1.1.0">
5667
<!-- files -->
5768
<instruction type="file" />
5869

5970
<!-- XMLs -->
6071
<instruction type="eventListener">xml/eventListener.xml</instruction>
72+
<instruction type="option">xml/option.xml</instruction>
73+
74+
<!-- language -->
75+
<instruction type="language" />
6176
</instructions>
6277
<instructions type="update" fromversion="1.1.1">
6378
<!-- files -->
6479
<instruction type="file" />
80+
81+
<!-- XMLs -->
82+
<instruction type="eventListener">xml/eventListener.xml</instruction>
83+
<instruction type="option">xml/option.xml</instruction>
84+
85+
<!-- language -->
86+
<instruction type="language" />
87+
</instructions>
88+
<instructions type="update" fromversion="1.1.2">
89+
<!-- files -->
90+
<instruction type="file" />
91+
92+
<!-- XMLs -->
93+
<instruction type="eventListener">xml/eventListener.xml</instruction>
94+
<instruction type="option">xml/option.xml</instruction>
95+
96+
<!-- language -->
97+
<instruction type="language" />
6598
</instructions>
6699
</package>

0 commit comments

Comments
 (0)