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>
This commit is contained in:
2026-04-07 16:44:48 -05:00
parent 4302543854
commit 97d38a64be
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
<downloads> <downloads>
<downloadurl type="full" format="zip">https://github.com/mokoconsulting-tech/MokoCassiopeia/archive/refs/tags/v03.06.10.zip</downloadurl> <downloadurl type="full" format="zip">https://github.com/mokoconsulting-tech/MokoCassiopeia/archive/refs/tags/v03.06.10.zip</downloadurl>
</downloads> </downloads>
<targetplatform name="joomla" version="5.*" /> <targetplatform name="joomla" version="(5|6)\..*" />
<maintainer>Moko Consulting</maintainer> <maintainer>Moko Consulting</maintainer>
<maintainerurl>https://mokoconsulting.tech</maintainerurl> <maintainerurl>https://mokoconsulting.tech</maintainerurl>
</update> </update>

View File

@@ -41,6 +41,6 @@
<maintainer>Moko Consulting</maintainer> <maintainer>Moko Consulting</maintainer>
<maintainerurl>https://mokoconsulting.tech</maintainerurl> <maintainerurl>https://mokoconsulting.tech</maintainerurl>
<targetplatform name='joomla' version='5.*'/> <targetplatform name='joomla' version='(5|6)\..*'/>
</update> </update>
</updates> </updates>