release: v02.01.09 — email reads version from manifest
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
"name": "mokoconsulting-tech/mokowaas",
|
||||
"description": "MokoWaaS Joomla component by Moko Consulting",
|
||||
"type": "joomla-component",
|
||||
"version": "02.01.08",
|
||||
"version": "02.01.09",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"authors": [
|
||||
{
|
||||
|
||||
+2
-2
@@ -16,7 +16,7 @@
|
||||
DEFGROUP: Joomla.Plugin
|
||||
INGROUP: MokoWaaS
|
||||
REPO: https://github.com/mokoconsulting-tech/mokowaas
|
||||
VERSION: 02.01.08
|
||||
VERSION: 02.01.09
|
||||
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.08</version>
|
||||
<version>02.01.09</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>
|
||||
|
||||
+4
-4
@@ -16,7 +16,7 @@
|
||||
DEFGROUP: Joomla.UpdateServer
|
||||
INGROUP: MokoWaaS
|
||||
REPO: https://github.com/mokoconsulting-tech/mokowaas
|
||||
VERSION: 02.01.08
|
||||
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
|
||||
@@ -29,12 +29,12 @@
|
||||
<type>plugin</type>
|
||||
<folder>system</folder>
|
||||
<client>site</client>
|
||||
<version>02.01.08</version>
|
||||
<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.08/MokoWaaS-02.01.08.zip</downloadurl>
|
||||
<downloadurl type="full" format="zip">https://github.com/mokoconsulting-tech/MokoWaaS/releases/download/02.01.09/MokoWaaS-02.01.09.zip</downloadurl>
|
||||
</downloads>
|
||||
<sha256>49da8a4ec7d3031a973690ee03bf505a03cff0cbddde2649a8464e586c31a81f</sha256>
|
||||
<sha256>205d954a9b1b4ef8cc392549229144ed8ff737550b9e92dff7cfe11bb277581e</sha256>
|
||||
<maintainer>Moko Consulting</maintainer>
|
||||
<maintainerurl>https://mokoconsulting.tech</maintainerurl>
|
||||
<targetplatform name="joomla" version="[56]\.[0-9]" />
|
||||
|
||||
Reference in New Issue
Block a user