Added support for forward-compatibility
authorAlexander Ebert <ebert@woltlab.com>
Mon, 25 Sep 2017 10:05:38 +0000 (12:05 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 25 Sep 2017 10:05:38 +0000 (12:05 +0200)
See WoltLab/WCF#2427

package.xml

index 150bfc109e29b9db598c6310799618be501dd433..d04c5cc2c10d25fa76b8bb0a7a28730572a49081 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<package name="com.woltlab.wcf.legalNotice" xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/vortex/package.xsd">
+<package name="com.woltlab.wcf.legalNotice" xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/tornado/package.xsd">
        <packageinformation>
                <packagename>WoltLab Suite Core: Legal Notice</packagename>
                <packagedescription>Adds a new page to your website with information about the site owner. (This is required for German websites.)</packagedescription>
                <excludedpackage version="3.2.0 Alpha 1">com.woltlab.wcf</excludedpackage>
        </excludedpackages>
        
+       <compatibility>
+               <api version="2018" />
+       </compatibility>
+       
        <instructions type="install">
                <instruction type="file" />
                <instruction type="template" />