|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <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"> |
3 | 3 | <packageinformation> |
4 | | - <packagename><![CDATA[Custom SpiderList]]></packagename> |
| 4 | + <packagename><![CDATA[Custom list of spiders]]></packagename> |
5 | 5 | <packagename language="de"><![CDATA[Benutzerdefinierte Spider-Liste]]></packagename> |
6 | 6 | <packagedescription><![CDATA[spiders]]></packagedescription> |
7 | 7 | <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> |
10 | 10 | </packageinformation> |
11 | | - |
| 11 | + |
12 | 12 | <compatibility> |
| 13 | + <api version="2019" /> |
13 | 14 | <api version="2018" /> |
14 | 15 | <api version="2017" /> |
15 | 16 | </compatibility> |
|
18 | 19 | <requiredpackage minversion="3.0.0"><![CDATA[com.woltlab.wcf]]></requiredpackage> |
19 | 20 | </requiredpackages> |
20 | 21 |
|
| 22 | + <excludedpackages> |
| 23 | + <excludedpackage version="6.0.0 Alpha 1"><![CDATA[com.woltlab.wcf]]></excludedpackage> |
| 24 | + </excludedpackages> |
| 25 | + |
21 | 26 | <authorinformation> |
22 | 27 | <author><![CDATA[Florian Gail]]></author> |
23 | 28 | <authorurl><![CDATA[https://www.mysterycode.de]]></authorurl> |
|
28 | 33 | <instruction type="file" /> |
29 | 34 |
|
30 | 35 | <!-- 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 | + |
35 | 40 | <!-- script --> |
36 | 41 | <instruction type="script">acp/install_de.mysterycode.wcf.spiders.php</instruction> |
37 | | - |
| 42 | + |
38 | 43 | <!-- language --> |
39 | 44 | <instruction type="language" /> |
40 | 45 | </instructions> |
41 | 46 |
|
42 | | - <instructions type="update" fromversion="1.0.0"> |
| 47 | + <instructions type="update" fromversion="1.1.3 pl 1"> |
43 | 48 | <!-- files --> |
44 | 49 | <instruction type="file" /> |
45 | 50 |
|
46 | 51 | <!-- 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 | + |
96 | 55 | <!-- language --> |
97 | 56 | <instruction type="language" /> |
98 | 57 | </instructions> |
99 | | - <instructions type="update" fromversion="1.1.3"> |
100 | | - <!-- XMLs --> |
101 | | - <instruction type="eventListener">xml/eventListener.xml</instruction> |
102 | | - </instructions> |
103 | 58 | </package> |
0 commit comments