Files
MokoSuiteField/source/pkg_mokosuitefield.xml
T
jmiller 5a498cf3f6
Universal: Auto Version Bump / Version Bump (push) Successful in 13s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 15s
feat: initial scaffold with component, system plugin, and webservices plugin
2026-06-27 20:17:43 +00:00

29 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2026 Moko Consulting <hello@mokoconsulting.tech>
SPDX-License-Identifier: GPL-3.0-or-later
Authored-by: Moko Consulting
-->
<extension type="package" method="upgrade">
<name>pkg_mokosuitefield</name>
<packagename>mokosuitefield</packagename>
<version>0.1.0</version>
<creationDate>2026-06-27</creationDate>
<author>Moko Consulting</author>
<authorEmail>hello@mokoconsulting.tech</authorEmail>
<authorUrl>https://mokoconsulting.tech</authorUrl>
<copyright>Copyright (C) 2026 Moko Consulting</copyright>
<license>GPL-3.0-or-later</license>
<description>PKG_MOKOSUITEFIELD_DESCRIPTION</description>
<files>
<file type="component" id="com_mokosuitefield">components/com_mokosuitefield</file>
<file type="plugin" id="plg_system_mokosuitefield" group="system">plugins/system/mokosuitefield</file>
<file type="plugin" id="plg_webservices_mokosuitefield" group="webservices">plugins/webservices/mokosuitefield</file>
</files>
<updateservers>
<server type="extension" name="MokoSuiteField Updates">https://git.mokoconsulting.tech/api/packages/MokoConsulting/generic/pkg_mokosuitefield/latest/updates.xml</server>
</updateservers>
</extension>