Merge branch 'dev'
This commit is contained in:
+2
-2
@@ -16,7 +16,7 @@
|
||||
DEFGROUP: Joomla.Plugin
|
||||
INGROUP: MokoWaaS
|
||||
REPO: https://github.com/mokoconsulting-tech/mokowaas
|
||||
VERSION: 02.01.10
|
||||
VERSION: 02.01.11
|
||||
PATH: /src/mokowaas.xml
|
||||
BRIEF: Plugin manifest for MokoWaaS system plugin
|
||||
NOTE: Defines installation metadata, files, and configuration for Joomla
|
||||
@@ -29,7 +29,7 @@
|
||||
<license>GNU General Public License version 3 or later; see LICENSE.md</license>
|
||||
<authorEmail>hello@mokoconsulting.tech</authorEmail>
|
||||
<authorUrl>https://mokoconsulting.tech</authorUrl>
|
||||
<version>02.01.10</version>
|
||||
<version>02.01.11</version>
|
||||
<description>This plugin rebrands the Joomla system interface with MokoWaaS identity. It applies language overrides and ensures consistent branding across the platform.</description>
|
||||
<namespace path=".">Moko\Plugin\System\MokoWaaS</namespace>
|
||||
<scriptfile>script.php</scriptfile>
|
||||
|
||||
+43
-3
@@ -63,7 +63,47 @@
|
||||
<category>MokoWaaS</category>
|
||||
</update>
|
||||
|
||||
<!-- Dev channel -->
|
||||
<!-- Beta channel -->
|
||||
<update>
|
||||
<name>MokoWaaS (Beta)</name>
|
||||
<description>MokoWaaS beta — feature complete, testing in progress</description>
|
||||
<element>mokowaas</element>
|
||||
<type>plugin</type>
|
||||
<folder>system</folder>
|
||||
<client>site</client>
|
||||
<version>02.01.10</version>
|
||||
<stability>beta</stability>
|
||||
<infourl title="MokoWaaS Beta">https://github.com/mokoconsulting-tech/MokoWaaS/releases/tag/beta</infourl>
|
||||
<downloads>
|
||||
<downloadurl type="full" format="zip">https://github.com/mokoconsulting-tech/MokoWaaS/releases/download/beta/MokoWaaS-beta.zip</downloadurl>
|
||||
</downloads>
|
||||
<maintainer>Moko Consulting</maintainer>
|
||||
<maintainerurl>https://mokoconsulting.tech</maintainerurl>
|
||||
<targetplatform name="joomla" version="[56]\.[0-9]" />
|
||||
<category>MokoWaaS</category>
|
||||
</update>
|
||||
|
||||
<!-- Alpha channel -->
|
||||
<update>
|
||||
<name>MokoWaaS (Alpha)</name>
|
||||
<description>MokoWaaS alpha — early testing</description>
|
||||
<element>mokowaas</element>
|
||||
<type>plugin</type>
|
||||
<folder>system</folder>
|
||||
<client>site</client>
|
||||
<version>02.01.10</version>
|
||||
<stability>alpha</stability>
|
||||
<infourl title="MokoWaaS Alpha">https://github.com/mokoconsulting-tech/MokoWaaS/releases/tag/alpha</infourl>
|
||||
<downloads>
|
||||
<downloadurl type="full" format="zip">https://github.com/mokoconsulting-tech/MokoWaaS/releases/download/alpha/MokoWaaS-alpha.zip</downloadurl>
|
||||
</downloads>
|
||||
<maintainer>Moko Consulting</maintainer>
|
||||
<maintainerurl>https://mokoconsulting.tech</maintainerurl>
|
||||
<targetplatform name="joomla" version="[56]\.[0-9]" />
|
||||
<category>MokoWaaS</category>
|
||||
</update>
|
||||
|
||||
<!-- Development channel -->
|
||||
<update>
|
||||
<name>MokoWaaS (Dev)</name>
|
||||
<description>MokoWaaS development build — not for production</description>
|
||||
@@ -72,8 +112,8 @@
|
||||
<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>
|
||||
<stability>development</stability>
|
||||
<infourl title="MokoWaaS Dev">https://github.com/mokoconsulting-tech/MokoWaaS/releases/tag/development</infourl>
|
||||
<downloads>
|
||||
<downloadurl type="full" format="zip">https://github.com/mokoconsulting-tech/MokoWaaS/releases/download/development/MokoWaaS-dev.zip</downloadurl>
|
||||
</downloads>
|
||||
|
||||
Reference in New Issue
Block a user