Fix: duplicate license warning, wiki folder cleanup #179

Merged
jmiller merged 6 commits from dev into main 2026-06-23 17:08:01 +00:00
Owner

Summary

Post-release fixes for v01.05.00.

Fixed

  • Duplicate license warning -- System plugin fired the same "License Key Required" warning on every admin session, duplicating the install script's version. Removed the system plugin version entirely (the install script has a better UX with a direct "Enter Key" button). Also fixes the warning showing during uninstall.

Housekeeping

  • wiki/ folder removed -- All 10 pages migrated to Gitea wiki feature via API. Content no longer stored in repo.

Test Plan

  • Install package -- license warning shows once (from install script only)
  • Admin dashboard loads -- no license warning from system plugin
  • Uninstall package -- no license warning fires
  • wiki/ folder no longer in repo
## Summary Post-release fixes for v01.05.00. ### Fixed - **Duplicate license warning** -- System plugin fired the same "License Key Required" warning on every admin session, duplicating the install script's version. Removed the system plugin version entirely (the install script has a better UX with a direct "Enter Key" button). Also fixes the warning showing during uninstall. ### Housekeeping - **wiki/ folder removed** -- All 10 pages migrated to Gitea wiki feature via API. Content no longer stored in repo. ## Test Plan - [ ] Install package -- license warning shows once (from install script only) - [ ] Admin dashboard loads -- no license warning from system plugin - [ ] Uninstall package -- no license warning fires - [ ] wiki/ folder no longer in repo
jmiller added 5 commits 2026-06-23 17:02:14 +00:00
fix: license key warning no longer shows during uninstall
Universal: Auto Version Bump / Version Bump (push) Successful in 12s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 12s
ac8a64c4c1
Check if com_mokosuitecross is still in #__extensions before warning
about missing license key. Prevents the warning from firing during
package uninstall when the update site row is already deleted.
chore(version): pre-release bump to 01.05.01-dev [skip ci]
Publish to Composer / Publish Package (release) Failing after 33s
166a6366f8
fix: remove duplicate license warning from system plugin
Universal: Auto Version Bump / Version Bump (push) Successful in 8s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 18s
70d2bab52d
The license key warning was firing twice:
1. Package install script (source/script.php) - has direct "Enter Key" button
2. System plugin (onAfterRoute) - every admin session, less actionable

Removed #2 entirely. The install script version is better UX (button links
directly to update site edit page) and only fires during install/update.
Also eliminates the uninstall bug where the warning fired during removal.
chore(version): pre-release bump to 01.05.02-dev [skip ci]
Publish to Composer / Publish Package (release) Failing after 38s
78cbd1f370
jmiller added 1 commit 2026-06-23 17:07:36 +00:00
Merge remote-tracking branch 'origin/main' into dev
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Blocked by required conditions
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Blocked by required conditions
Joomla: Extension CI / PHPStan Analysis (pull_request) Blocked by required conditions
Joomla: Extension CI / Build RC Pre-Release (pull_request) Blocked by required conditions
Universal: PR Check / Build RC Package (pull_request) Blocked by required conditions
Universal: PR Check / Report Issues (pull_request) Blocked by required conditions
Generic: Repo Health / Scripts governance (pull_request) Blocked by required conditions
Generic: Repo Health / Repository health (pull_request) Blocked by required conditions
Generic: Repo Health / Report Issues (pull_request) Blocked by required conditions
Universal: Auto Version Bump / Version Bump (push) Successful in 11s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 27s
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 23s
Universal: PR Check / Branch Policy (pull_request) Successful in 1s
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 3s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 7s
Generic: Repo Health / Access control (pull_request) Successful in 3s
Universal: PR Check / Secret Scan (pull_request) Successful in 8s
Generic: Repo Health / Site Health (pull_request) 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
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Successful in 16s
Universal: PR Check / Validate PR (pull_request) Failing after 45s
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Failing after 3m46s
c820d015e7
jmiller merged commit c9f50e452b into main 2026-06-23 17:08:01 +00:00
Sign in to join this conversation.
No Reviewers
No labels
Priority -
Type -
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoSuiteCross#179