The Drupal 7 .info file is still in the root of the module.

Comments

maartendeblock created an issue. See original summary.

jalpesh’s picture

Status: Active » Needs review
StatusFileSize
new302 bytes

Here you go with patch....

jeroent’s picture

Status: Needs review » Reviewed & tested by the community
azovsky’s picture

Status: Reviewed & tested by the community » Fixed

It's released in 3.0.0.
Thanks!

Status: Fixed » Closed (fixed)

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

gngn’s picture

StatusFileSize
new424 bytes

8.x-2.0-beta1 still contains the Drupal 7 .info file - but "adjusted" it with the lines:

; Information added by Drupal.org packaging script on 2021-02-26
version = "8.x-2.0-beta1"
core = "8.x"
project = "fpa"
datestamp = "1614307432"

With these new lines #2 cannot delete the file anymore.

So new patch attached for everyone still using 8.x (like me).