Problem/Motivation
Two issues were merged after the 1.0.0 tag without a CHANGELOG entry:
- #3614886: documentation site published via GitLab Pages (MkDocs)
- #3614901: PHP 8.2 requirement declared in composer.json
The composer constraint only takes effect once tagged: 1.0.0 still installs on PHP 8.1 sites and fails at runtime (the module uses trait constants, a PHP 8.2 feature). A 1.0.1 patch release fixes that.
Proposed resolution
- Add a
[1.0.1]section to CHANGELOG.md covering both issues. - Tag and release 1.0.1.
AI assistance
Yes.
Issue fork ai_metering-3615354
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
codeitwisely commentedComment #6
codeitwisely commented