Files
MokoSuiteClient/updates.xml
T
jmiller ce1541208c
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 15s
fix: add updates.xml and remove dead update server migration code
Add updates.xml to repo root for Joomla update checker.
Remove unused migrateUpdateServerUrls(), fixUpdateRecords(), and
cleanupStaleUpdateSites() methods from install script.

Claude-Session: https://claude.ai/code/session_01Jo2JpjCwfHAh2HHRSjczKq
2026-06-29 11:32:57 -05:00

21 lines
847 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<updates>
<update>
<name>Package - MokoSuiteClient</name>
<element>pkg_mokosuiteclient</element>
<type>package</type>
<version>02.52.04</version>
<infourl title="Package - MokoSuiteClient">https://mokoconsulting.tech/support/mokosuiteclient</infourl>
<downloads>
<downloadurl type="full" format="zip">https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteClient/releases/download/stable/pkg_mokosuiteclient-02.52.04.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<targetplatform name="joomla" version="6..*"></targetplatform>
<php_minimum>8.2</php_minimum>
<client>site</client>
<description>MokoSuiteClient - Joomla client-facing tracker and identity layer for the MokoSuite platform.</description>
</update>
</updates>