- Issue created by @project update bot
This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request (MR) is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module → these changes make this module compatible with Drupal 11! 🎉
Therefore these changes update theinfo.yml
file for Drupal 11 compatibility.Leaving this issue open, even after committing the current patch or merging the MR, will allow the Project Update Bot → to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug information
Bot run #11-127659These packages were used to generate the fixes:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.9
- palantirnet/drupal-rector: 0.20.1
- 🇺🇸United States emptyvoid
================================================================================ Views Argument Token, 2.0.2 Scanned on Mon, 09/16/2024 - 12:32 FILE: modules/contrib/views_argument_token/views_argument_token.info.yml STATUS LINE MESSAGE -------------------------------------------------------------------------------- Check manually 3 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. --------------------------------------------------------------------------------
- First commit to issue fork.
- 🇮🇳India akulsaxena
@peelas02
We shouldn't remove compatibility for Drupal versions 8 and 9 while adding compatibility for next version
Instead of usingcore_version_requirement: >=10
you could instead usecore_version_requirement: ^8 || ^9 || ^10 || ^11
which would be a better approach in my opinion. - 🇮🇳India rahul1707
MR !7 works for both Drupal 10 and Drupal 11. Functionality is working as expected and module is D11 compatible.
Moving this to RTBC.