9 Commits

Author SHA1 Message Date
gitea-actions[bot] 27f4394899 chore(version): pre-release bump to 01.00.40-dev [skip ci] 2026-07-07 10:17:24 +00:00
jmiller 0ee73635c2 Merge pull request 'feat(menu): admin menu short-name constant COM_MOKOSUITEBEAUTY_SHORT' (#14) from fix/short-menu-constant into dev
Universal: Auto Version Bump / Version Bump (push) Has been skipped
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 10s
2026-07-07 10:15:43 +00:00
gitea-actions[bot] fd17d7391e chore(version): pre-release bump to 01.00.39-dev [skip ci]
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Successful in 1s
2026-07-06 22:46:13 +00:00
gitea-actions[bot] ef9909b2b5 chore(version): pre-release bump to 01.00.38-dev [skip ci] 2026-07-06 22:45:31 +00:00
jmiller 7c1d760d16 feat(menu): use COM_MOKOSUITEBEAUTY_SHORT + wire admin language
Universal: PR Check / Branch Policy (pull_request) Successful in 2s
Universal: PR Check / Validate PR (pull_request) Failing after 8s
Universal: PR Check / Secret Scan (pull_request) Successful in 9s
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Successful in 17s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 12s
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
2026-07-06 22:45:11 +00:00
jmiller faa1405f13 feat(menu): add COM_MOKOSUITEBEAUTY_SHORT short-name constant
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 22s
Claude-Session: https://claude.ai/code/session_01B9aZHSWbiiZykJD88pYx8R
2026-07-06 22:45:00 +00:00
gitea-actions[bot] 516d7068e4 chore(version): pre-release bump to 01.00.37-dev [skip ci] 2026-07-05 22:56:36 +00:00
gitea-actions[bot] 0921ea3a0d chore(version): auto-bump patch 01.00.36-dev [skip ci] 2026-07-05 22:56:22 +00:00
jmiller 8f2141e442 Merge chore/normalize-docs: normalize doc/config refs
Universal: Auto Version Bump / Version Bump (push) Successful in 14s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 17s
2026-07-05 22:50:59 +00:00
9 changed files with 15 additions and 9 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
# FILE INFORMATION # FILE INFORMATION
# DEFGROUP: Gitea.Workflow # DEFGROUP: Gitea.Workflow
# INGROUP: mokocli.Automation # INGROUP: mokocli.Automation
# VERSION: 01.00.35 # VERSION: 01.00.40
# BRIEF: Auto-create feature branch when an issue is opened # BRIEF: Auto-create feature branch when an issue is opened
name: "Universal: Issue Branch" name: "Universal: Issue Branch"
+1 -1
View File
@@ -14,7 +14,7 @@
DEFGROUP: Template-Joomla DEFGROUP: Template-Joomla
INGROUP: Template-Joomla.Documentation INGROUP: Template-Joomla.Documentation
REPO: https://github.com/mokoconsulting-tech/Template-Joomla/ REPO: https://github.com/mokoconsulting-tech/Template-Joomla/
VERSION: 01.00.35 VERSION: 01.00.40
PATH: ./CODE_OF_CONDUCT.md PATH: ./CODE_OF_CONDUCT.md
BRIEF: Community expectations and enforcement guidelines BRIEF: Community expectations and enforcement guidelines
NOTE: Adapted with attribution from the Contributor Covenant v2.1 NOTE: Adapted with attribution from the Contributor Covenant v2.1
+1 -1
View File
@@ -19,7 +19,7 @@
DEFGROUP: mokoconsulting-tech.Template-Joomla DEFGROUP: mokoconsulting-tech.Template-Joomla
INGROUP: MokoStandards.Governance INGROUP: MokoStandards.Governance
REPO: https://github.com/mokoconsulting-tech/Template-Joomla REPO: https://github.com/mokoconsulting-tech/Template-Joomla
VERSION: 01.00.35 VERSION: 01.00.40
PATH: /GOVERNANCE.md PATH: /GOVERNANCE.md
BRIEF: Project governance rules, roles, and decision process for Template-Joomla BRIEF: Project governance rules, roles, and decision process for Template-Joomla
--> -->
+1 -1
View File
@@ -23,7 +23,7 @@ DEFGROUP: Template-Joomla
INGROUP: Template-Joomla.Documentation INGROUP: Template-Joomla.Documentation
REPO: https://git.mokoconsulting.tech/MokoConsulting/Template-Joomla REPO: https://git.mokoconsulting.tech/MokoConsulting/Template-Joomla
PATH: /SECURITY.md PATH: /SECURITY.md
VERSION: 01.00.35 VERSION: 01.00.40
BRIEF: Security vulnerability reporting and handling policy BRIEF: Security vulnerability reporting and handling policy
--> -->
@@ -0,0 +1,3 @@
COM_MOKOSUITEBEAUTY="MokoSuite Beauty"
COM_MOKOSUITEBEAUTY_SHORT="Beauty"
COM_MOKOSUITEBEAUTY_XML_DESCRIPTION="MokoSuite Beauty component."
@@ -5,10 +5,13 @@
<creationDate>2026-06-23</creationDate> <creationDate>2026-06-23</creationDate>
<copyright>Copyright (C) 2026 Moko Consulting.</copyright> <copyright>Copyright (C) 2026 Moko Consulting.</copyright>
<license>GPL-3.0-or-later</license> <license>GPL-3.0-or-later</license>
<version>01.00.35</version> <version>01.00.40</version>
<namespace path="src">Moko\Component\MokoSuiteBeauty</namespace> <namespace path="src">Moko\Component\MokoSuiteBeauty</namespace>
<administration> <administration>
<files folder="admin"><folder>services</folder><folder>src</folder><folder>tmpl</folder></files> <files folder="admin"><folder>services</folder><folder>src</folder><folder>tmpl</folder></files>
<menu>COM_MOKOSUITEBEAUTY</menu> <menu>COM_MOKOSUITEBEAUTY_SHORT</menu>
<languages folder="admin/language">
<language tag="en-GB">en-GB/com_mokosuitebeauty.sys.ini</language>
</languages>
</administration> </administration>
</extension> </extension>
@@ -8,7 +8,7 @@
<license>GPL-3.0-or-later</license> <license>GPL-3.0-or-later</license>
<authorEmail>hello@mokoconsulting.tech</authorEmail> <authorEmail>hello@mokoconsulting.tech</authorEmail>
<authorUrl>https://mokoconsulting.tech</authorUrl> <authorUrl>https://mokoconsulting.tech</authorUrl>
<version>01.00.35</version> <version>01.00.40</version>
<php_minimum>8.3</php_minimum> <php_minimum>8.3</php_minimum>
<description>PLG_SYSTEM_MOKOSUITEBEAUTY_DESC</description> <description>PLG_SYSTEM_MOKOSUITEBEAUTY_DESC</description>
<namespace path="src">Moko\Plugin\System\MokoSuiteBeauty</namespace> <namespace path="src">Moko\Plugin\System\MokoSuiteBeauty</namespace>
@@ -3,7 +3,7 @@
<name>Web Services - MokoSuite Beauty</name> <name>Web Services - MokoSuite Beauty</name>
<element>mokosuitebeauty</element> <element>mokosuitebeauty</element>
<author>Moko Consulting</author> <author>Moko Consulting</author>
<version>01.00.35</version> <version>01.00.40</version>
<license>GPL-3.0-or-later</license> <license>GPL-3.0-or-later</license>
<namespace path="src">Moko\Plugin\WebServices\MokoSuiteBeauty</namespace> <namespace path="src">Moko\Plugin\WebServices\MokoSuiteBeauty</namespace>
<files><folder>src</folder><folder>services</folder></files> <files><folder>src</folder><folder>services</folder></files>
+1 -1
View File
@@ -2,7 +2,7 @@
<extension type="package" method="upgrade"> <extension type="package" method="upgrade">
<name>Package - MokoSuite Beauty</name> <name>Package - MokoSuite Beauty</name>
<packagename>mokosuitebeauty</packagename> <packagename>mokosuitebeauty</packagename>
<version>01.00.35</version> <version>01.00.40</version>
<creationDate>2026-06-21</creationDate> <creationDate>2026-06-21</creationDate>
<author>Moko Consulting</author> <author>Moko Consulting</author>
<authorEmail>hello@mokoconsulting.tech</authorEmail> <authorEmail>hello@mokoconsulting.tech</authorEmail>