-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.xml
33 lines (33 loc) · 1.34 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 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/5.4/package.xsd" name="de.mysterycode.wcf.cron">
<packageinformation>
<!-- de.mysterycode.wcf.cron -->
<packagename>External Cronjob Execution API</packagename>
<packagedescription>Disables automatic cronjob execution and implements a script callable via browser or shell.</packagedescription>
<version>1.1.5</version>
<date>2024-09-14</date>
</packageinformation>
<authorinformation>
<author>Florian Gail, Morik</author>
<authorurl>https://www.mysterycode.de</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="6.0.17">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="6.2.0 dev 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="file"/>
<instruction type="eventListener"/>
<instruction type="option"/>
<instruction type="language"/>
</instructions>
<instructions type="update" fromversion="1.1.3">
<instruction type="file"/>
<instruction type="language"/>
</instructions>
<instructions type="update" fromversion="1.1.4">
<instruction type="file"/>
</instructions>
</package>