Problem/Motivation
The Drupal Core versions before 8.7.7 do not recognize the core_version_requirement: key.
Steps to reproduce
Try installing in D8 versions < 8.8
Proposed resolution
we should restrict the version by replacing core_version_requirement: ^8.8 || ^9 || ^10
https://www.drupal.org/docs/develop/creating-modules/let-drupal-know-abo...
Issue fork views_taxonomy_radios_filter-3337517
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:
- 3337517-coreversionrequirement-not-recognized
changes, plain diff MR !1
Comments
Comment #3
Sonal Gyanani commentedCreated MR for the issue.
Please review.
Thanks
Comment #4
jay jangid commentedComment #5
jay jangid commentedThanks @Sonal Gyanani for creating MR,
it's working fine & looks good to me.
Moving it to RTBC +.
Comment #7
matthieuscarset commentedThank you for this report.
Change is already done on dev