Problem/Motivation
As part of the D9/10 changes, noticed the following via upgrade_status
[notice] Processing /var/www/html/web/modules/contrib/recurly_roles-3436806.
================================================================================
Recurly Roles, --
Scanned on Tue, 04/09/2024 - 15:32
FILE: web/modules/contrib/recurly_roles-3436806/recurly_roles.module
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Fix later 99 Call to deprecated function user_role_names(). Deprecated in
drupal:10.2.0 and is removed from drupal:11.0.0. Use
Drupal\user\Entity\Role::loadMultiple() and, if necessary,
an inline implementation instead.
--------------------------------------------------------------------------------
FILE: web/modules/contrib/recurly_roles-3436806/recurly_roles.info.yml
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Check manually 0 Value of core_version_requirement: ^9 || ^10 is not
compatible with the next major version of Drupal core. See
https://drupal.org/node/3070687.
--------------------------------------------------------------------------------
It would be good to resolve these issues for D11.
Comments
Comment #3
shivam_tiwari commentedComment #6
sarwan_verma commentedHi @aaron.ferris,
fix the issue and created MR. please review it once.
Comment #7
aaron.ferris commentedThanks for the MR, raised a few points.
Comment #8
shivam_tiwari commented@aaron.ferris Please verify changes and let us know if any issue.
Comment #9
aaron.ferris commentedThanks, this still needs attention I think - core/jquery.once doesn't exist in Drupal 10+
Comment #10
aaron.ferris commentedComment #11
shivam_tiwari commented@aaron.ferris Yes. I missed it. Please check now.
Comment #12
kalash-j commentedI have tested it on my local , did not found any issue
RTBC+1
Comment #13
aaron.ferris commentedThanks for addressing the code review comments, and thanks for working on this all.
Merged, ill create a new release shortly to include D11.
Comment #15
aaron.ferris commentedComment #16
aaron.ferris commented