feat(updates): PrestaShop module update feed #352

Closed
opened 2026-05-31 15:59:39 +00:00 by jmiller · 1 comment
Owner

Summary

Implement PrestaShop-compatible update feed at /{owner}/{repo}/updates/prestashop.xml.

Metadata Fields Required

Field Description Example
name Module technical name mokowaas
displayName Human-readable MokoWaaS
version Current version 2.29.04
author Author Moko Consulting
tab Admin tab category administration
ps_versions_compliancy.min Min PS version 8.0.0
ps_versions_compliancy.max Max PS version 8.99.99
description Short description Text

PrestaShop Update Format

PrestaShop Addons API returns XML with module metadata and download URL. Modules check via the Addons marketplace API or custom update server.


Claude Opus 4.6 (1M context) noreply@anthropic.com

## Summary Implement PrestaShop-compatible update feed at `/{owner}/{repo}/updates/prestashop.xml`. ## Metadata Fields Required | Field | Description | Example | |---|---|---| | name | Module technical name | `mokowaas` | | displayName | Human-readable | `MokoWaaS` | | version | Current version | `2.29.04` | | author | Author | `Moko Consulting` | | tab | Admin tab category | `administration` | | ps_versions_compliancy.min | Min PS version | `8.0.0` | | ps_versions_compliancy.max | Max PS version | `8.99.99` | | description | Short description | Text | ## PrestaShop Update Format PrestaShop Addons API returns XML with module metadata and download URL. Modules check via the Addons marketplace API or custom update server. --- *Claude Opus 4.6 (1M context) <noreply@anthropic.com>*
Author
Owner

Tested and verified in production on MokoWaaS. All three download gating modes (none/prerelease/all), feed visibility, XML metadata, download URLs, and access control confirmed working.

Tested and verified in production on MokoWaaS. All three download gating modes (none/prerelease/all), feed visibility, XML metadata, download URLs, and access control confirmed working.
Sign in to join this conversation.
No labels
Type
Status
Priority
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoGitea#352