fix: migrate catalog update server URLs to MokoGitea dynamic endpoint
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 16s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 16s
Replace all legacy /raw/branch/main/updates.xml paths with the
MokoGitea dynamic /{owner}/{repo}/updates.xml endpoint.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
MokoSuite Extension Catalog
|
||||
Each entry points to the extension's updates.xml on the main branch.
|
||||
Each entry points to the extension's own updates.xml on the main branch.
|
||||
The installer resolves the latest version and download URL at runtime,
|
||||
respecting the site's configured update channel (stable/dev) from
|
||||
Joomla's com_installer params.
|
||||
@@ -18,7 +18,7 @@
|
||||
<icon>icon-shield-alt</icon>
|
||||
<category>Platform</category>
|
||||
<protected>true</protected>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteClient/raw/branch/main/updates.xml</updateserver>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteClient/updates.xml</updateserver>
|
||||
</extension>
|
||||
<extension>
|
||||
<name>MokoSuiteBackup</name>
|
||||
@@ -27,7 +27,7 @@
|
||||
<description>Full-site backup and restore for Joomla — database, files, and configuration.</description>
|
||||
<icon>icon-archive</icon>
|
||||
<category>Platform</category>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteBackup/raw/branch/main/updates.xml</updateserver>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteBackup/updates.xml</updateserver>
|
||||
</extension>
|
||||
|
||||
<!-- ═══════════════════════════════════════════════════════════════════
|
||||
@@ -40,7 +40,7 @@
|
||||
<description>Layer 1 — Contacts, deals pipeline, activities, e-signature, email integration, helpdesk.</description>
|
||||
<icon>icon-address-book</icon>
|
||||
<category>Business</category>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteCRM/raw/branch/main/updates.xml</updateserver>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteCRM/updates.xml</updateserver>
|
||||
</extension>
|
||||
<extension>
|
||||
<name>MokoSuiteERP</name>
|
||||
@@ -49,7 +49,7 @@
|
||||
<description>Layer 2 — Products, orders, invoicing, inventory, warehouses, accounting, payments.</description>
|
||||
<icon>icon-briefcase</icon>
|
||||
<category>Business</category>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteERP/raw/branch/main/updates.xml</updateserver>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteERP/updates.xml</updateserver>
|
||||
</extension>
|
||||
<extension>
|
||||
<name>MokoSuiteShop</name>
|
||||
@@ -58,7 +58,7 @@
|
||||
<description>Layer 3 — Product catalog, shopping cart, checkout, coupons. Requires MokoSuiteERP.</description>
|
||||
<icon>icon-shopping-cart</icon>
|
||||
<category>Business</category>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteShop/raw/branch/main/updates.xml</updateserver>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteShop/updates.xml</updateserver>
|
||||
</extension>
|
||||
<extension>
|
||||
<name>MokoSuitePOS</name>
|
||||
@@ -67,7 +67,7 @@
|
||||
<description>Layer 3 — Touch-screen POS, multi-terminal, cash register, receipt printing.</description>
|
||||
<icon>icon-calculator</icon>
|
||||
<category>Business</category>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuitePOS/raw/branch/main/updates.xml</updateserver>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuitePOS/updates.xml</updateserver>
|
||||
</extension>
|
||||
<extension>
|
||||
<name>MokoSuiteMRP</name>
|
||||
@@ -76,7 +76,7 @@
|
||||
<description>Layer 3 — BOM, manufacturing orders, workstation management, production scheduling.</description>
|
||||
<icon>icon-cog</icon>
|
||||
<category>Business</category>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteMRP/raw/branch/main/updates.xml</updateserver>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteMRP/updates.xml</updateserver>
|
||||
</extension>
|
||||
<extension>
|
||||
<name>MokoSuiteHRM</name>
|
||||
@@ -85,7 +85,7 @@
|
||||
<description>Layer 3 — Human Resource Management: employees, leave, expenses, payroll, recruiting.</description>
|
||||
<icon>icon-users</icon>
|
||||
<category>Business</category>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteHRM/raw/branch/main/updates.xml</updateserver>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteHRM/updates.xml</updateserver>
|
||||
</extension>
|
||||
<extension>
|
||||
<name>MokoSuiteRestaurant</name>
|
||||
@@ -94,7 +94,7 @@
|
||||
<description>Layer 4 — Floor plan, table management, kitchen display, split bills, online ordering.</description>
|
||||
<icon>icon-utensils</icon>
|
||||
<category>Industry</category>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteRestaurant/raw/branch/main/updates.xml</updateserver>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteRestaurant/updates.xml</updateserver>
|
||||
</extension>
|
||||
<extension>
|
||||
<name>MokoSuiteChild</name>
|
||||
@@ -103,7 +103,7 @@
|
||||
<description>Layer 2 — Child Care Management: enrollment, attendance, billing, parent portal.</description>
|
||||
<icon>icon-child</icon>
|
||||
<category>Industry</category>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteChild/raw/branch/main/updates.xml</updateserver>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteChild/updates.xml</updateserver>
|
||||
</extension>
|
||||
<extension>
|
||||
<name>MokoSuiteNPO</name>
|
||||
@@ -112,7 +112,7 @@
|
||||
<description>Nonprofit management: donors, donations, campaigns, grants, volunteers, events.</description>
|
||||
<icon>icon-heart</icon>
|
||||
<category>Industry</category>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteNPO/raw/branch/main/updates.xml</updateserver>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteNPO/updates.xml</updateserver>
|
||||
</extension>
|
||||
<extension>
|
||||
<name>MokoSuiteField</name>
|
||||
@@ -121,7 +121,7 @@
|
||||
<description>Field Service — dispatch, work orders, scheduling, mobile tech, plumbing/HVAC.</description>
|
||||
<icon>icon-wrench</icon>
|
||||
<category>Industry</category>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteField/raw/branch/main/updates.xml</updateserver>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteField/updates.xml</updateserver>
|
||||
</extension>
|
||||
<extension>
|
||||
<name>MokoSuiteCreate</name>
|
||||
@@ -130,7 +130,7 @@
|
||||
<description>Layer 2 — Creative Agency: projects, tasks, timesheets, client proofing.</description>
|
||||
<icon>icon-paint-brush</icon>
|
||||
<category>Industry</category>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteCreate/raw/branch/main/updates.xml</updateserver>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteCreate/updates.xml</updateserver>
|
||||
</extension>
|
||||
|
||||
<!-- ═══════════════════════════════════════════════════════════════════
|
||||
@@ -143,7 +143,7 @@
|
||||
<description>Form builder — custom forms, submissions, notifications, and data exports.</description>
|
||||
<icon>icon-list-alt</icon>
|
||||
<category>Content</category>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteForms/raw/branch/main/updates.xml</updateserver>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteForms/updates.xml</updateserver>
|
||||
</extension>
|
||||
<extension>
|
||||
<name>MokoSuiteCommunity</name>
|
||||
@@ -152,7 +152,7 @@
|
||||
<description>Community profiles, connections, and activity streams for Joomla.</description>
|
||||
<icon>icon-users</icon>
|
||||
<category>Content</category>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteCommunity/raw/branch/main/updates.xml</updateserver>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteCommunity/updates.xml</updateserver>
|
||||
</extension>
|
||||
<extension>
|
||||
<name>MokoSuiteCross</name>
|
||||
@@ -161,7 +161,7 @@
|
||||
<description>Cross-posting Joomla content to social media, email marketing, and chat platforms.</description>
|
||||
<icon>icon-share-alt</icon>
|
||||
<category>Content</category>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteCross/raw/branch/main/updates.xml</updateserver>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteCross/updates.xml</updateserver>
|
||||
</extension>
|
||||
<extension>
|
||||
<name>MokoSuiteOpenGraph</name>
|
||||
@@ -170,7 +170,7 @@
|
||||
<description>Open Graph, Twitter Card, JSON-LD structured data, and social sharing meta tags.</description>
|
||||
<icon>icon-share-alt</icon>
|
||||
<category>SEO</category>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteOpenGraph/raw/branch/main/updates.xml</updateserver>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteOpenGraph/updates.xml</updateserver>
|
||||
</extension>
|
||||
<extension>
|
||||
<name>MokoSuiteStoreLocator</name>
|
||||
@@ -179,7 +179,7 @@
|
||||
<description>Interactive map, location search, and admin management for store locations.</description>
|
||||
<icon>icon-map-marker-alt</icon>
|
||||
<category>Content</category>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteStoreLocator/raw/branch/main/updates.xml</updateserver>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteStoreLocator/updates.xml</updateserver>
|
||||
</extension>
|
||||
|
||||
<!-- ═══════════════════════════════════════════════════════════════════
|
||||
@@ -192,7 +192,7 @@
|
||||
<description>Hero module — image slideshow, video backgrounds, solid color/gradient, parallax.</description>
|
||||
<icon>icon-image</icon>
|
||||
<category>Modules</category>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoJoomHero/raw/branch/main/updates.xml</updateserver>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoJoomHero/updates.xml</updateserver>
|
||||
</extension>
|
||||
|
||||
<!-- ═══════════════════════════════════════════════════════════════════
|
||||
@@ -205,6 +205,6 @@
|
||||
<description>Modern Joomla site template with dark mode, custom layouts, and MokoSuite integration.</description>
|
||||
<icon>icon-paint-brush</icon>
|
||||
<category>Templates</category>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoOnyx/raw/branch/main/updates.xml</updateserver>
|
||||
<updateserver>https://git.mokoconsulting.tech/MokoConsulting/MokoOnyx/updates.xml</updateserver>
|
||||
</extension>
|
||||
</catalog>
|
||||
|
||||
Reference in New Issue
Block a user