809ac75bb8
Tags: v02 (stable), release-candidate, development Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
86 lines
3.5 KiB
XML
86 lines
3.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2025 Moko Consulting <hello@mokoconsulting.tech>
|
|
|
|
This file is part of a Moko Consulting project.
|
|
|
|
SPDX-LICENSE-IDENTIFIER: GPL-3.0-or-later
|
|
|
|
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the IMPLIED WARRANTY OF MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License (./LICENSE.md).
|
|
|
|
# FILE INFORMATION
|
|
DEFGROUP: Joomla.UpdateServer
|
|
INGROUP: MokoWaaS
|
|
REPO: https://github.com/mokoconsulting-tech/mokowaas
|
|
VERSION: 02.01.10
|
|
PATH: /updates.xml
|
|
BRIEF: Joomla update server XML feed for automatic plugin updates
|
|
NOTE: This file is automatically updated by GitHub Actions on each release
|
|
-->
|
|
<updates>
|
|
<!-- Stable channel -->
|
|
<update>
|
|
<name>MokoWaaS</name>
|
|
<description>MokoWaaS system plugin for Joomla</description>
|
|
<element>mokowaas</element>
|
|
<type>plugin</type>
|
|
<folder>system</folder>
|
|
<client>site</client>
|
|
<version>02.01.10</version>
|
|
<stability>stable</stability>
|
|
<infourl title="MokoWaaS">https://github.com/mokoconsulting-tech/mokowaas</infourl>
|
|
<downloads>
|
|
<downloadurl type="full" format="zip">https://github.com/mokoconsulting-tech/MokoWaaS/releases/download/v02/MokoWaaS-02.01.10.zip</downloadurl>
|
|
</downloads>
|
|
<sha256>c5abccaeecba85ac2f477cddb0212a72d204efaf2065db9d575d535c8cfd1fa9</sha256>
|
|
<maintainer>Moko Consulting</maintainer>
|
|
<maintainerurl>https://mokoconsulting.tech</maintainerurl>
|
|
<targetplatform name="joomla" version="[56]\.[0-9]" />
|
|
<category>MokoWaaS</category>
|
|
</update>
|
|
|
|
<!-- Release Candidate channel -->
|
|
<update>
|
|
<name>MokoWaaS (RC)</name>
|
|
<description>MokoWaaS release candidate — pre-release for testing</description>
|
|
<element>mokowaas</element>
|
|
<type>plugin</type>
|
|
<folder>system</folder>
|
|
<client>site</client>
|
|
<version>02.01.10</version>
|
|
<stability>rc</stability>
|
|
<infourl title="MokoWaaS RC">https://github.com/mokoconsulting-tech/MokoWaaS/releases/tag/rc</infourl>
|
|
<downloads>
|
|
<downloadurl type="full" format="zip">https://github.com/mokoconsulting-tech/MokoWaaS/releases/download/release-candidate/MokoWaaS-rc.zip</downloadurl>
|
|
</downloads>
|
|
<maintainer>Moko Consulting</maintainer>
|
|
<maintainerurl>https://mokoconsulting.tech</maintainerurl>
|
|
<targetplatform name="joomla" version="[56]\.[0-9]" />
|
|
<category>MokoWaaS</category>
|
|
</update>
|
|
|
|
<!-- Dev channel -->
|
|
<update>
|
|
<name>MokoWaaS (Dev)</name>
|
|
<description>MokoWaaS development build — not for production</description>
|
|
<element>mokowaas</element>
|
|
<type>plugin</type>
|
|
<folder>system</folder>
|
|
<client>site</client>
|
|
<version>02.01.10</version>
|
|
<stability>alpha</stability>
|
|
<infourl title="MokoWaaS Dev">https://github.com/mokoconsulting-tech/MokoWaaS/releases/tag/dev</infourl>
|
|
<downloads>
|
|
<downloadurl type="full" format="zip">https://github.com/mokoconsulting-tech/MokoWaaS/releases/download/development/MokoWaaS-dev.zip</downloadurl>
|
|
</downloads>
|
|
<maintainer>Moko Consulting</maintainer>
|
|
<maintainerurl>https://mokoconsulting.tech</maintainerurl>
|
|
<targetplatform name="joomla" version="[56]\.[0-9]" />
|
|
<category>MokoWaaS</category>
|
|
</update>
|
|
</updates>
|