Make module compatible with Drupal 9 project installation.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | interdiff_6-8.txt | 276 bytes | meet_bhanvadia |
| #9 | drupal9_compatibility-3131448-8.patch | 1.19 KB | meet_bhanvadia |
| #7 | clamav-3131448-6.patch | 1.21 KB | pifagor |
| #2 | 3131448-2.patch | 340 bytes | voleger |
Comments
Comment #2
volegerComment #3
volegerComment #4
pifagorWe have to change \Drupal::service('file_system')->uriScheme($file->destination);, etc...
Comment #5
pifagorComment #6
pifagorComment #7
pifagorComment #8
gaurav_drupalPatch #7
clamav-3131448-6.patchremoves core: 8.xBut as per https://drupal.org/node/3070687 having both keys
Specifies that the module is compatible with all versions of Drupal 8 and 9. The core: is required here because Drupal Core versions before 8.7.7 do not recognize the core_version_requirement: key.
A module that is compatible with Drupal 8 versions after Drupal 8.8.0 and also Drupal 9 will need an info.yml file like this:
Comment #9
meet_bhanvadia commented@Gaurav_drupal
Made changes and made the patch compatible for d8 and d9.
Please review!!
Comment #11
mcdruid commentedI've manually tested in both D8 (8.9.4-dev) and D9 (9.1.0-dev).
I'll release an RC for D8 shortly, and a full release a few weeks later if there are no problems.
I re-removed
core: 8.xas versions of D8 that required that are no longer supported now IIUC.Thanks all!