From faa1405f131b47efa830fdd8e514d563c8412e2f Mon Sep 17 00:00:00 2001 From: Jonathan Miller <1+jmiller@noreply.git.mokoconsulting.tech> Date: Mon, 6 Jul 2026 22:45:00 +0000 Subject: [PATCH 1/4] feat(menu): add COM_MOKOSUITEBEAUTY_SHORT short-name constant Claude-Session: https://claude.ai/code/session_01B9aZHSWbiiZykJD88pYx8R --- .../admin/language/en-GB/com_mokosuitebeauty.sys.ini | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 source/packages/com_mokosuitebeauty/admin/language/en-GB/com_mokosuitebeauty.sys.ini diff --git a/source/packages/com_mokosuitebeauty/admin/language/en-GB/com_mokosuitebeauty.sys.ini b/source/packages/com_mokosuitebeauty/admin/language/en-GB/com_mokosuitebeauty.sys.ini new file mode 100644 index 0000000..d3ea2f5 --- /dev/null +++ b/source/packages/com_mokosuitebeauty/admin/language/en-GB/com_mokosuitebeauty.sys.ini @@ -0,0 +1,3 @@ +COM_MOKOSUITEBEAUTY="MokoSuite Beauty" +COM_MOKOSUITEBEAUTY_SHORT="Beauty" +COM_MOKOSUITEBEAUTY_XML_DESCRIPTION="MokoSuite Beauty component." -- 2.52.0 From 7c1d760d1686b99b93c154f868042f06229a65da Mon Sep 17 00:00:00 2001 From: Jonathan Miller <1+jmiller@noreply.git.mokoconsulting.tech> Date: Mon, 6 Jul 2026 22:45:11 +0000 Subject: [PATCH 2/4] feat(menu): use COM_MOKOSUITEBEAUTY_SHORT + wire admin language Claude-Session: https://claude.ai/code/session_01B9aZHSWbiiZykJD88pYx8R --- source/packages/com_mokosuitebeauty/mokosuitebeauty.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/packages/com_mokosuitebeauty/mokosuitebeauty.xml b/source/packages/com_mokosuitebeauty/mokosuitebeauty.xml index d22226d..1e8b886 100644 --- a/source/packages/com_mokosuitebeauty/mokosuitebeauty.xml +++ b/source/packages/com_mokosuitebeauty/mokosuitebeauty.xml @@ -9,6 +9,9 @@ Moko\Component\MokoSuiteBeauty servicessrctmpl - COM_MOKOSUITEBEAUTY + COM_MOKOSUITEBEAUTY_SHORT + + en-GB/com_mokosuitebeauty.sys.ini + -- 2.52.0 From ef9909b2b55b28dec3ae7169ac70a65290b4e6a9 Mon Sep 17 00:00:00 2001 From: "gitea-actions[bot]" Date: Mon, 6 Jul 2026 22:45:31 +0000 Subject: [PATCH 3/4] chore(version): pre-release bump to 01.00.38-dev [skip ci] --- .mokogitea/workflows/issue-branch.yml | 2 +- CODE_OF_CONDUCT.md | 2 +- GOVERNANCE.md | 2 +- SECURITY.md | 2 +- source/packages/com_mokosuitebeauty/mokosuitebeauty.xml | 2 +- source/packages/plg_system_mokosuitebeauty/mokosuitebeauty.xml | 2 +- .../plg_webservices_mokosuitebeauty/mokosuitebeauty.xml | 2 +- source/pkg_mokosuitebeauty.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.mokogitea/workflows/issue-branch.yml b/.mokogitea/workflows/issue-branch.yml index 4fad36e..34c70f4 100644 --- a/.mokogitea/workflows/issue-branch.yml +++ b/.mokogitea/workflows/issue-branch.yml @@ -5,7 +5,7 @@ # FILE INFORMATION # DEFGROUP: Gitea.Workflow # INGROUP: mokocli.Automation -# VERSION: 01.00.37 +# VERSION: 01.00.38 # BRIEF: Auto-create feature branch when an issue is opened name: "Universal: Issue Branch" diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index a07fd97..505af45 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -14,7 +14,7 @@ DEFGROUP: Template-Joomla INGROUP: Template-Joomla.Documentation REPO: https://github.com/mokoconsulting-tech/Template-Joomla/ - VERSION: 01.00.37 + VERSION: 01.00.38 PATH: ./CODE_OF_CONDUCT.md BRIEF: Community expectations and enforcement guidelines NOTE: Adapted with attribution from the Contributor Covenant v2.1 diff --git a/GOVERNANCE.md b/GOVERNANCE.md index bf91bd9..872a8a5 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -19,7 +19,7 @@ DEFGROUP: mokoconsulting-tech.Template-Joomla INGROUP: MokoStandards.Governance REPO: https://github.com/mokoconsulting-tech/Template-Joomla - VERSION: 01.00.37 + VERSION: 01.00.38 PATH: /GOVERNANCE.md BRIEF: Project governance rules, roles, and decision process for Template-Joomla --> diff --git a/SECURITY.md b/SECURITY.md index de65260..bd2fdcc 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -23,7 +23,7 @@ DEFGROUP: Template-Joomla INGROUP: Template-Joomla.Documentation REPO: https://git.mokoconsulting.tech/MokoConsulting/Template-Joomla PATH: /SECURITY.md -VERSION: 01.00.37 +VERSION: 01.00.38 BRIEF: Security vulnerability reporting and handling policy --> diff --git a/source/packages/com_mokosuitebeauty/mokosuitebeauty.xml b/source/packages/com_mokosuitebeauty/mokosuitebeauty.xml index 1e8b886..716c849 100644 --- a/source/packages/com_mokosuitebeauty/mokosuitebeauty.xml +++ b/source/packages/com_mokosuitebeauty/mokosuitebeauty.xml @@ -5,7 +5,7 @@ 2026-06-23 Copyright (C) 2026 Moko Consulting. GPL-3.0-or-later - 01.00.37 + 01.00.38 Moko\Component\MokoSuiteBeauty servicessrctmpl diff --git a/source/packages/plg_system_mokosuitebeauty/mokosuitebeauty.xml b/source/packages/plg_system_mokosuitebeauty/mokosuitebeauty.xml index 9d250dc..8cc07d4 100644 --- a/source/packages/plg_system_mokosuitebeauty/mokosuitebeauty.xml +++ b/source/packages/plg_system_mokosuitebeauty/mokosuitebeauty.xml @@ -8,7 +8,7 @@ GPL-3.0-or-later hello@mokoconsulting.tech https://mokoconsulting.tech - 01.00.37 + 01.00.38 8.3 PLG_SYSTEM_MOKOSUITEBEAUTY_DESC Moko\Plugin\System\MokoSuiteBeauty diff --git a/source/packages/plg_webservices_mokosuitebeauty/mokosuitebeauty.xml b/source/packages/plg_webservices_mokosuitebeauty/mokosuitebeauty.xml index 18f2de4..24d0af6 100644 --- a/source/packages/plg_webservices_mokosuitebeauty/mokosuitebeauty.xml +++ b/source/packages/plg_webservices_mokosuitebeauty/mokosuitebeauty.xml @@ -3,7 +3,7 @@ Web Services - MokoSuite Beauty mokosuitebeauty Moko Consulting - 01.00.37 + 01.00.38 GPL-3.0-or-later Moko\Plugin\WebServices\MokoSuiteBeauty srcservices diff --git a/source/pkg_mokosuitebeauty.xml b/source/pkg_mokosuitebeauty.xml index db151ab..43be8b5 100644 --- a/source/pkg_mokosuitebeauty.xml +++ b/source/pkg_mokosuitebeauty.xml @@ -2,7 +2,7 @@ Package - MokoSuite Beauty mokosuitebeauty - 01.00.37 + 01.00.38 2026-06-21 Moko Consulting hello@mokoconsulting.tech -- 2.52.0 From fd17d7391e3251d477c8178fa4d4e8fbd672b541 Mon Sep 17 00:00:00 2001 From: "gitea-actions[bot]" Date: Mon, 6 Jul 2026 22:46:13 +0000 Subject: [PATCH 4/4] chore(version): pre-release bump to 01.00.39-dev [skip ci] --- .mokogitea/workflows/issue-branch.yml | 2 +- CODE_OF_CONDUCT.md | 2 +- GOVERNANCE.md | 2 +- SECURITY.md | 2 +- source/packages/com_mokosuitebeauty/mokosuitebeauty.xml | 2 +- source/packages/plg_system_mokosuitebeauty/mokosuitebeauty.xml | 2 +- .../plg_webservices_mokosuitebeauty/mokosuitebeauty.xml | 2 +- source/pkg_mokosuitebeauty.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.mokogitea/workflows/issue-branch.yml b/.mokogitea/workflows/issue-branch.yml index 34c70f4..95ae2dc 100644 --- a/.mokogitea/workflows/issue-branch.yml +++ b/.mokogitea/workflows/issue-branch.yml @@ -5,7 +5,7 @@ # FILE INFORMATION # DEFGROUP: Gitea.Workflow # INGROUP: mokocli.Automation -# VERSION: 01.00.38 +# VERSION: 01.00.39 # BRIEF: Auto-create feature branch when an issue is opened name: "Universal: Issue Branch" diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 505af45..5955902 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -14,7 +14,7 @@ DEFGROUP: Template-Joomla INGROUP: Template-Joomla.Documentation REPO: https://github.com/mokoconsulting-tech/Template-Joomla/ - VERSION: 01.00.38 + VERSION: 01.00.39 PATH: ./CODE_OF_CONDUCT.md BRIEF: Community expectations and enforcement guidelines NOTE: Adapted with attribution from the Contributor Covenant v2.1 diff --git a/GOVERNANCE.md b/GOVERNANCE.md index 872a8a5..41e072d 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -19,7 +19,7 @@ DEFGROUP: mokoconsulting-tech.Template-Joomla INGROUP: MokoStandards.Governance REPO: https://github.com/mokoconsulting-tech/Template-Joomla - VERSION: 01.00.38 + VERSION: 01.00.39 PATH: /GOVERNANCE.md BRIEF: Project governance rules, roles, and decision process for Template-Joomla --> diff --git a/SECURITY.md b/SECURITY.md index bd2fdcc..334fc20 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -23,7 +23,7 @@ DEFGROUP: Template-Joomla INGROUP: Template-Joomla.Documentation REPO: https://git.mokoconsulting.tech/MokoConsulting/Template-Joomla PATH: /SECURITY.md -VERSION: 01.00.38 +VERSION: 01.00.39 BRIEF: Security vulnerability reporting and handling policy --> diff --git a/source/packages/com_mokosuitebeauty/mokosuitebeauty.xml b/source/packages/com_mokosuitebeauty/mokosuitebeauty.xml index 716c849..d270677 100644 --- a/source/packages/com_mokosuitebeauty/mokosuitebeauty.xml +++ b/source/packages/com_mokosuitebeauty/mokosuitebeauty.xml @@ -5,7 +5,7 @@ 2026-06-23 Copyright (C) 2026 Moko Consulting. GPL-3.0-or-later - 01.00.38 + 01.00.39 Moko\Component\MokoSuiteBeauty servicessrctmpl diff --git a/source/packages/plg_system_mokosuitebeauty/mokosuitebeauty.xml b/source/packages/plg_system_mokosuitebeauty/mokosuitebeauty.xml index 8cc07d4..5395c5d 100644 --- a/source/packages/plg_system_mokosuitebeauty/mokosuitebeauty.xml +++ b/source/packages/plg_system_mokosuitebeauty/mokosuitebeauty.xml @@ -8,7 +8,7 @@ GPL-3.0-or-later hello@mokoconsulting.tech https://mokoconsulting.tech - 01.00.38 + 01.00.39 8.3 PLG_SYSTEM_MOKOSUITEBEAUTY_DESC Moko\Plugin\System\MokoSuiteBeauty diff --git a/source/packages/plg_webservices_mokosuitebeauty/mokosuitebeauty.xml b/source/packages/plg_webservices_mokosuitebeauty/mokosuitebeauty.xml index 24d0af6..66f61ac 100644 --- a/source/packages/plg_webservices_mokosuitebeauty/mokosuitebeauty.xml +++ b/source/packages/plg_webservices_mokosuitebeauty/mokosuitebeauty.xml @@ -3,7 +3,7 @@ Web Services - MokoSuite Beauty mokosuitebeauty Moko Consulting - 01.00.38 + 01.00.39 GPL-3.0-or-later Moko\Plugin\WebServices\MokoSuiteBeauty srcservices diff --git a/source/pkg_mokosuitebeauty.xml b/source/pkg_mokosuitebeauty.xml index 43be8b5..da6f93f 100644 --- a/source/pkg_mokosuitebeauty.xml +++ b/source/pkg_mokosuitebeauty.xml @@ -2,7 +2,7 @@ Package - MokoSuite Beauty mokosuitebeauty - 01.00.38 + 01.00.39 2026-06-21 Moko Consulting hello@mokoconsulting.tech -- 2.52.0