Problem/Motivation

The 3.0.0 release mentions Drupal 11 compatibility but the info.yml is missing version ^11

Steps to reproduce

Run composer require 'drupal/cart_item_count:^3.0' on a Drupal 11 installation

Proposed resolution

Change

core_version_requirement: ^8 || ^9 || ^10

to

core_version_requirement: ^8 || ^9 || ^10 || ^11

in count_cart_item.info.yml

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

apparatchik created an issue. See original summary.

garvitasakhrani’s picture

Assigned: Unassigned » garvitasakhrani

I am working on this issue.

apparatchik’s picture

Thank you!!

garvitasakhrani’s picture

Assigned: garvitasakhrani » Unassigned
Status: Active » Needs review

I've updated the count_cart_item.info.yml file to add Drupal 11 compatibility.

The changes have been pushed to the issue fork on branch 3560171-drupal11.
Please review the merge request and let me know if anything needs to be updated.

Thank you!

akashkumar07’s picture

Status: Needs review » Reviewed & tested by the community
akashkumar07’s picture

Version: 3.0.0 » 3.0.1
Status: Reviewed & tested by the community » 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.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.