Add an update instruction for the next update, to add the `acpTemplate`
authorOlaf Braun <info@braun-development.de>
Wed, 25 Sep 2024 14:37:07 +0000 (16:37 +0200)
committerOlaf Braun <info@braun-development.de>
Wed, 25 Sep 2024 14:37:07 +0000 (16:37 +0200)
com.woltlab.wcf/package.xml

index 523d5d782ebd97abc4a8f3f5d1f365824e0a8fb7..14153a89d18bff6c74bc6fdb1a017f9fca4f3ad7 100644 (file)
@@ -55,4 +55,9 @@
                <instruction type="file">files_update.tar</instruction>
                <instruction type="template">templates_update.tar</instruction>
        </instructions>
+
+       <instructions type="update" fromversion="6.1.0 Beta 1">
+               <!-- https://github.com/WoltLab/WCF/issues/5996 -->
+               <instruction type="acpTemplate"/>
+       </instructions>
 </package>