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

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