Skip to content

Commit 4c765bc

Browse files
committed
prepare v1.1.4
1 parent cf5bfb2 commit 4c765bc

File tree

1 file changed

+18
-63
lines changed

1 file changed

+18
-63
lines changed

package.xml

Lines changed: 18 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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">
33
<packageinformation>
4-
<packagename><![CDATA[Custom SpiderList]]></packagename>
4+
<packagename><![CDATA[Custom list of spiders]]></packagename>
55
<packagename language="de"><![CDATA[Benutzerdefinierte Spider-Liste]]></packagename>
66
<packagedescription><![CDATA[spiders]]></packagedescription>
77
<packagedescription language="de"><![CDATA[Suchmaschinenroboter]]></packagedescription>
8-
<version>1.1.3 pl 1</version>
9-
<date>2018-05-02</date>
8+
<version>1.1.4</version>
9+
<date>2020-02-10</date>
1010
</packageinformation>
11-
11+
1212
<compatibility>
13+
<api version="2019" />
1314
<api version="2018" />
1415
<api version="2017" />
1516
</compatibility>
@@ -18,6 +19,10 @@
1819
<requiredpackage minversion="3.0.0"><![CDATA[com.woltlab.wcf]]></requiredpackage>
1920
</requiredpackages>
2021

22+
<excludedpackages>
23+
<excludedpackage version="6.0.0 Alpha 1"><![CDATA[com.woltlab.wcf]]></excludedpackage>
24+
</excludedpackages>
25+
2126
<authorinformation>
2227
<author><![CDATA[Florian Gail]]></author>
2328
<authorurl><![CDATA[https://www.mysterycode.de]]></authorurl>
@@ -28,76 +33,26 @@
2833
<instruction type="file" />
2934

3035
<!-- XMLs -->
31-
<instruction type="eventListener">xml/eventListener.xml</instruction>
32-
<instruction type="cronjob">xml/cronjob.xml</instruction>
33-
<instruction type="option">xml/option.xml</instruction>
34-
36+
<instruction type="eventListener" />
37+
<instruction type="cronjob" />
38+
<instruction type="option" />
39+
3540
<!-- script -->
3641
<instruction type="script">acp/install_de.mysterycode.wcf.spiders.php</instruction>
37-
42+
3843
<!-- language -->
3944
<instruction type="language" />
4045
</instructions>
4146

42-
<instructions type="update" fromversion="1.0.0">
47+
<instructions type="update" fromversion="1.1.3 pl 1">
4348
<!-- files -->
4449
<instruction type="file" />
4550

4651
<!-- XMLs -->
47-
<instruction type="eventListener">xml/eventListener.xml</instruction>
48-
<instruction type="cronjob">xml/cronjob.xml</instruction>
49-
<instruction type="option">xml/option.xml</instruction>
50-
51-
<!-- language -->
52-
<instruction type="language" />
53-
</instructions>
54-
<instructions type="update" fromversion="1.0.1">
55-
<!-- files -->
56-
<instruction type="file" />
57-
58-
<!-- XMLs -->
59-
<instruction type="eventListener">xml/eventListener.xml</instruction>
60-
<instruction type="cronjob">xml/cronjob.xml</instruction>
61-
<instruction type="option">xml/option.xml</instruction>
62-
63-
<!-- language -->
64-
<instruction type="language" />
65-
</instructions>
66-
<instructions type="update" fromversion="1.1.0">
67-
<!-- files -->
68-
<instruction type="file" />
69-
70-
<!-- XMLs -->
71-
<instruction type="eventListener">xml/eventListener.xml</instruction>
72-
<instruction type="option">xml/option.xml</instruction>
73-
74-
<!-- language -->
75-
<instruction type="language" />
76-
</instructions>
77-
<instructions type="update" fromversion="1.1.1">
78-
<!-- files -->
79-
<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-
52+
<instruction type="eventListener" />
53+
<instruction type="option" />
54+
9655
<!-- language -->
9756
<instruction type="language" />
9857
</instructions>
99-
<instructions type="update" fromversion="1.1.3">
100-
<!-- XMLs -->
101-
<instruction type="eventListener">xml/eventListener.xml</instruction>
102-
</instructions>
10358
</package>

0 commit comments

Comments
 (0)