Problem/Motivation
Drupal 8 support was removed by removing the core key from isbn.info.yml
Steps to reproduce
When trying to enable the module I get the following error:
Missing required keys (core) in modules/contrib/isbn/isbn.info.yml
Proposed resolution
Add back the core key to isbn.info.yml. If you want to support both Drupal 8 & 9, you have to provide both the core_version_requirement and core keys.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3174284-2.patch | 244 bytes | dieterholvoet |
Comments
Comment #2
dieterholvoet commentedComment #4
rfsbsbThanks @DieterHolvoet patch applied and new version released.
Comment #6
megachrizNote that this change is reversed again for Drupal 10 compatibility. The update bot removed the
corekey in #3288082: Automated Drupal 10 compatibility fixes.