Files
2026-06-11 20:33:04 +00:00

39 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<extension type="component" method="upgrade">
<name>com_mokosuiteforms</name>
<version>01.00.02</version>
<creationDate>2026-06-10</creationDate>
<author>Moko Consulting</author>
<authorEmail>hello@mokoconsulting.tech</authorEmail>
<authorUrl>https://mokoconsulting.tech</authorUrl>
<copyright>(C) 2026 Moko Consulting. All rights reserved.</copyright>
<license>GPL-3.0-or-later</license>
<description>COM_MOKOSUITEFORMS_DESCRIPTION</description>
<namespace path="src">MokoConsulting\Component\MokoSuiteForms</namespace>
<install>
<sql><file driver="mysql" charset="utf8">sql/install.mysql.sql</file></sql>
</install>
<uninstall>
<sql><file driver="mysql" charset="utf8">sql/uninstall.mysql.sql</file></sql>
</uninstall>
<update>
<schemas><schemapath type="mysql">sql/updates/mysql</schemapath></schemas>
</update>
<files folder=".">
<folder>forms</folder>
<folder>services</folder>
<folder>sql</folder>
<folder>src</folder>
<folder>tmpl</folder>
</files>
<languages folder="language">
<language tag="en-GB">en-GB/com_mokosuiteforms.ini</language>
<language tag="en-GB">en-GB/com_mokosuiteforms.sys.ini</language>
<language tag="en-US">en-US/com_mokosuiteforms.ini</language>
<language tag="en-US">en-US/com_mokosuiteforms.sys.ini</language>
</languages>
<administration>
<menu>COM_MOKOSUITEFORMS</menu>
</administration>
</extension>