eec06b1875
Universal: Auto Version Bump / Version Bump (push) Has been skipped
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 2s
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
36 lines
1.3 KiB
XML
36 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Joomla Extension Update Server XML
|
|
See: https://docs.joomla.org/Deploying_an_Update_Server
|
|
|
|
This file is the update server manifest for mod_mokojoomhero.
|
|
The Joomla installer polls this URL to check for new versions.
|
|
|
|
The manifest in this repository must reference this file:
|
|
<updateservers>
|
|
<server type="extension" priority="1" name="MokoJoomHero Updates">
|
|
https://git.mokoconsulting.tech/MokoConsulting/MokoJoomHero/raw/branch/main/updates.xml
|
|
</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>
|
|
<version>{{VERSION}}</version>
|
|
<downloads>
|
|
<downloadurl type="full" format="zip">
|
|
https://git.mokoconsulting.tech/MokoConsulting/MokoJoomHero/releases/download/v{{VERSION}}/mod_mokojoomhero.zip
|
|
</downloadurl>
|
|
</downloads>
|
|
<targetplatform name="joomla" version="(5|6).*" />
|
|
<php_minimum>8.1</php_minimum>
|
|
</update>
|
|
</updates>
|