From 7e5c3227922515376fd3e0f6d56970554cc9370b Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Mon, 25 May 2026 23:32:42 -0500 Subject: [PATCH] chore(release): bump to 09.00.00 PHPDoc standard, CI enforcement, updates_xml_build fixes. Authored-by: Moko Consulting Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91f8c63..5e9510e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,13 @@ Version format: `XX.YY.ZZ` (zero-padded semver). ## [Unreleased] +## [09.00.00] - 2026-05-26 + +### Added +- PHPDoc on Priority 1 Enterprise classes (CliFramework, adapters, ApiClient) +- Wiki: Coding-Standards page with PHPDoc standard, PHPCS exclusions, file patterns +- CI: PHPStan enforced at level 6 (was advisory), PHPUnit blocks on failure + ### Fixed - `updates_xml_build.php`: cascade entries down to lower channels — stable now writes all 5 entries instead of wiping them - `updates_xml_build.php`: separate Joomla stability tags (`dev`, `rc`) from Gitea release tags (`development`, `release-candidate`) — download URLs now point to correct release assets diff --git a/composer.json b/composer.json index 1ba0e9a..f430513 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "mokoconsulting-tech/enterprise", "description": "MokoStandards Enterprise API \u2014 PHP implementation", "type": "library", - "version": "08.00.00", + "version": "09.00.00", "license": "GPL-3.0-or-later", "authors": [ {