Skip to content

Commit 361f9e5

Browse files
committed
v1.1.3
1 parent bb63f83 commit 361f9e5

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<!-- de.mysterycode.wcf.cron -->
55
<packagename>External Cronjob Execution API</packagename>
66
<packagedescription>Disables automatic cronjob execution and implements a script callable via browser or shell.</packagedescription>
7-
<version>1.1.2</version>
8-
<date>2018-01-27</date>
7+
<version>1.1.3</version>
8+
<date>2022-06-15</date>
99
<packageurl>https://www.mysterycode.de</packageurl>
1010
</packageinformation>
1111
<authorinformation>
@@ -15,13 +15,19 @@
1515
<requiredpackages>
1616
<requiredpackage minversion="5.4.0">com.woltlab.wcf</requiredpackage>
1717
</requiredpackages>
18+
<excludedpackages>
19+
<excludedpackage version="6.0.0 Alpha 1">com.woltlab.wcf</excludedpackage>
20+
</excludedpackages>
1821
<instructions type="install">
1922
<instruction type="file"/>
2023
<instruction type="eventListener"/>
2124
<instruction type="option"/>
2225
<instruction type="language"/>
2326
</instructions>
24-
<instructions type="update" fromversion="1.1.1">
27+
<instructions type="update" fromversion="1.1.2">
2528
<instruction type="file"/>
29+
<instruction type="eventListener"/>
30+
<instruction type="option"/>
31+
<instruction type="language"/>
2632
</instructions>
2733
</package>

0 commit comments

Comments
 (0)