|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<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"> |
3 | | - <packageinformation> |
4 | | - <!-- de.mysterycode.wcf.cron --> |
5 | | - <packagename>External Cronjob Execution API</packagename> |
6 | | - <packagedescription>Disables automatic cronjob execution and implements a script callable via browser or shell.</packagedescription> |
7 | | - <version>1.1.6</version> |
8 | | - <date>2025-01-05</date> |
9 | | - </packageinformation> |
10 | | - <authorinformation> |
11 | | - <author>Florian Gail, Morik</author> |
12 | | - <authorurl>https://softcreatr.dev</authorurl> |
13 | | - </authorinformation> |
14 | | - <requiredpackages> |
15 | | - <requiredpackage minversion="6.1.0">com.woltlab.wcf</requiredpackage> |
16 | | - </requiredpackages> |
17 | | - <excludedpackages> |
18 | | - <excludedpackage version="6.2.0 dev 1">com.woltlab.wcf</excludedpackage> |
19 | | - </excludedpackages> |
20 | | - <instructions type="install"> |
21 | | - <instruction type="file"/> |
22 | | - <instruction type="eventListener"/> |
23 | | - <instruction type="option"/> |
24 | | - <instruction type="language"/> |
25 | | - </instructions> |
| 2 | +<package xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com https://www.woltlab.com/XSD/6.1/package.xsd" name="de.mysterycode.wcf.cron"> |
| 3 | + <packageinformation> |
| 4 | + <!-- de.mysterycode.wcf.cron --> |
| 5 | + <packagename>External Cronjob Execution API</packagename> |
| 6 | + <packagedescription>Disables automatic cronjob execution and implements a script callable via browser or shell.</packagedescription> |
| 7 | + <version>1.1.6</version> |
| 8 | + <date>2025-01-05</date> |
| 9 | + </packageinformation> |
| 10 | + <authorinformation> |
| 11 | + <author>Florian Gail, Morik</author> |
| 12 | + <authorurl>https://softcreatr.dev</authorurl> |
| 13 | + </authorinformation> |
| 14 | + <requiredpackages> |
| 15 | + <requiredpackage minversion="6.1.0">com.woltlab.wcf</requiredpackage> |
| 16 | + </requiredpackages> |
| 17 | + <excludedpackages> |
| 18 | + <excludedpackage version="6.2.0 dev 1">com.woltlab.wcf</excludedpackage> |
| 19 | + </excludedpackages> |
| 20 | + <instructions type="install"> |
| 21 | + <instruction type="file" /> |
| 22 | + <instruction type="eventListener" /> |
| 23 | + <instruction type="option" /> |
| 24 | + <instruction type="language" /> |
| 25 | + </instructions> |
26 | 26 | <instructions type="update" fromversion="1.1.5"> |
27 | | - <instruction type="file"/> |
| 27 | + <instruction type="file" /> |
28 | 28 | </instructions> |
29 | 29 | </package> |
0 commit comments