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.

CommentFileSizeAuthor
#2 3174284-2.patch244 bytesdieterholvoet

Comments

DieterHolvoet created an issue. See original summary.

dieterholvoet’s picture

StatusFileSize
new244 bytes

  • rfsbsb committed 6a4d72e on 8.x-1.x
    Issue #3174284 by DieterHolvoet: Adding back core info.
    
rfsbsb’s picture

Status: Active » Fixed

Thanks @DieterHolvoet patch applied and new version released.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

megachriz’s picture

Note that this change is reversed again for Drupal 10 compatibility. The update bot removed the core key in #3288082: Automated Drupal 10 compatibility fixes.