diff --git a/CHANGELOG.md b/CHANGELOG.md index 66e32c4..4d71138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ BRIEF: Release changelog # Changelog ## [Unreleased] +## [09.04.00] --- 2026-05-28 + All notable changes to this project will be documented in this file. @@ -99,26 +101,3 @@ Version format: `XX.YY.ZZ` (zero-padded semver). - PHPStan level 3→4: removed 13 dead properties, 41 defensive patterns baselined - PHPStan level 4→5: fixed metrics `increment()` bug (labels passed as value param) - PHPStan level 5→6: 360 missing array generic types baselined - -## [07.00.00] - 2026-05-25 - -### Added -- `cli/client_provision.php` — end-to-end client onboarding from JSON config (closes #4) -- `cli/client_dashboard.php` — unified HTML dashboard: health, SSL, uptime, releases (closes #3) -- `cli/client_health_check.php`, `cli/joomla_compat_check.php`, `cli/theme_lint.php` — new CLI tools -- `lib/Enterprise/ConfigValidator.php` — JSON schema validator for plugin configs (closes #105) -- PHPUnit test infrastructure: `phpunit.xml` + 19 tests (closes #102) -- `bin/moko list` — auto-grouped command list with 45 commands, plugin command dispatcher (closes #104) -- `templates/client-provision-example.json` — example config for client provisioning - -### Fixed -- `bin/moko` COMMAND_MAP: all paths pointed to non-existent `api/` directory (closes #100) -- `release_cascade.php`: accept `release-candidate` as stability value (was silently skipping) -- `package_build.php`: fix 0-byte ZIP for Joomla packages — correct structure, no double prefix (closes #92) -- PHPStan: level 0 to 2, 67 type errors fixed, 0 exclusions -- `ApiClient::delete()`: accept optional body parameter for Gitea Contents API - -### Changed -- Migrated all 7 CLIApp scripts to CliFramework (closes #101) -- Updated CLAUDE.md with current architecture, CLI patterns, code quality (closes #103) -- Wiki CLI_AUTOMATION page updated with all tools diff --git a/README.md b/README.md index 4db56e4..3fd587d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ DEFGROUP: MokoStandards.Root INGROUP: MokoStandards REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform PATH: /README.md -VERSION: 09.03.02 +VERSION: 09.04.00 BRIEF: Project overview and documentation -->