f87637ba9d
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
44 lines
1.8 KiB
XML
44 lines
1.8 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.09
|
|
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>
|
|
<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.09</version>
|
|
<infourl title="MokoWaaS">https://github.com/mokoconsulting-tech/mokowaas</infourl>
|
|
<downloads>
|
|
<downloadurl type="full" format="zip">https://github.com/mokoconsulting-tech/MokoWaaS/releases/download/02.01/MokoWaaS-02.01.09.zip</downloadurl>
|
|
</downloads>
|
|
<sha256>205d954a9b1b4ef8cc392549229144ed8ff737550b9e92dff7cfe11bb277581e</sha256>
|
|
<maintainer>Moko Consulting</maintainer>
|
|
<maintainerurl>https://mokoconsulting.tech</maintainerurl>
|
|
<targetplatform name="joomla" version="[56]\.[0-9]" />
|
|
<category>MokoWaaS</category>
|
|
</update>
|
|
</updates>
|