Problem/Motivation

Upgrade to Drupal 11.

Steps to reproduce

Run the upgrade status scanner.

Proposed resolution

Upgrade status is only reporting:

web/modules/contrib/views_add_button/views_add_button.info.yml 5 Value of core_version_requirement: ^8 || ^9 || ^10 is not compatible with the next major version of Drupal core. See https://drupal.org/node/3070687.

Remaining tasks

Change the core version requirement.

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

interlated created an issue. See original summary.

ananya.k’s picture

Status: Active » Needs review
StatusFileSize
new778 bytes

I have made the necessary changes based on the upgrade status.
please refer to attached patch.

mortona2k’s picture

Status: Needs review » Reviewed & tested by the community

Seems to be working.

What's up with this change?

-    "drupal/token": "~1.5"
+    "drupal/token": "^1.15"
vasike’s picture

+1 for commit the patch

@mortona2k for your question
it's the depency update needed to work with D11

interlated’s picture

Works for me +1

terry_kolodiy made their first commit to this issue’s fork.

terry_kolodiy’s picture

Status: Reviewed & tested by the community » Fixed

Thanks, everyone, for your efforts. Tested it by myself. Works perfectly on D11.
Merged to 2.0.x.
Will be released soon

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.