Page 1 of 1
Some update needed
Posted: 20 Nov 2021, 13:08
by plamen
"manifest.xml" should be updated, we are on J3.10 already.
Code: Select all
<targetplatform name="joomla" version="3.9"/>
Found also interesting
post about version syntax.
Something like below row if you like to include the next Joomla:
Code: Select all
<targetplatform name="joomla" version="((3\.(8|9|10))|(4\.0))"/>
Re: Some update needed
Posted: 28 Nov 2021, 14:25
by Jan
Hi, thank you for the info.
Yes, I use the targetplatform tag, but because there is no stable component for Joomla 4, it is still not displayed e.g. on Github (because of no mixing data in branch).
So e.g. the Phoca Gallery manifest.xml looks like this:
Code: Select all
<updates>
<update>
<name><![CDATA[ Phoca Gallery ]]></name>
<description><![CDATA[ Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ]]></description>
<element>com_phocagallery</element>
<type>component</type>
<version>4.4.3</version>
<infourl title="Phoca Gallery 4.4.3">http://www.phoca.cz/version/index.php?phocagallery=4.4.3</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/PhocaCz/PhocaGallery/releases/download/4.4.3/com_phocagallery_v4.4.3.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<maintainer><![CDATA[ Phoca.cz ]]></maintainer>
<maintainerurl>https://www.phoca.cz/</maintainerurl>
<section>Updates</section>
<targetplatform name="joomla" version="3.([89]|10)"/>
<client>administrator</client>
</update>
<update>
<name><![CDATA[ Phoca Gallery ]]></name>
<description><![CDATA[ Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ]]></description>
<element>com_phocagallery</element>
<type>component</type>
<version>4.5.0Beta</version>
<infourl title="Phoca Gallery 4.5.0Beta">http://www.phoca.cz/version/index.php?phocagallery=4.5.0Beta</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/PhocaCz/PhocaGallery/releases/download/4.5.0Beta/com_phocagallery_v4.5.0Beta.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<maintainer><![CDATA[ Phoca.cz ]]></maintainer>
<maintainerurl>https://www.phoca.cz/</maintainerurl>
<section>Updates</section>
<targetplatform name="joomla" version="4.[0]"/>
<client>administrator</client>
</update>
</updates>