From 6b3f678a3a51f411e954e121b9ee60a54688874e Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sun, 12 Jul 2026 16:35:56 -0500 Subject: [PATCH] docs(changelog): note COM_MOKOSUITEEDITOR_SHORT admin menu constant (#13) Claude-Session: https://claude.ai/code/session_01B9aZHSWbiiZykJD88pYx8R --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 779775b..c2955eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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