Skip to content

Commit 13dca50

Browse files
committed
fix missing template
1 parent 5b74ab6 commit 13dca50

2 files changed

Lines changed: 5 additions & 10 deletions

File tree

package.xml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<packagename language="de">Simple FAQ</packagename>
77
<packagedescription>A simple and powerful FAQ for your WSC.</packagedescription>
88
<packagedescription language="de">Ein simples und leistungsstarkes FAQ für Ihr WSC.</packagedescription>
9-
<version>2.2.1</version>
10-
<date>2024-09-04</date>
9+
<version>2.2.2</version>
10+
<date>2024-10-22</date>
1111
</packageinformation>
1212
<authorinformation>
1313
<author>Hanashi Development, Titus Kirch</author>
1414
<authorurl>https://hanashi.dev</authorurl>
1515
</authorinformation>
1616
<requiredpackages>
17-
<requiredpackage minversion="6.1.0 Beta 1">com.woltlab.wcf</requiredpackage>
17+
<requiredpackage minversion="6.1.0 RC 1">com.woltlab.wcf</requiredpackage>
1818
</requiredpackages>
1919
<excludedpackages>
2020
<excludedpackage version="6.2.0 Alpha 1">com.woltlab.wcf</excludedpackage>
@@ -36,14 +36,9 @@
3636
<instruction type="templateListener"/>
3737
<instruction type="database" run="standalone">acp/database/install_dev.tkirch.wsc.faq.php</instruction>
3838
</instructions>
39-
<instructions type="update" fromversion="2.2.0">
40-
<instruction type="file"/>
41-
<instruction type="template"/>
39+
<instructions type="update" fromversion="2.2.1">
4240
<instruction type="templateListener"/>
4341
</instructions>
44-
<instructions type="update" fromversion="2.2.1 dev 1">
45-
<void/>
46-
</instructions>
4742
<instructions type="update" fromversion="2.1.*">
4843
<instruction type="file"/>
4944
<instruction type="acpTemplate"/>

templateListener.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<environment>user</environment>
66
<templatename>shared_wysiwyg</templatename>
77
<eventname>wysiwyg</eventname>
8-
<templatecode><![CDATA[{include file='__faqWysiwygJavaScript'}]]></templatecode>
8+
<templatecode><![CDATA[{include file='shared_faqWysiwygJavaScript'}]]></templatecode>
99
</templatelistener>
1010
<templatelistener name="faqWysiwygBeforeEditorJavaScriptAdmin">
1111
<environment>admin</environment>

0 commit comments

Comments
 (0)