Jonathan Miller
d9012ffddb
fix: add plugin attribute to task plugin manifest to set element in DB
...
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Universal: PR Check / Branch Policy (pull_request) Has been cancelled
Generic: Repo Health / Site Health (pull_request) Has been cancelled
Generic: Repo Health / Access control (pull_request) Has been cancelled
Joomla: Extension CI / Release Readiness Check (pull_request) Has been cancelled
Universal: Auto Version Bump / Version Bump (push) Has been cancelled
Joomla: Extension CI / Lint & Validate (pull_request) Has been cancelled
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Has been cancelled
Universal: PR Check / Validate PR (pull_request) Has been cancelled
Update Server / Update Server (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: 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
Generic: Repo Health / Release configuration (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
Joomla requires a <filename plugin="mokowaasdemo"> in the files block
to populate the element field in #__extensions. Without it, the DB
INSERT fails with "Field 'element' doesn't have a default value".
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-30 16:17:01 -05:00
gitea-actions[bot]
ccdab8b5da
chore(version): auto-bump 02.23.02-dev [skip ci]
2026-05-30 21:11:42 +00:00
Jonathan Miller
5245d15b9d
fix: remove all */ sequences from comments to prevent docblock termination
...
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Universal: Auto Version Bump / Version Bump (push) Has been cancelled
Update Server / Update Server (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Cron-related comments contained */ in examples like "*/5" and "*/N"
which PHP interprets as closing the block comment, causing syntax errors.
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-30 16:11:14 -05:00
Jonathan Miller
1673616523
fix: docblock */ in (*/N) prematurely closes comment, causing PHP syntax error
...
The string "*/N" inside a docblock contains */ which PHP interprets as
the end of the block comment, making "N" an unexpected identifier.
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-30 16:11:14 -05:00
gitea-actions[bot]
689bf1712f
chore(version): auto-bump 02.23.01-dev [skip ci]
2026-05-30 20:36:59 +00:00
Jonathan Miller
65e986344e
feat(demo): crontab-style reset schedule with preset dropdown and stored countdown
...
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Universal: Auto Version Bump / Version Bump (push) Has been cancelled
Update Server / Update Server (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
- Replace hours interval with preset schedule dropdown (hourly, 4h, 6h,
12h, daily, weekly, monthly) plus custom crontab option
- Banner countdown now uses stored demo_next_reset timestamp calculated
from cron schedule on save, not a relative timer from page load
- Added cron parser (calculateNextCronRun) supporting wildcards, steps,
ranges, and comma-separated values
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-30 15:36:43 -05:00
gitea-actions[bot]
c94e92a97e
chore(version): auto-bump 02.22.05-dev [skip ci]
2026-05-30 20:20:48 +00:00
Jonathan Miller
02149ecc04
fix: rename plg_task_mokowaas → plg_task_mokowaasdemo to match package manifest
...
Universal: Auto Version Bump / Version Bump (push) Has been cancelled
Update Server / Update Server (push) Has been cancelled
Generic: Repo Health / Site Health (push) Has been cancelled
Universal: Cascade Main → Dev / Cascade main → branches (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
The package manifest expects plg_task_mokowaasdemo.zip but the directory
was named plg_task_mokowaas, causing "Install path does not exist" during
package installation.
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-30 15:20:25 -05:00
gitea-actions[bot]
e824251c4a
chore(version): auto-bump 02.22.04-dev [skip ci]
2026-05-30 19:12:56 +00:00
Jonathan Miller
294a06028b
fix: align updates.xml with MokoOnyx pattern and fix display name consistency
...
- updates.xml descriptions now use "Package - MokoWaaS" prefix (matches
MokoOnyx's "Template - MokoOnyx" convention)
- Added <php_minimum>8.1.0</php_minimum> to all update entries
- Fixed inconsistent quote style in dev channel entry
- Fixed language strings: "Moko WaaS" → "MokoWaaS" in all .ini files
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-30 14:12:07 -05:00
gitea-actions[bot]
747a7a4081
chore(version): auto-bump 02.22.03-dev [skip ci]
2026-05-30 19:07:06 +00:00
Jonathan Miller
3975e8e205
feat(api): add extensions list endpoint with filters and update server info
...
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Universal: Auto Version Bump / Version Bump (push) Has been cancelled
Update Server / Update Server (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
GET /?mokowaas=extensions and GET /api/v1/mokowaas/extensions returns
all installed extensions with version, enabled/protected/locked status,
and update server details. Supports ?type, ?search, and ?enabled filters.
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-30 14:06:52 -05:00
gitea-actions[bot]
2aa69c1fe2
chore(version): auto-bump 02.22.02-dev [skip ci]
2026-05-30 19:03:29 +00:00
gitea-actions[bot]
e25281e130
chore(version): auto-bump 02.22.01-dev [skip ci]
2026-05-30 18:53:35 +00:00
Jonathan Miller
1f25fe310f
feat(sync): add one-way content sync — push articles, menus, modules to remote sites
...
Generic: Repo Health / Access control (push) Has been cancelled
Generic: Repo Health / Site Health (push) Has been cancelled
Universal: Auto Version Bump / Version Bump (push) Has been cancelled
Update Server / Update Server (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Adds ContentSyncService (sender) and ContentSyncReceiver (receiver) for
pushing articles, categories, menus, and modules from a dev site to
remote MokoWaaS sites. Content matched by alias (upsert pattern).
Category IDs in menu links encoded as {catid:path} tokens for portable
cross-site resolution.
Closes #89
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-30 13:53:17 -05:00
gitea-actions[bot]
7a0331b8dd
chore(version): auto-bump 02.21.02-dev [skip ci]
2026-05-30 17:58:53 +00:00
Jonathan Miller
6367572eb1
chore: merge main into dev (resolve version conflicts)
...
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Universal: PR Check / Branch Policy (pull_request) Has been cancelled
Generic: Repo Health / Access control (pull_request) Has been cancelled
Generic: Repo Health / Site Health (pull_request) Has been cancelled
Joomla: Extension CI / Release Readiness Check (pull_request) Has been cancelled
Universal: Auto Version Bump / Version Bump (push) Has been cancelled
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Has been cancelled
Branch Cleanup / Delete merged branch (pull_request) Has been cancelled
Joomla: Extension CI / Lint & Validate (pull_request) Has been cancelled
Universal: PR Check / Validate PR (pull_request) Has been cancelled
Universal: Build & Release / Promote to RC (pull_request) Has been cancelled
Update Server / Update Server (push) Has been cancelled
Universal: Build & Release / Build & Release Pipeline (pull_request) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: 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
Generic: Repo Health / Release configuration (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
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-30 12:58:23 -05:00
gitea-actions[bot]
06f149a073
chore(version): auto-bump 02.21.01-dev [skip ci]
2026-05-30 17:51:10 +00:00
Jonathan Miller
72308fee53
feat(demo): add demo site reset with baseline snapshots and warning banner
...
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Universal: PR Check / Branch Policy (pull_request) Has been cancelled
Generic: Repo Health / Access control (pull_request) Has been cancelled
Generic: Repo Health / Site Health (pull_request) Has been cancelled
Joomla: Extension CI / Release Readiness Check (pull_request) Has been cancelled
Universal: Auto Version Bump / Version Bump (push) Has been cancelled
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Has been cancelled
Joomla: Extension CI / Lint & Validate (pull_request) Has been cancelled
Universal: PR Check / Validate PR (pull_request) Has been cancelled
Update Server / Update Server (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: 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
Generic: Repo Health / Release configuration (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
Adds Demo Mode feature for configuring sites as demo instances with
automatic periodic reset to a saved baseline. Includes DemoResetService
for DB table + media snapshots, frontend warning banner, REST and
query-string API endpoints, admin toggles, and a Joomla Scheduled Task
plugin (plg_task_mokowaasdemo) for automatic reset.
Closes #88
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-30 12:50:55 -05:00
gitea-actions[bot]
4190e0e9ea
chore(version): auto-bump 02.20.02-dev [skip ci]
2026-05-30 16:46:46 +00:00
Jonathan Miller
7a9e3da174
feat(api): add install-from-URL endpoint for remote extension deployment
...
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Universal: Auto Version Bump / Version Bump (push) Has been cancelled
Update Server / Update Server (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Adds POST /api/v1/mokowaas/install to install Joomla extensions from a
remote ZIP URL via the REST API, enabling push-deploy from CI pipelines.
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-30 11:45:21 -05:00
gitea-actions[bot]
75cc05c8d5
chore(release): build 02.20.00 [skip ci]
2026-05-28 22:32:04 +00:00
gitea-actions[bot]
7d2ca3607b
chore(version): auto-bump patch 02.20.01-dev [skip ci]
2026-05-28 22:31:56 +00:00
gitea-actions[bot]
a085a564fd
chore(version): auto-bump patch 02.18.01-dev [skip ci]
2026-05-28 21:55:53 +00:00
gitea-actions[bot]
59d85ad295
chore(release): build 02.18.00 [skip ci]
2026-05-28 20:33:08 +00:00
gitea-actions[bot]
8618484895
chore(release): build 02.17.00 [skip ci]
2026-05-28 20:24:19 +00:00
gitea-actions[bot]
1cd79d4d5f
chore(version): auto-bump patch 02.16.03-dev [skip ci]
Universal: Build & Release / Promote Pre-Release to RC (pull_request) Has been cancelled
Branch Cleanup / Delete merged branch (pull_request) Has been cancelled
Universal: Build & Release / Build & Release Pipeline (pull_request) Has been cancelled
2026-05-28 20:23:48 +00:00
gitea-actions[bot]
42c21a62fe
chore(version): auto-bump patch 02.16.02-dev [skip ci]
Branch Cleanup / Delete merged branch (pull_request) Has been cancelled
Universal: Build & Release / Promote Pre-Release to RC (pull_request) Has been cancelled
Universal: Build & Release / Build & Release Pipeline (pull_request) Has been cancelled
2026-05-28 20:14:26 +00:00
gitea-actions[bot]
66c433db2c
chore(version): auto-bump patch 02.16.01-dev [skip ci]
Universal: Build & Release / Promote Pre-Release to RC (pull_request) Has been cancelled
Branch Cleanup / Delete merged branch (pull_request) Has been cancelled
Universal: Build & Release / Build & Release Pipeline (pull_request) Has been cancelled
2026-05-28 19:35:24 +00:00
gitea-actions[bot]
c58539bd90
chore(release): build 02.16.00-dev [skip ci]
2026-05-28 19:01:51 +00:00
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 cancelled
Branch Cleanup / Delete merged branch (pull_request) Has been cancelled
Universal: Build & Release / Build & Release Pipeline (pull_request) Has been cancelled
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) Has been cancelled
Joomla: Repo Health / Access control (push) Has been cancelled
Universal: PR Check / Branch Policy (pull_request) Has been cancelled
Joomla: Repo Health / Access control (pull_request) Has been cancelled
Joomla: Extension CI / Release Readiness Check (pull_request) Has been cancelled
Universal: PR Check / Validate PR (pull_request) Has been cancelled
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Has been cancelled
Joomla: Extension CI / Lint & Validate (pull_request) Has been cancelled
Universal: PR Check / Changelog Updated (pull_request) Has been cancelled
Universal: Auto Version Bump / Version Bump (push) Has been cancelled
Update Server / Update Server (push) 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
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
# 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 cancelled
Joomla: Repo Health / Access control (push) Has been cancelled
Update Server / Update Server (push) 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
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) Has been cancelled
Universal: PR Check / Changelog Updated (pull_request) Has been cancelled
Universal: PR Check / Branch Policy (pull_request) Has been cancelled
Joomla: Repo Health / Access control (pull_request) Has been cancelled
Universal: PR Check / Validate PR (pull_request) Has been cancelled
Branch Cleanup / Delete merged branch (pull_request) Has been cancelled
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || 'development' }}) (pull_request) Has been cancelled
Update Server / Update Server (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
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 cancelled
Branch Cleanup / Delete merged branch (pull_request) Has been cancelled
Universal: Build & Release / Build & Release Pipeline (pull_request) Has been cancelled
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 cancelled
Branch Cleanup / Delete merged branch (pull_request) Has been cancelled
Universal: Build & Release / Build & Release Pipeline (pull_request) Has been cancelled
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 cancelled
Universal: Build & Release / Promote Pre-Release to RC (pull_request) Has been cancelled
Universal: Build & Release / Build & Release Pipeline (pull_request) Has been cancelled
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) Has been cancelled
Universal: Auto Version Bump / Version Bump (push) Has been cancelled
Update Server / Update Server (push) 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
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 cancelled
Universal: Build & Release / Promote Pre-Release to RC (pull_request) Has been cancelled
Universal: Build & Release / Build & Release Pipeline (pull_request) Has been cancelled
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
gitea-actions[bot]
56abe3af7f
chore(version): patch bump to 02.12.01 [skip ci]
Branch Cleanup / Delete merged branch (pull_request) Has been cancelled
Universal: Build & Release / Promote Pre-Release to RC (pull_request) Has been cancelled
Universal: Build & Release / Build & Release Pipeline (pull_request) Has been cancelled
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