|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<!DOCTYPE xml> |
3 | 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"> |
4 | 3 | <packageinformation> |
5 | 4 | <packagename><![CDATA[Custom SpiderList]]></packagename> |
6 | 5 | <packagename language="de"><![CDATA[Benutzerdefinierte Spider-Liste]]></packagename> |
7 | 6 | <packagedescription><![CDATA[spiders]]></packagedescription> |
8 | 7 | <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> |
11 | 10 | </packageinformation> |
12 | 11 |
|
13 | 12 | <compatibility> |
|
31 | 30 | <!-- XMLs --> |
32 | 31 | <instruction type="eventListener">xml/eventListener.xml</instruction> |
33 | 32 | <instruction type="cronjob">xml/cronjob.xml</instruction> |
34 | | - |
| 33 | + <instruction type="option">xml/option.xml</instruction> |
| 34 | + |
35 | 35 | <!-- script --> |
36 | 36 | <instruction type="script">acp/install_de.mysterycode.wcf.spiders.php</instruction> |
| 37 | + |
| 38 | + <!-- language --> |
| 39 | + <instruction type="language" /> |
37 | 40 | </instructions> |
38 | 41 |
|
39 | 42 | <instructions type="update" fromversion="1.0.0"> |
|
43 | 46 | <!-- XMLs --> |
44 | 47 | <instruction type="eventListener">xml/eventListener.xml</instruction> |
45 | 48 | <instruction type="cronjob">xml/cronjob.xml</instruction> |
| 49 | + <instruction type="option">xml/option.xml</instruction> |
| 50 | + |
| 51 | + <!-- language --> |
| 52 | + <instruction type="language" /> |
46 | 53 | </instructions> |
47 | 54 | <instructions type="update" fromversion="1.0.1"> |
48 | 55 | <!-- files --> |
|
51 | 58 | <!-- XMLs --> |
52 | 59 | <instruction type="eventListener">xml/eventListener.xml</instruction> |
53 | 60 | <instruction type="cronjob">xml/cronjob.xml</instruction> |
| 61 | + <instruction type="option">xml/option.xml</instruction> |
| 62 | + |
| 63 | + <!-- language --> |
| 64 | + <instruction type="language" /> |
54 | 65 | </instructions> |
55 | 66 | <instructions type="update" fromversion="1.1.0"> |
56 | 67 | <!-- files --> |
57 | 68 | <instruction type="file" /> |
58 | 69 |
|
59 | 70 | <!-- XMLs --> |
60 | 71 | <instruction type="eventListener">xml/eventListener.xml</instruction> |
| 72 | + <instruction type="option">xml/option.xml</instruction> |
| 73 | + |
| 74 | + <!-- language --> |
| 75 | + <instruction type="language" /> |
61 | 76 | </instructions> |
62 | 77 | <instructions type="update" fromversion="1.1.1"> |
63 | 78 | <!-- files --> |
64 | 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 | + |
| 96 | + <!-- language --> |
| 97 | + <instruction type="language" /> |
65 | 98 | </instructions> |
66 | 99 | </package> |
0 commit comments