chore(release): build 03.06.12 [skip ci]

This commit is contained in:
github-actions[bot]
2026-04-04 20:33:40 +00:00
parent 488d605390
commit fb0b2bc293
2 changed files with 21 additions and 34 deletions

View File

@@ -36,7 +36,7 @@
</server> </server>
</updateservers> </updateservers>
<name>MokoCassiopeia</name> <name>MokoCassiopeia</name>
<version>03.06.10</version> <version>03.06.12</version>
<creationDate>2026-03-08</creationDate> <creationDate>2026-03-08</creationDate>
<author>Jonathan Miller || Moko Consulting</author> <author>Jonathan Miller || Moko Consulting</author>
<authorEmail>hello@mokoconsulting.tech</authorEmail> <authorEmail>hello@mokoconsulting.tech</authorEmail>

View File

@@ -1,34 +1,21 @@
<!-- <?xml version="1.0" encoding="utf-8"?>
Joomla Extension Update Server XML
See: https://docs.joomla.org/Deploying_an_Update_Server
This file is the update server manifest for {{EXTENSION_NAME}}.
The Joomla installer polls this URL to check for new versions.
The manifest.xml in this repository must reference this file:
<updateservers>
<server type="extension" priority="1" name="{{EXTENSION_NAME}}">
https://github.com/mokoconsulting-tech/MokoCassiopeia/raw/main/update.xml
</server>
</updateservers>
When a new release is made, run `make release` or the release workflow to
prepend a new <update> entry to this file automatically.
-->
<updates> <updates>
<update> <update>
<name>{{EXTENSION_NAME}}</name> <name>MokoCassiopeia</name>
<description>MokoCassiopeia — Moko Consulting Joomla extension</description> <description>MokoCassiopeia update</description>
<element>{{EXTENSION_ELEMENT}}</element> <element>templateDetails</element>
<type>{{EXTENSION_TYPE}}</type> <type>template</type>
<version>{{VERSION}}</version> <version>03.06.12</version>
<infourl title="Release Information">https://github.com/mokoconsulting-tech/MokoCassiopeia/releases/tag/{{VERSION}}</infourl> <client>site</client>
<downloads> <tags>
<downloadurl type="full" format="zip">{{DOWNLOAD_URL}}</downloadurl> <tag>stable</tag>
</downloads> </tags>
<targetplatform name="joomla" version="4\.[0-9]+" /> <infourl title="MokoCassiopeia">https://github.com/mokoconsulting-tech/MokoCassiopeia/releases/tag/v03.06.12</infourl>
<php_minimum>7.4</php_minimum> <downloads>
<maintainer>Moko Consulting</maintainer> <downloadurl type="full" format="zip">https://github.com/mokoconsulting-tech/MokoCassiopeia/releases/download/v03.06.12/templateDetails-03.06.12.zip</downloadurl>
<maintainerurl>{{MAINTAINER_URL}}</maintainerurl> </downloads>
</update> <targetplatform name="joomla" version="5.*" />
<maintainer>Moko Consulting</maintainer>
<maintainerurl>https://mokoconsulting.tech</maintainerurl>
</update>
</updates> </updates>