Hallo zusammen,
ich bin hier leicht am Verzweifeln. Ich habe einen Stile erstellt in der Version 5.3.0 den habe ich bei mir im Testforum (localhost) installiert. Jetzt habe ich ein Update von dem Stile gemacht, der hat jetzt die Version 5.3.1. Das Update habe ich nun auf dem Pakete-Server liegen, zeigt mir auch an das die Pakete Online sind.
Aber was ich nicht bekomme, ist wenn ich im ACP auf "Udates suchen" gehe zeigt er mir nicht an.
Ich habe die package.xml wie folgt angepasst:
XML
<?xml version="1.0" encoding="UTF-8"?>
<package 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/2019/package.xsd" name="de.example.mein-stile.5.3.1">
<packageinformation>
<packagename><![CDATA[mein-stile]]></packagename>
<packagedescription language="de"/>
<version><![CDATA[5.3.1]]></version>
<date><![CDATA[2019-01-30]]></date>
</packageinformation>
<authorinformation>
<author><![CDATA[Sven R.]]></author>
<authorurl><![CDATA[https://www.example.de]]></authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="5.3.4"><![CDATA[com.woltlab.wcf]]></requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="6.0.0 Alpha 1"><![CDATA[com.woltlab.wcf]]></excludedpackage>
</excludedpackages>
<compatibility>
<api version="2018"/>
</compatibility>
<instructions type="update" fromversion="*">
<instruction type="style"><![CDATA[style_921aa367792efd076e6a00777920fa1abd921784.tgz]]></instruction>
</instructions>
</package>
Display More
dann sollte doch auch das Update verfügbar sein oder irre ich mich da?