Skip to content

Commit 2fa5f09

Browse files
authored
Merge pull request #6 from MysteryCode/wsc6
allow WSC 6.0
2 parents 361f9e5 + a683104 commit 2fa5f09

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

package.xml

Lines changed: 5 additions & 8 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.3</version>
8-
<date>2022-06-15</date>
7+
<version>1.1.4</version>
8+
<date>2022-10-30</date>
99
<packageurl>https://www.mysterycode.de</packageurl>
1010
</packageinformation>
1111
<authorinformation>
@@ -16,18 +16,15 @@
1616
<requiredpackage minversion="5.4.0">com.woltlab.wcf</requiredpackage>
1717
</requiredpackages>
1818
<excludedpackages>
19-
<excludedpackage version="6.0.0 Alpha 1">com.woltlab.wcf</excludedpackage>
19+
<excludedpackage version="6.1.0 Alpha 1">com.woltlab.wcf</excludedpackage>
2020
</excludedpackages>
2121
<instructions type="install">
2222
<instruction type="file"/>
2323
<instruction type="eventListener"/>
2424
<instruction type="option"/>
2525
<instruction type="language"/>
2626
</instructions>
27-
<instructions type="update" fromversion="1.1.2">
28-
<instruction type="file"/>
29-
<instruction type="eventListener"/>
30-
<instruction type="option"/>
31-
<instruction type="language"/>
27+
<instructions type="update" fromversion="1.1.3">
28+
<void />
3229
</instructions>
3330
</package>

0 commit comments

Comments
 (0)