Add core_version_requirement: ^8 || ^9 to background_image_formatter.info.yml to designate that the module is compatible with Drupal 9. See https://www.drupal.org/node/3070687.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3131659-2.patch | 451 bytes | yogeshmpawar |
Add core_version_requirement: ^8 || ^9 to background_image_formatter.info.yml to designate that the module is compatible with Drupal 9. See https://www.drupal.org/node/3070687.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3131659-2.patch | 451 bytes | yogeshmpawar |
Comments
Comment #2
yogeshmpawarHere's the patch for Drupal 9 readiness.
Comment #3
mrinalini9 commentedHi,
Reviewed patch #2 and it applied successfully for the Simple Background image formatter module version: 8.x-1.x. Also, tested it for compatibility on drupal version: 9.0.0-beta2 by enabling this module by using the command:
drush en background_image_formatterand it has been enabled successfully. So, moving this to Reviewed and Tested by the community.Thanks & Regards
Mrinalini
Comment #4
kristen polPer a Slack discussion with Gábor Hojtsy last year regarding usage of D9 tags (Drupal 9, Drupal 9 compatibility, Drupal 9 readiness, etc.), "Drupal 9 compatibility" should be used for contributed projects that need updating and "Drupal 9" was the old tag for D8 issues before the D9 branch was ready. Doing title and tag cleanup here based on that discussion. Please use "Drupal 9 compatibility" for titles and tags on other issues. Thanks.
Comment #5
joegraduateWould be great to get this committed and included in a release ASAP so this module can be used with Drupal 9.
Comment #7
zulljin commentedThanks all.