Skip to content
This repository was archived by the owner on Nov 22, 2025. It is now read-only.

Commit 70ad9b3

Browse files
committed
Fix update instructions from older versions of the plugin
1 parent fcc0668 commit 70ad9b3

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

package.xml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,13 @@
2424
</excludedpackages>
2525

2626
<instructions type="install">
27-
<instruction type="language"/>
28-
<instruction type="eventListener" />
29-
<instruction type="option" />
30-
<instruction type="file" application="wbb" />
31-
</instructions>
32-
33-
<instructions type="update" fromversion="1.0.0">
34-
<instruction type="file" application="wbb" />
27+
<instruction type="file" application="wbb" />
28+
<instruction type="language"/>
29+
<instruction type="option" />
30+
<instruction type="eventListener" />
3531
</instructions>
3632

37-
<instructions type="update" fromversion="1.0.1">
33+
<instructions type="update" fromversion="1.0.*">
3834
<instruction type="file" application="wbb" />
3935
<instruction type="language"/>
4036
<instruction type="option" />

0 commit comments

Comments
 (0)