From 8c42c3440db4005c6e80e1a207c9df37c5d7c7b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Apr 2026 01:45:26 +0000 Subject: [PATCH] chore(version): sync badges and headers to 03.09.03 [skip ci] --- .github/dependabot.yml | 2 +- .github/workflows/auto-assign.yml | 2 +- .github/workflows/auto-dev-issue.yml | 2 +- .github/workflows/auto-release.yml | 2 +- .github/workflows/auto-update-sha.yml | 2 +- .github/workflows/changelog-validation.yml | 2 +- .github/workflows/ci-joomla.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/enterprise-firewall-setup.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/repo_health.yml | 2 +- .github/workflows/repository-cleanup.yml | 2 +- .github/workflows/standards-compliance.yml | 2 +- .github/workflows/sync-version-on-merge.yml | 2 +- .github/workflows/update-server.yml | 2 +- composer.json | 2 +- docs/RELEASE_PROCESS.md | 2 +- scripts/download-google-fonts.php | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b94720f..667ae72 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ # INGROUP: MokoStandards.Security # REPO: https://github.com/mokoconsulting-tech/MokoStandards # PATH: /.github/dependabot.yml -# VERSION: 01.00.00 +# VERSION: 03.09.03 # BRIEF: Dependabot configuration for automated dependency updates and security patches # NOTE: Monitors GitHub Actions for vulnerabilities and keeps ecosystem secure diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index 3752b66..08d0dab 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -6,7 +6,7 @@ # INGROUP: MokoStandards.Workflows.Shared # REPO: https://github.com/mokoconsulting-tech/MokoStandards # PATH: /.github/workflows/auto-assign.yml -# VERSION: 04.05.11 +# VERSION: 03.09.03 # BRIEF: Auto-assign jmiller-moko to unassigned issues and PRs every 15 minutes name: Auto-Assign Issues & PRs diff --git a/.github/workflows/auto-dev-issue.yml b/.github/workflows/auto-dev-issue.yml index 38c6a53..ee81bab 100644 --- a/.github/workflows/auto-dev-issue.yml +++ b/.github/workflows/auto-dev-issue.yml @@ -9,7 +9,7 @@ # INGROUP: MokoStandards.Automation # REPO: https://github.com/mokoconsulting-tech/MokoStandards # PATH: /templates/workflows/shared/auto-dev-issue.yml.template -# VERSION: 04.05.13 +# VERSION: 03.09.03 # BRIEF: Auto-create tracking issue with sub-issues for dev/rc branch workflow # NOTE: Synced via bulk-repo-sync to .github/workflows/auto-dev-issue.yml in all governed repos. diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 3e1caf3..2b78ee1 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -7,7 +7,7 @@ # INGROUP: MokoStandards.Release # REPO: https://github.com/mokoconsulting-tech/MokoStandards # PATH: /templates/workflows/joomla/auto-release.yml.template -# VERSION: 04.05.13 +# VERSION: 03.09.03 # BRIEF: Joomla build & release — ZIP package, updates.xml, SHA-256 checksum # # +========================================================================+ diff --git a/.github/workflows/auto-update-sha.yml b/.github/workflows/auto-update-sha.yml index 713393e..bbcfaaf 100644 --- a/.github/workflows/auto-update-sha.yml +++ b/.github/workflows/auto-update-sha.yml @@ -5,7 +5,7 @@ # INGROUP: MokoCassiopeia.Automation # REPO: https://github.com/mokoconsulting-tech/MokoCassiopeia # PATH: /.github/workflows/auto-update-sha.yml -# VERSION: 01.00.00 +# VERSION: 03.09.03 # BRIEF: Automatically update SHA-256 hash in updates.xml after release # NOTE: Ensures updates.xml stays synchronized with release packages diff --git a/.github/workflows/changelog-validation.yml b/.github/workflows/changelog-validation.yml index 9ed880a..67dfc76 100644 --- a/.github/workflows/changelog-validation.yml +++ b/.github/workflows/changelog-validation.yml @@ -9,7 +9,7 @@ # INGROUP: MokoStandards.CI # REPO: https://github.com/mokoconsulting-tech/MokoStandards # PATH: /templates/workflows/shared/changelog-validation.yml.template -# VERSION: 04.05.13 +# VERSION: 03.09.03 # BRIEF: Validates CHANGELOG.md format and version consistency # NOTE: Deployed to .github/workflows/changelog-validation.yml in governed repos. diff --git a/.github/workflows/ci-joomla.yml b/.github/workflows/ci-joomla.yml index 6281236..861770c 100644 --- a/.github/workflows/ci-joomla.yml +++ b/.github/workflows/ci-joomla.yml @@ -9,7 +9,7 @@ # INGROUP: MokoStandards.CI # REPO: https://github.com/mokoconsulting-tech/MokoStandards # PATH: /templates/workflows/joomla/ci-joomla.yml.template -# VERSION: 04.05.13 +# VERSION: 03.09.03 # BRIEF: CI workflow for Joomla extensions — lint, validate, test # NOTE: Deployed to .github/workflows/ci-joomla.yml in governed Joomla extension repos. diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3abfb02..1639497 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -9,7 +9,7 @@ # INGROUP: MokoStandards.Security # REPO: https://github.com/mokoconsulting-tech/MokoStandards # PATH: /templates/workflows/generic/codeql-analysis.yml.template -# VERSION: 04.05.00 +# VERSION: 03.09.03 # BRIEF: CodeQL security scanning workflow (generic — all repo types) # NOTE: Deployed to .github/workflows/codeql-analysis.yml in governed repos. # CodeQL does not support PHP directly; JavaScript scans JSON/YAML/shell. diff --git a/.github/workflows/enterprise-firewall-setup.yml b/.github/workflows/enterprise-firewall-setup.yml index b6cf7ab..8f8d13c 100644 --- a/.github/workflows/enterprise-firewall-setup.yml +++ b/.github/workflows/enterprise-firewall-setup.yml @@ -22,7 +22,7 @@ # INGROUP: MokoStandards.Firewall # REPO: https://github.com/mokoconsulting-tech/MokoStandards # PATH: /templates/workflows/shared/enterprise-firewall-setup.yml.template -# VERSION: 04.05.13 +# VERSION: 03.09.03 # BRIEF: Enterprise firewall configuration — generates outbound allow-rules including SFTP deployment server # NOTE: Reads DEV_FTP_HOST / DEV_FTP_PORT variables to include SFTP egress rules alongside HTTPS rules. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ba0908..4af1d59 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ # INGROUP: MokoCassiopeia.Release # REPO: https://github.com/mokoconsulting-tech/MokoCassiopeia # PATH: /.github/workflows/release.yml -# VERSION: 01.00.00 +# VERSION: 03.09.03 # BRIEF: Automated release workflow for MokoCassiopeia Joomla template # NOTE: Creates release packages and publishes to GitHub Releases diff --git a/.github/workflows/repo_health.yml b/.github/workflows/repo_health.yml index 885203a..ffd52dd 100644 --- a/.github/workflows/repo_health.yml +++ b/.github/workflows/repo_health.yml @@ -10,7 +10,7 @@ # INGROUP: MokoStandards.Validation # REPO: https://github.com/mokoconsulting-tech/MokoStandards # PATH: /.github/workflows/repo_health.yml -# VERSION: 04.05.00 +# VERSION: 03.09.03 # BRIEF: Enforces repository guardrails by validating release configuration, scripts governance, tooling availability, and core repository health artifacts. # NOTE: Field is user-managed. # ============================================================================ diff --git a/.github/workflows/repository-cleanup.yml b/.github/workflows/repository-cleanup.yml index b078061..ea4c07b 100644 --- a/.github/workflows/repository-cleanup.yml +++ b/.github/workflows/repository-cleanup.yml @@ -9,7 +9,7 @@ # INGROUP: MokoStandards.Maintenance # REPO: https://github.com/mokoconsulting-tech/MokoStandards # PATH: /templates/workflows/shared/repository-cleanup.yml.template -# VERSION: 04.05.13 +# VERSION: 03.09.03 # BRIEF: Recurring repository maintenance — labels, branches, workflows, logs, doc indexes # NOTE: Synced via bulk-repo-sync to .github/workflows/repository-cleanup.yml in all governed repos. # Runs on the 1st and 15th of each month at 6:00 AM UTC, and on manual dispatch. diff --git a/.github/workflows/standards-compliance.yml b/.github/workflows/standards-compliance.yml index 773279d..24ab00d 100644 --- a/.github/workflows/standards-compliance.yml +++ b/.github/workflows/standards-compliance.yml @@ -5,7 +5,7 @@ # INGROUP: MokoStandards.Compliance # REPO: https://github.com/mokoconsulting-tech/MokoStandards # PATH: /.github/workflows/standards-compliance.yml -# VERSION: 04.05.00 +# VERSION: 03.09.03 # BRIEF: MokoStandards compliance validation workflow # NOTE: Validates repository structure, documentation, and coding standards diff --git a/.github/workflows/sync-version-on-merge.yml b/.github/workflows/sync-version-on-merge.yml index 052a7ca..59acc9e 100644 --- a/.github/workflows/sync-version-on-merge.yml +++ b/.github/workflows/sync-version-on-merge.yml @@ -9,7 +9,7 @@ # INGROUP: MokoStandards.Automation # REPO: https://github.com/mokoconsulting-tech/MokoStandards # PATH: /templates/workflows/shared/sync-version-on-merge.yml.template -# VERSION: 04.05.13 +# VERSION: 03.09.03 # BRIEF: Auto-bump patch version on every push to main and propagate to all file headers # NOTE: Synced via bulk-repo-sync to .github/workflows/sync-version-on-merge.yml in all governed repos. # README.md is the single source of truth for the repository version. diff --git a/.github/workflows/update-server.yml b/.github/workflows/update-server.yml index 28a6dd7..b29f058 100644 --- a/.github/workflows/update-server.yml +++ b/.github/workflows/update-server.yml @@ -7,7 +7,7 @@ # INGROUP: MokoStandards.Joomla # REPO: https://github.com/mokoconsulting-tech/MokoStandards # PATH: /templates/workflows/joomla/update-server.yml.template -# VERSION: 04.05.13 +# VERSION: 03.09.03 # BRIEF: Update Joomla update server XML feed with stable/rc/dev entries # # Writes updates.xml with multiple entries: diff --git a/composer.json b/composer.json index b60f555..b7a3ace 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "mokoconsulting-tech/mokocassiopeia", "description": "MokoCassiopeia Joomla component by Moko Consulting", "type": "joomla-component", - "version": "01.00.00", + "version": "03.09.03", "license": "GPL-3.0-or-later", "authors": [ { diff --git a/docs/RELEASE_PROCESS.md b/docs/RELEASE_PROCESS.md index e2095ba..a3a36e9 100644 --- a/docs/RELEASE_PROCESS.md +++ b/docs/RELEASE_PROCESS.md @@ -24,7 +24,7 @@ INGROUP: MokoCassiopeia.Documentation REPO: https://github.com/mokoconsulting-tech/MokoCassiopeia FILE: docs/RELEASE_PROCESS.md - VERSION: 01.00.00 + VERSION: 03.09.03 BRIEF: Complete release process documentation for MokoCassiopeia PATH: /docs/RELEASE_PROCESS.md --> diff --git a/scripts/download-google-fonts.php b/scripts/download-google-fonts.php index 98ea144..ed8ca19 100644 --- a/scripts/download-google-fonts.php +++ b/scripts/download-google-fonts.php @@ -9,7 +9,7 @@ * DEFGROUP: Joomla.Template.Site * INGROUP: MokoCassiopeia * PATH: scripts/download-google-fonts.php - * VERSION: 03.09.05 + * VERSION: 03.09.03 * BRIEF: Download Google Fonts (woff2) for local self-hosting */