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.

Command icon 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

codeitwisely created an issue. See original summary.

  • 34c074a4 committed on 1.0.x
    Issue #3615354 by codeitwisely: Prepare CHANGELOG and release notes for...
codeitwisely’s picture

Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

codeitwisely’s picture

Status: Fixed » Closed (fixed)