docs(changelog): note COM_MOKOSUITEEDITOR_SHORT admin menu constant (#13)
Universal: PR Check / Branch Policy (pull_request) Has been cancelled
Universal: PR Check / Secret Scan (pull_request) Has been cancelled
Universal: PR Check / Validate PR (pull_request) Has been cancelled
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Has been cancelled
Branch Cleanup / Delete merged branch (pull_request) Has been cancelled
RC Revert / Rename rc/ back to dev/ (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

Claude-Session: https://claude.ai/code/session_01B9aZHSWbiiZykJD88pYx8R
This commit is contained in:
2026-07-12 16:35:56 -05:00
parent 13f6716be4
commit 6b3f678a3a
+1
View File
@@ -13,6 +13,7 @@
- **Honest install success** — the package installer no longer shows the license / next-steps message when a bundled child extension failed to install. Postflight now verifies every extension declared in the package manifest actually registered in `#__extensions` and enqueues an error instead. Verification fails open, so a transient DB/IO glitch never fakes a failure.
### Added
- **Admin menu short-name constant** — the Administrator → Components menu now shows a compact label via `COM_MOKOSUITEEDITOR_SHORT` ("Editor"); defined in the admin sys.ini (#13)
- **Package Manifest** — `pkg_mokosuiteeditor.xml` with dlid and updateservers
- **Source Structure** — directory scaffolding for editor plugin
- **Wiki** — Home, guides/Installation, guides/Configuration