Problem/Motivation

Update the module to work with Drupal 11.

Steps to reproduce

Proposed resolution

Remaining tasks

Determine what's required and make the changes.

User interface changes

API changes

Data model changes

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

imclean created an issue. See original summary.

  • imclean committed 594c9167 on 2.2.x
    Issue #3433841: Drupal 11 compatability - update core version...

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

sarwan_verma’s picture

Status: Active » Needs review

Hi @imclean,

I have resolved the pending issue for Drupal 11 and created Merge Request MR! 3.
Please review and verify.
Thank!

imclean’s picture

Thanks @sarwan_verma. Will the module still work with versions of Drupal prior to 10.3 after this change? See the change record for more information.

chris matthews’s picture

Would it be possible to tag a 2.2.6 or 2.3.0 release with Drupal 11 compatibility?

imclean’s picture

Status: Needs review » Postponed (maintainer needs more info)

I'd like to soon but I'm not sure the change proposed in the merge doesn't break compatibility with older Drupal versions.

@sarwan_verma can you review the change record I linked to.

imclean’s picture

I just checked and the deprecated method will be removed in Drupal 12, not 11. I'll tag a Drupal 11 release and this can be fixed later.

imclean’s picture

Status: Postponed (maintainer needs more info) » Needs work

@sarwan_verma this module supports Drupal versions from 8.8 onwards. At the very least I'd like to support 9 and 10 as well as 11. This requires using the DeprecationHelper to maintain backward compatibility. This is described in the change record I linked to in #6.

imclean’s picture

Version: 2.2.x-dev » 2.3.x-dev

I've started a new branch for 10.3.x and above. @sarwan_verma can you update the MR for this branch?

imclean’s picture

Title: Drupal 11 compatability » Drupal 11 compatibility

  • imclean committed 0f2f5102 on 2.3.x
    Issue #3433841 by sarwan_verma: Drupal 11 compatibility
    
imclean’s picture

Status: Needs work » Fixed

D11 is already supported, the change here has been added to the 2.3.x branch.

imclean’s picture

Status: Fixed » Closed (fixed)