Skip to content

Commit

Permalink
fix missing template
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanashi committed Oct 22, 2024
1 parent 5b74ab6 commit 13dca50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<packagename language="de">Simple FAQ</packagename>
<packagedescription>A simple and powerful FAQ for your WSC.</packagedescription>
<packagedescription language="de">Ein simples und leistungsstarkes FAQ für Ihr WSC.</packagedescription>
<version>2.2.1</version>
<date>2024-09-04</date>
<version>2.2.2</version>
<date>2024-10-22</date>
</packageinformation>
<authorinformation>
<author>Hanashi Development, Titus Kirch</author>
<authorurl>https://hanashi.dev</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="6.1.0 Beta 1">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="6.1.0 RC 1">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="6.2.0 Alpha 1">com.woltlab.wcf</excludedpackage>
Expand All @@ -36,14 +36,9 @@
<instruction type="templateListener"/>
<instruction type="database" run="standalone">acp/database/install_dev.tkirch.wsc.faq.php</instruction>
</instructions>
<instructions type="update" fromversion="2.2.0">
<instruction type="file"/>
<instruction type="template"/>
<instructions type="update" fromversion="2.2.1">
<instruction type="templateListener"/>
</instructions>
<instructions type="update" fromversion="2.2.1 dev 1">
<void/>
</instructions>
<instructions type="update" fromversion="2.1.*">
<instruction type="file"/>
<instruction type="acpTemplate"/>
Expand Down
2 changes: 1 addition & 1 deletion templateListener.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<environment>user</environment>
<templatename>shared_wysiwyg</templatename>
<eventname>wysiwyg</eventname>
<templatecode><![CDATA[{include file='__faqWysiwygJavaScript'}]]></templatecode>
<templatecode><![CDATA[{include file='shared_faqWysiwygJavaScript'}]]></templatecode>
</templatelistener>
<templatelistener name="faqWysiwygBeforeEditorJavaScriptAdmin">
<environment>admin</environment>
Expand Down

0 comments on commit 13dca50

Please sign in to comment.