Problem/Motivation
Make this module drupal 11 compatible
Steps to reproduce
Enable upgrade_status module and run
drush us-a credential_mask
Credential mask, 1.0.0-alpha1
Scanned on Mon, 1 Dec 2025 - 05:55
FILE: modules/contrib/credential_mask/credential_mask.info.yml
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Check manually 5 Value of core_version_requirement: ^8.8.0 || ^9.0 || ^10 is
not compatible with the next major version of Drupal core.
See https://drupal.org/node/3070687.
--------------------------------------------------------------------------------
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork credential_mask-3560706
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 #2
suryabhi commentedComment #4
suryabhi commentedComment #6
malcomio commentedComment #9
malcomio commentedThe status report on a D11 site includes the following error:
I think the problem is that the info file was changed to specify compatibility with
11, but should have been^11Comment #11
malcomio commented