Files
MokoCassiopeia/update.xml
Jonathan Miller 97d38a64be Add Joomla 6 to target platform in update manifests
Update targetplatform version regex from 5.* to (5|6)\..* in both
update.xml and updates.xml so Joomla 6 installations see the
template as a valid update.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 16:44:48 -05:00

22 lines
831 B
XML

<?xml version="1.0" encoding="utf-8"?>
<updates>
<update>
<name>MokoCassiopeia</name>
<description>Moko Consulting site template based on Cassiopeia.</description>
<element>mokocassiopeia</element>
<type>template</type>
<version>03.06.10</version>
<client>site</client>
<tags>
<tag>stable</tag>
</tags>
<infourl title="MokoCassiopeia">https://github.com/mokoconsulting-tech/MokoCassiopeia/releases/tag/v03.06.10</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/mokoconsulting-tech/MokoCassiopeia/archive/refs/tags/v03.06.10.zip</downloadurl>
</downloads>
<targetplatform name="joomla" version="(5|6)\..*" />
<maintainer>Moko Consulting</maintainer>
<maintainerurl>https://mokoconsulting.tech</maintainerurl>
</update>
</updates>