Files
MokoJoomHero/update.xml
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

36 lines
1.3 KiB
XML
Raw Permalink Normal View History

<?xml version="1.0" encoding="utf-8"?>
2026-04-17 10:33:13 +00:00
<!--
Joomla Extension Update Server XML
See: https://docs.joomla.org/Deploying_an_Update_Server
This file is the update server manifest for mod_mokojoomhero.
2026-04-17 10:33:13 +00:00
The Joomla installer polls this URL to check for new versions.
The manifest in this repository must reference this file:
2026-04-17 10:33:13 +00:00
<updateservers>
<server type="extension" priority="1" name="MokoJoomHero Updates">
https://git.mokoconsulting.tech/MokoConsulting/MokoJoomHero/raw/branch/main/updates.xml
2026-04-17 10:33:13 +00:00
</server>
</updateservers>
When a new release is made, run `make release` or the release workflow to
prepend a new <update> entry to this file automatically.
-->
<updates>
<update>
<name>Module - MokoJoomHero</name>
<description>MokoJoomHero — A Joomla hero image module by Moko Consulting</description>
<element>mod_mokojoomhero</element>
<type>module</type>
<client>site</client>
2026-04-17 10:33:13 +00:00
<version>{{VERSION}}</version>
<downloads>
<downloadurl type="full" format="zip">
https://git.mokoconsulting.tech/MokoConsulting/MokoJoomHero/releases/download/v{{VERSION}}/mod_mokojoomhero.zip
2026-04-17 10:33:13 +00:00
</downloadurl>
</downloads>
<targetplatform name="joomla" version="(5|6).*" />
2026-04-17 10:33:13 +00:00
<php_minimum>8.1</php_minimum>
</update>
</updates>