gitea-actions[bot]
73e5c51b69
chore(version): auto-bump patch 02.15.02-dev [skip ci]
Universal: Build & Release / Promote Pre-Release to RC (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 13s
2026-05-28 18:36:24 +00:00
gitea-actions[bot]
a992215ba5
chore(version): patch bump to 02.15.01 [skip ci]
2026-05-28 18:24:16 +00:00
Jonathan Miller
1eecb79289
Merge remote-tracking branch 'origin/dev'
...
Universal: Cascade Main → Dev / Cascade main → branches (push) Successful in 3s
Joomla: Repo Health / Access control (push) Successful in 3s
Universal: PR Check / Branch Policy (pull_request) Successful in 2s
Joomla: Repo Health / Access control (pull_request) Successful in 3s
Joomla: Extension CI / Release Readiness Check (pull_request) Successful in 6s
Universal: PR Check / Validate PR (pull_request) Failing after 6s
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 8s
Universal: PR Check / Changelog Updated (pull_request) Failing after 8s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 9s
Universal: Auto Version Bump / Version Bump (push) Successful in 8s
Update Server / Update Server (push) Failing after 12s
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Has been cancelled
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Has been cancelled
Joomla: Extension CI / PHPStan Analysis (pull_request) Has been cancelled
Joomla: Extension CI / Build RC Pre-Release (pull_request) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Joomla: Repo Health / Release configuration (pull_request) Has been cancelled
Joomla: Repo Health / Scripts governance (pull_request) Has been cancelled
Joomla: Repo Health / Repository health (pull_request) Has been cancelled
Joomla: Repo Health / Release configuration (push) Has been cancelled
Joomla: Repo Health / Scripts governance (push) Has been cancelled
Joomla: Repo Health / Repository health (push) Has been cancelled
# Conflicts:
# .mokogitea/manifest.xml
# README.md
# src/packages/com_mokowaas/mokowaas.xml
# src/packages/plg_system_mokowaas/mokowaas.xml
# src/packages/plg_webservices_mokowaas/mokowaas.xml
# src/packages/plg_webservices_perfectpublisher/perfectpublisher.xml
# src/pkg_mokowaas.xml
2026-05-28 13:23:51 -05:00
gitea-actions[bot]
319b43d63d
chore(version): auto-bump 02.14.02 [skip ci]
2026-05-28 18:22:23 +00:00
jmiller
479daf4a43
Merge pull request 'fix: move handleSiteAlias() to onAfterInitialise for offline timing' ( #75 ) from fix/alias-offline-timing into dev
...
Universal: Auto Version Bump / Version Bump (push) Has been skipped
Joomla: Repo Health / Access control (push) Successful in 2s
Update Server / Update Server (push) Successful in 17s
Joomla: Repo Health / Release configuration (push) Has been cancelled
Joomla: Repo Health / Scripts governance (push) Has been cancelled
Joomla: Repo Health / Repository health (push) Has been cancelled
Merge fix/alias-offline-timing into dev
Fixes #72
2026-05-28 18:22:07 +00:00
Jonathan Miller
e932cccbf6
fix: move handleSiteAlias() to onAfterInitialise for offline timing
...
Joomla: Repo Health / Access control (push) Successful in 2s
Universal: PR Check / Changelog Updated (pull_request) Has been skipped
Universal: PR Check / Branch Policy (pull_request) Successful in 1s
Joomla: Repo Health / Access control (pull_request) Successful in 2s
Universal: PR Check / Validate PR (pull_request) Failing after 4s
Branch Cleanup / Delete merged branch (pull_request) Successful in 3s
Update Server / Update Server (pull_request) Failing after 16s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || 'development' }}) (pull_request) Successful in 16s
Joomla: Repo Health / Release configuration (push) Has been cancelled
Joomla: Repo Health / Scripts governance (push) Has been cancelled
Joomla: Repo Health / Repository health (push) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Joomla: Repo Health / Release configuration (pull_request) Has been cancelled
Joomla: Repo Health / Scripts governance (pull_request) Has been cancelled
Joomla: Repo Health / Repository health (pull_request) Has been cancelled
The alias offline parameter was not working because handleSiteAlias()
ran in onAfterRoute(), but Joomla's SiteApplication::doExecute() checks
the offline config before that event fires. Moving it to
onAfterInitialise() ensures the config is set before Joomla's check.
Fixes #72
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-28 13:20:37 -05:00
gitea-actions[bot]
1a4c02a098
chore(release): build 02.15.00 [skip ci]
2026-05-28 18:14:13 +00:00
gitea-actions[bot]
6907046dae
chore(version): patch bump to 02.14.01 [skip ci]
Universal: Build & Release / Promote Pre-Release to RC (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 17s
2026-05-28 18:13:30 +00:00
gitea-actions[bot]
e3ba98499e
chore(release): build 02.14.00 [skip ci]
2026-05-28 17:41:26 +00:00
gitea-actions[bot]
26646eac57
chore(version): patch bump to 02.13.03 [skip ci]
Universal: Build & Release / Promote Pre-Release to RC (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 19s
2026-05-28 17:38:42 +00:00
gitea-actions[bot]
94d45169ef
chore(version): patch bump to 02.13.02 [skip ci]
Branch Cleanup / Delete merged branch (pull_request) Has been skipped
Universal: Build & Release / Promote Pre-Release to RC (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 15s
2026-05-28 17:24:51 +00:00
Jonathan Miller
17fd3d6b0e
feat: add Perfect Publisher web services API plugin
...
Joomla: Repo Health / Access control (push) Successful in 1s
Universal: Auto Version Bump / Version Bump (push) Successful in 6s
Update Server / Update Server (push) Failing after 14s
Joomla: Repo Health / Release configuration (push) Has been cancelled
Joomla: Repo Health / Scripts governance (push) Has been cancelled
Joomla: Repo Health / Repository health (push) Has been cancelled
New plg_webservices_perfectpublisher provides REST API for Perfect
Publisher (com_autotweet):
- GET /v1/perfectpublisher/channels List social channels
- GET /v1/perfectpublisher/channels/:id Channel detail (OAuth redacted)
- GET /v1/perfectpublisher/posts List posts (filter by status/channel)
- GET /v1/perfectpublisher/posts/:id Post detail
- GET /v1/perfectpublisher/requests Pending publish requests
- POST /v1/perfectpublisher/requests Create publish request
- GET /v1/perfectpublisher/rules Publishing rules
- GET /v1/perfectpublisher/feeds RSS feeds
- GET /v1/perfectpublisher/channeltypes Channel type definitions
- GET /v1/perfectpublisher/stats Dashboard statistics
Added to pkg_mokowaas.xml package manifest.
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-28 12:24:33 -05:00
gitea-actions[bot]
dcdc3debb8
chore(version): patch bump to 02.13.01 [skip ci]
Branch Cleanup / Delete merged branch (pull_request) Has been skipped
Universal: Build & Release / Promote Pre-Release to RC (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 18s
2026-05-28 16:15:10 +00:00
jmiller
445f5e7060
fix: align src/packages/plg_webservices_mokowaas/mokowaas.xml to 02.13.00 release [skip ci]
2026-05-28 16:09:48 +00:00
jmiller
eaf46e7ea3
fix: align src/packages/com_mokowaas/mokowaas.xml to 02.13.00 release [skip ci]
2026-05-28 16:09:46 +00:00
jmiller
303af17971
fix: align src/packages/plg_system_mokowaas/mokowaas.xml to 02.13.00 release [skip ci]
2026-05-28 16:09:42 +00:00
jmiller
7e0aa36ffa
fix: align src/pkg_mokowaas.xml to 02.13.00 release [skip ci]
2026-05-28 16:09:40 +00:00
gitea-actions[bot]
56abe3af7f
chore(version): patch bump to 02.12.01 [skip ci]
Branch Cleanup / Delete merged branch (pull_request) Has been skipped
Universal: Build & Release / Promote Pre-Release to RC (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 18s
2026-05-28 16:01:25 +00:00
jmiller
df22d7f7c0
fix: align manifest version to 02.12.00 release [skip ci]
2026-05-28 15:49:24 +00:00
jmiller
5984529569
fix: align manifest version to 02.12.00 release [skip ci]
2026-05-28 15:49:21 +00:00
jmiller
8be05b75b7
fix: align manifest version to 02.12.00 release [skip ci]
2026-05-28 15:49:18 +00:00
jmiller
a02e466456
fix: align manifest version to 02.12.00 release [skip ci]
2026-05-28 15:49:15 +00:00
gitea-actions[bot]
df711f9a17
chore(version): patch bump to 02.11.04 [skip ci]
Universal: Build & Release / Promote Pre-Release to RC (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 13s
2026-05-28 15:30:15 +00:00
Jonathan Miller
1d2252e8b4
fix: auto-cleanup stale plugin update site on install/update
...
Joomla: Repo Health / Access control (push) Successful in 1s
Universal: PR Check / Branch Policy (pull_request) Successful in 2s
Joomla: Repo Health / Access control (pull_request) Successful in 2s
Joomla: Extension CI / Release Readiness Check (pull_request) Successful in 4s
Universal: Auto Version Bump / Version Bump (push) Successful in 5s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 5s
Universal: PR Check / Validate PR (pull_request) Failing after 5s
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 6s
Universal: PR Check / Changelog Updated (pull_request) Successful in 6s
Update Server / Update updates.xml (push) Failing after 8s
Joomla: Repo Health / Release configuration (push) Has been cancelled
Joomla: Repo Health / Scripts governance (push) Has been cancelled
Joomla: Repo Health / Repository health (push) Has been cancelled
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Has been cancelled
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Has been cancelled
Joomla: Extension CI / PHPStan Analysis (pull_request) Has been cancelled
Joomla: Extension CI / Build RC Pre-Release (pull_request) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Joomla: Repo Health / Release configuration (pull_request) Has been cancelled
Joomla: Repo Health / Scripts governance (pull_request) Has been cancelled
Joomla: Repo Health / Repository health (pull_request) Has been cancelled
Add cleanupPluginUpdateSite() to script.php postflight that removes
the plugin-level update site entry from #__update_sites and
#__update_sites_extensions. This prevents Joomla from checking for
plugin-level updates that don't exist, which caused download failures
on stable-only sites.
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-28 10:30:08 -05:00
gitea-actions[bot]
c19d4da411
chore(version): patch bump to 02.11.03 [skip ci]
2026-05-28 15:24:46 +00:00
Jonathan Miller
45e9091fd0
fix: clean up updates.xml and remove duplicate plugin update server
...
Joomla: Repo Health / Access control (push) Successful in 1s
Universal: Auto Version Bump / Version Bump (push) Successful in 4s
Update Server / Update updates.xml (push) Failing after 8s
Joomla: Repo Health / Release configuration (push) Has been cancelled
Joomla: Repo Health / Scripts governance (push) Has been cancelled
Joomla: Repo Health / Repository health (push) Has been cancelled
- Remove stale pre-release entries pointing to non-existent dev artifacts
- Remove legacy plugin update entry (element=mokowaas, type=plugin) that
caused stable-only sites to attempt dev downloads
- Remove <updateservers> from inner plugin manifest — only the package-level
manifest (pkg_mokowaas.xml) should register the update server
- Keep only the stable channel entry (only release that exists on server)
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-28 10:24:12 -05:00
gitea-actions[bot]
21de2fa115
chore(version): patch bump to 02.11.02 [skip ci]
Universal: Build & Release / Promote Pre-Release to RC (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 13s
2026-05-26 23:46:20 +00:00
Jonathan Miller
9f1848d218
fix: move trusted IP session bypass to boot() for early execution
...
Joomla: Repo Health / Access control (push) Successful in 1s
Universal: Auto Version Bump / Version Bump (push) Successful in 4s
Update Server / Update updates.xml (push) Failing after 8s
Joomla: Repo Health / Release configuration (push) Has been cancelled
Joomla: Repo Health / Scripts governance (push) Has been cancelled
Joomla: Repo Health / Repository health (push) Has been cancelled
Joomla validates sessions during initialise(), before onAfterInitialise
fires. The previous ini_set approach ran too late — the session was
already expired. Now implements BootableExtensionInterface so the
session lifetime is extended before Joomla's session handler runs.
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-26 18:43:13 -05:00
gitea-actions[bot]
6c7bb35ac3
chore(version): auto-bump patch 02.11.01 [skip ci]
2026-05-26 21:42:26 +00:00
Jonathan Miller
834b1325b5
Merge remote-tracking branch 'origin/main' into dev
...
Joomla: Repo Health / Access control (push) Successful in 1s
Universal: PR Check / Branch Policy (pull_request) Successful in 1s
Joomla: Repo Health / Access control (pull_request) Successful in 2s
Universal: PR Check / Validate PR (pull_request) Failing after 4s
Joomla: Extension CI / Release Readiness Check (pull_request) Successful in 5s
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 4s
Universal: PR Check / Changelog Updated (pull_request) Successful in 4s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 6s
Update Server / Update updates.xml (push) Failing after 11s
Joomla: Repo Health / Release configuration (push) Has been cancelled
Joomla: Repo Health / Scripts governance (push) Has been cancelled
Joomla: Repo Health / Repository health (push) Has been cancelled
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Has been cancelled
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Has been cancelled
Joomla: Extension CI / PHPStan Analysis (pull_request) Has been cancelled
Joomla: Extension CI / Build RC Pre-Release (pull_request) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Joomla: Repo Health / Release configuration (pull_request) Has been cancelled
Joomla: Repo Health / Scripts governance (pull_request) Has been cancelled
Joomla: Repo Health / Repository health (pull_request) Has been cancelled
# Conflicts:
# .mokogitea/manifest.xml
# .mokogitea/workflows/update-server.yml
# README.md
# src/packages/com_mokowaas/mokowaas.xml
# src/packages/plg_system_mokowaas/mokowaas.xml
# src/packages/plg_webservices_mokowaas/mokowaas.xml
# src/pkg_mokowaas.xml
2026-05-26 16:42:01 -05:00
gitea-actions[bot]
0546e1eaae
chore(version): auto-bump patch 02.10.06 [skip ci]
2026-05-26 21:30:15 +00:00
Jonathan Miller
4595db209e
feat: show current IP above trusted IPs table
...
Joomla: Repo Health / Access control (push) Successful in 2s
Update Server / Update updates.xml (push) Failing after 7s
Joomla: Repo Health / Release configuration (push) Has been cancelled
Joomla: Repo Health / Scripts governance (push) Has been cancelled
Joomla: Repo Health / Repository health (push) Has been cancelled
Display the admin's current IP address with a hint to add it,
making it easy to configure trusted IP entries without looking
up the IP separately.
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-26 16:29:56 -05:00
gitea-actions[bot]
3f3ff49573
chore(release): build 02.11.00 [skip ci]
2026-05-26 20:16:41 +00:00
gitea-actions[bot]
3d79fe9aeb
chore(release): build 02.10.05 [skip ci]
2026-05-26 20:12:26 +00:00
Jonathan Miller
ad4c658b3d
feat: trusted IPs bypass admin session timeout
...
Joomla: Repo Health / Access control (push) Successful in 1s
Update Server / Update updates.xml (push) Failing after 11s
Joomla: Repo Health / Release configuration (push) Has been cancelled
Joomla: Repo Health / Scripts governance (push) Has been cancelled
Joomla: Repo Health / Repository health (push) Has been cancelled
Add configurable repeatable rows of trusted IP addresses that bypass
the admin session timeout. Supports exact IPs, CIDR ranges, and
wildcard patterns with per-entry labels and enabled toggles.
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-26 14:40:32 -05:00
Jonathan Miller
a68e90df9d
Merge dev: fix(joomla6) webservices plugin + updated workflows
Joomla: Repo Health / Access control (push) Successful in 1s
Universal: Cascade Main → Dev / Cascade main → branches (push) Successful in 2s
Joomla: Repo Health / Release configuration (push) Has been cancelled
Joomla: Repo Health / Scripts governance (push) Has been cancelled
Joomla: Repo Health / Repository health (push) Has been cancelled
2026-05-26 14:34:00 -05:00
gitea-actions[bot]
c8f4e38f6b
chore(release): build 02.10.03 [skip ci]
2026-05-26 18:58:54 +00:00
Jonathan Miller
3f20ad985c
fix(joomla6): update webservices plugin for Joomla 6 typed event API
...
Joomla: Repo Health / Access control (push) Successful in 1s
Joomla: Update Server / Update updates.xml (push) Failing after 9s
Joomla: Repo Health / Release configuration (push) Has been cancelled
Joomla: Repo Health / Scripts governance (push) Has been cancelled
Joomla: Repo Health / Repository health (push) Has been cancelled
Joomla 6 changed SubscriberInterface event handlers to receive a typed
event object instead of pass-by-reference parameters. Update
onBeforeApiRoute() to accept BeforeApiRouteEvent and extract the
router via $event->getRouter().
Fixes #48
Authored-by: Moko Consulting
2026-05-26 13:42:32 -05:00
Jonathan Miller
642aca10fe
fix: default support URL to mokoconsulting.tech/support
...
Joomla: Repo Health / Access control (push) Successful in 1s
Joomla: Update Server / Update updates.xml (push) Failing after 9s
Joomla: Repo Health / Release configuration (push) Has been cancelled
Joomla: Repo Health / Scripts governance (push) Has been cancelled
Joomla: Repo Health / Repository health (push) Has been cancelled
Updated manifest default, PHP fallbacks in MokoWaaS.php and script.php.
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-26 12:10:57 -05:00
Jonathan Miller
317c4e900a
feat: redirect admin Help menu to configured support URL
...
Joomla: Repo Health / Access control (push) Successful in 2s
Joomla: Update Server / Update updates.xml (push) Failing after 9s
Joomla: Repo Health / Release configuration (push) Has been cancelled
Joomla: Repo Health / Scripts governance (push) Has been cancelled
Joomla: Repo Health / Repository health (push) Has been cancelled
Replaces hardcoded help.joomla.org and docs.joomla.org links in
the Atum template header with the WaaS support URL from plugin
config. Uses JS injection in onBeforeCompileHead.
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-26 12:01:21 -05:00
Jonathan Miller
92261be464
chore: bump dev to 02.10.00 (ahead of main 02.09.00)
...
Joomla: Repo Health / Access control (push) Successful in 2s
Joomla: Update Server / Update updates.xml (push) Failing after 9s
Joomla: Repo Health / Release configuration (push) Has been cancelled
Joomla: Repo Health / Scripts governance (push) Has been cancelled
Joomla: Repo Health / Repository health (push) Has been cancelled
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-26 11:12:40 -05:00
gitea-actions[bot]
28e61b8f8a
chore(version): pre-release bump to 02.08.04 [skip ci]
2026-05-26 07:06:54 +00:00
gitea-actions[bot]
0546dde89f
chore(version): pre-release bump to 02.08.03 [skip ci]
2026-05-26 04:00:46 +00:00
gitea-actions[bot]
f72cafe4d7
chore(version): pre-release bump to 02.08.02 [skip ci]
2026-05-26 03:26:36 +00:00
Jonathan Miller
b9f83c43bc
chore: reset versions to 02.08.00, sync all update streams
...
Joomla: Repo Health / Access control (push) Successful in 1s
Joomla: Update Server / Update updates.xml (push) Successful in 9s
Joomla: Repo Health / Release configuration (push) Has been cancelled
Joomla: Repo Health / Scripts governance (push) Has been cancelled
Joomla: Repo Health / Repository health (push) Has been cancelled
Dev is now ahead of main (02.07.00). All manifests, README, and
updates.xml aligned. Updates.xml has all 6 channels with correct
pkg_mokowaas element.
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-25 22:04:25 -05:00
Jonathan Miller
4f056763e9
Merge remote-tracking branch 'origin/main' into dev
...
Joomla: Repo Health / Access control (push) Successful in 2s
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 5s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 6s
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Has been skipped
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Has been skipped
Joomla: Extension CI / PHPStan Analysis (pull_request) Has been skipped
Universal: PR Check / Branch Policy (pull_request) Successful in 9s
Joomla: Repo Health / Access control (pull_request) Successful in 3s
Universal: PR Check / Validate PR (pull_request) Failing after 9s
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 15s
Universal: PR Check / Changelog Updated (pull_request) Successful in 10s
Universal: PR Check / Build RC Package (pull_request) Has been skipped
Joomla: Update Server / Update updates.xml (push) Failing after 25s
Joomla: Extension CI / Build RC Pre-Release (pull_request) Has been skipped
Joomla: Repo Health / Release configuration (push) Failing after 6s
Joomla: Repo Health / Scripts governance (push) Successful in 5s
Joomla: Repo Health / Repository health (push) Failing after 5s
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 24s
Joomla: Repo Health / Release configuration (pull_request) Has been cancelled
Joomla: Repo Health / Scripts governance (pull_request) Has been cancelled
Joomla: Repo Health / Repository health (pull_request) Has been cancelled
# Conflicts:
# README.md
# updates.xml
2026-05-25 21:48:49 -05:00
Jonathan Miller
3edec0687c
fix: re-enable update site disabled by Joomla's protected flag
...
Joomla: Repo Health / Access control (push) Successful in 1s
Joomla: Update Server / Update updates.xml (push) Successful in 8s
Joomla: Repo Health / Release configuration (push) Failing after 8s
Joomla: Repo Health / Scripts governance (push) Successful in 8s
Joomla: Repo Health / Repository health (push) Failing after 6s
Joomla automatically disables update sites for extensions with
protected=1. ensureProtectedFlag() now also checks and re-enables
the MokoWaaS update site each admin session.
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-25 21:33:53 -05:00
gitea-actions[bot]
ba4a806cd7
chore(version): pre-release bump to 02.06.03 [skip ci]
2026-05-26 02:09:25 +00:00
gitea-actions[bot]
4581088a0a
chore(version): pre-release bump to 02.06.02 [skip ci]
2026-05-26 02:05:10 +00:00
gitea-actions[bot]
863dbb02f4
chore(version): pre-release bump to 02.06.01 [skip ci]
2026-05-26 02:01:47 +00:00