fix: set correct <client> per extension type in Joomla update feed (#611) #633
Closed
jmiller
wants to merge 1 commits from
fix/changelog-update into main
pull from: fix/changelog-update
merge into: :main
:main
:dev
:feature/601-fix-default-targetplatform-incompatible-
:feature/615-multi-repo-license-keys-single-dlid-cove
:feature/619-entitlement-model-product-code-mapping-t
:feature/620-activation-model-domain-registration-lim
:feature/621-update-xml-endpoint-joomla-compatible-up
:feature/622-signed-download-endpoint-ed25519-time-li
:feature/623-license-validation-api-validate-dlid-pro
:feature/624-license-management-api-crud-for-admin-an
:feature/625-license-management-dashboard-user-facing
:feature/626-admin-license-management-create-revoke-m
:feature/629-license-status-widget-joomla-admin-modul
:feature/630-shop-integration-auto-generate-dlid-on-l
:feature/631-upgrade-downgrade-flow-tier-changes-with
:rc/v1.26.1-moko.06.07.02
:rc/v1.26.1-moko.06.07.03
:rc/v1.26.1-moko.06.07.01
:rc/v1.26.1-moko.06.07
:rc/v1.26.1-moko.06.06.02
:rc/v1.26.1-moko.06.06.01
:rc/v1.26.1-moko.06.06
:rc/v1.26.1-moko.06.05.01
:rc/v1.26.1-moko.06.05
:rc/v1.26.1-moko.06.04
:rc/v1.26.1-moko.06.03
:rc/05.06.00
:rc/05.03.03
:rc/04.01.00
:rc/05.03.02
:rc/05.03.01
:rc/05.03.00
:rc/05.01.00
:rc/05.02.02
:rc/05.02.01
:rc/05.01.01
:rc/05.02.00
:rc/05.01.02
:rc/05.03.04
:rc/05.03.05
:rc/05.03.06
:rc/05.03.08
:rc/05.04.00
:rc/05.05.00
1 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
dc1f3d216c |
fix: set correct <client> per extension type in Joomla update feed (#611)
Branch Policy Check / Verify merge target (pull_request) Failing after 1s
Universal: PR Check / Branch Policy (pull_request) Failing after 2s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Generic: Repo Health / Access control (pull_request) Successful in 1s
Universal: PR Check / Validate PR (pull_request) Failing after 10s
Generic: Repo Health / Site Health (push) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Has been skipped
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Generic: Repo Health / Access control (push) Successful in 1s
Universal: Auto Version Bump / Version Bump (push) Successful in 7s
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Has been skipped
Generic: Project CI / Lint & Validate (pull_request) Successful in 39s
PR RC Release / Build RC Release (pull_request) Failing after 1m13s
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 1m15s
Generic: Project CI / Tests (pull_request) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Universal: PR Check / Report Issues (pull_request) Has been cancelled
Generic: Repo Health / Scripts governance (pull_request) Has been cancelled
Generic: Repo Health / Repository health (pull_request) Has been cancelled
Generic: Repo Health / Report Issues (pull_request) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
Only components use client_id=1 (administrator). All other types (package, plugin, library, file) use client_id=0 (site). Fixes: packages never showing updates due to client_id mismatch. |