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": [ {